Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:hybrid

226       // to flag as hybrid
231 state = hybrid;
233 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n"
236 } // if (hybrid detection code)
486 if ((state == gpt) || (state == hybrid)) {
498 partitions[i].ShowData((state == gpt) || (state == hybrid));
514 case hybrid:
515 cout << " MBR: hybrid\n";
930 // Returns 1 if the 0xEE partition in the protective/hybrid MBR is marked as
961 // used by the hybrid MBR functions in the GPTData class.
997 // be used for creating the 0xEE partition(s) in a hybrid MBR, though,
1009 // be used for creating the 0xEE partition(s) in a hybrid MBR, though,
1056 // creating hybrid MBRs.