#include "tsk_vs_i.h"
Functions | |
| TSK_MM_INFO_TYPE_ENUM | tsk_mm_parse_type (const TSK_TCHAR *str) |
| void | tsk_mm_print_types (FILE *hFile) |
| const char * | tsk_mm_get_type (TSK_MM_INFO_TYPE_ENUM mmtype) |
Variables | |
| MM_TYPES | mm_open_table [] |
| MM_TYPES mm_open_table[] |
Initial value:
{
{"dos", TSK_MM_INFO_TYPE_DOS,
"DOS-based partitions [Windows, Linux, etc.]"},
{"mac", TSK_MM_INFO_TYPE_MAC, "MAC partitions"},
{"bsd", TSK_MM_INFO_TYPE_BSD,
"BSD Disklabels [FreeBSD, OpenBSD, NetBSD]"},
{"sun", TSK_MM_INFO_TYPE_SUN,
"Sun Volume Table of Contents (Solaris)"},
{"gpt", TSK_MM_INFO_TYPE_GPT, "GUID Partition Table (EFI)"},
{0},
}
1.5.1