Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:gpt

216       // Check to see if it's in GPT format....
220 state = gpt;
225 // If there's an EFI GPT partition, look for other partition types,
227 if (state == gpt) {
486 if ((state == gpt) || (state == hybrid)) {
498 partitions[i].ShowData((state == gpt) || (state == hybrid));
511 case gpt:
528 * GPT Checks and fixes *
532 // Perform a very rudimentary check for GPT data on the disk; searches for
533 // the GPT signature in the main and backup metadata areas.
534 // Returns 0 if GPT data not found, 1 if main data only is found, 2 if
564 // but only if GPT data are verified on the disk, and only for the sector(s)
565 // with GPT signatures.
567 // no GPT data are found on the disk).
980 // Blank out the boot loader area. Done with the initial MBR-to-GPT
981 // conversion, since MBR boot loaders don't understand GPT, and so
995 // in a conventional GPT configuration, since that partition has
1007 // in a conventional GPT configuration, since that partition has
1118 // Note that this will create a technically incorrect CHS value for EFI GPT (0xEE)
1364 // Do a final check for EFI GPT (0xEE) partitions & flag as a problem if found