Lines Matching full:partition
69 #define MINPSIZE 4 /* minimum number of cylinders in a partition */
73 * structure to hold the fdisk partition table
85 uint32_t numsect; /* number of sectors in partition */
95 #define UNUSED 0 /* Empty Partition */
96 #define DOSOS12 1 /* DOS partition, 12-bit FAT */
97 #define PCIXOS 2 /* PC/IX partition */
98 #define DOSOS16 4 /* DOS partition, 16-bit FAT */
99 #define EXTDOS 5 /* EXT-DOS partition */
100 #define DOSHUGE 6 /* Huge DOS partition > 32MB */
108 #define FDISK_EXTLBA 15 /* Extended partition, LBA-mapped */
109 #define DIAGPART 18 /* Diagnostic boot partition (OS independent) */
114 #define DOSDATA 86 /* DOS data partition */
116 /* raw partition. ID was 0 but conflicted */
118 #define UNIXOS 99 /* UNIX V.x partition */
124 #define SUNIXOS 130 /* Solaris UNIX partition */
132 #define X86BOOT 190 /* x86 Solaris boot partition */
133 #define SUNIXOS2 191 /* Solaris UNIX partition */
135 #define EFI_FS 239 /* EFI File System (System Partition) */
136 #define MAXDOS 65535L /* max size (sectors) for DOS partition */
157 /* Byte offset of the start of the partition table within the sector */