Home | History | Annotate | Download | only in pending

Lines Matching defs:EXTENDED

37 #define EXTENDED        0x05                                                                      
45 #define IS_EXTENDED(i) ((i) == EXTENDED || (i) == WIN98_EXTENDED || (i) == LINUX_EXTENDED)
67 {0x00, "Empty"}, {0x01, "FAT12"}, {0x04, "FAT16 <32M"}, {0x05, "Extended"},
76 {0x85, "Linux extended"}, {0x86, "NTFS volume set"}, {0x87, "NTFS volume set"},
232 /* Read the extended boot record for the
266 num_parts++; //extended partions present.
318 * extended logical partions
341 * If any extended partition is found then read the EBR
568 * if extended, then clear the partition details, also for logical
610 *ext_p = *ext_q; //copy the extended info pointer
653 xprintf("WARNING: Partition %u is an extended partition\n", i + 1);
959 p = partitions[idx-1].part + 1; //extended pointer for logical partitions
964 p->sys_ind = EXTENDED;
1014 "an extended partition first\n");
1019 extended_offset? "l logical (5 or over)" : "e extended");
1034 if (idx >= 0) add_partition(idx, EXTENDED);
1055 xprintf("you can't change a partition to an extended or vice-versa\n");
1313 "e\tlist extended partitions\n"
1352 case 'e': //list extended partitions