Searched refs:de_DosType (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Damiga.h47 uint32_t de_DosType; /* Dostype of the file system */ member in struct:PartitionBlock
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c289 uint32_t de_DosType; /* Dostype of the file system */ member in struct:PartitionBlock
825 partition->de_DosType = PED_CPU_TO_BE32(0x4c4e5800);
885 partition->de_DosType = PED_CPU_TO_BE32(0x4c4e5800); /* 'LNX\0' */
887 partition->de_DosType = PED_CPU_TO_BE32(0x4c4e5800); /* 'LNX\0' */
889 partition->de_DosType = PED_CPU_TO_BE32(0x45585403); /* 'EXT\3' */
891 partition->de_DosType = PED_CPU_TO_BE32(0x53575000); /* 'SWP\0' */
893 partition->de_DosType = PED_CPU_TO_BE32(0x46415400); /* 'FAT\0' */
895 partition->de_DosType = PED_CPU_TO_BE32(0x46415401); /* 'FAT\1'*/
897 partition->de_DosType = PED_CPU_TO_BE32(0x48465300); /* 'HFS\0' */
899 partition->de_DosType
[all...]

Completed in 23 milliseconds