|
Files |
| file | bsd.c |
| | Contains the functions required to process BSD disk labels.
|
| file | dos.c |
| | Contains the functions to process DOS Partition tables.
|
| file | gpt.c |
| | The functions required to process the GPT GUID Partiition Table.
|
| file | mac.c |
| | Contains the functions to process and load a Mac partition table.
|
| file | mm_io.c |
| | Contains the wrapper code that allows one to read sectors from a MM_INFO structure.
|
| file | mm_open.c |
| | Contains general code to open volume systems.
|
| file | mm_part.c |
| | Contins the functions need to create and maintain the linked list of partitions in a volume.
|
| file | mm_types.c |
| | Contains the code to parse and print the strings for the supported volume system types.
|
| file | sun.c |
| | Contains the SUN VTOC volume system processing code.
|
| file | tsk_bsd.h |
| | C header file with BSD and internal data structures.
|
| file | tsk_dos.h |
| | C header file with DOS and internal data structures.
|
| file | tsk_gpt.h |
| | C header file with GPT and internal data structures.
|
| file | tsk_mac.h |
| | C header file with Mac and internal data structures.
|
| file | tsk_sun.h |
| | C header file with Sun and internal data structures.
|
| file | tsk_vs.h |
| | External header file for media management (volume system) support.
|
| file | tsk_vs_i.h |
| | Contains the internal library definitions for the volume system functions.
|