Lines Matching defs:found
228 // Load logical partition data, if any is found....
265 cerr << "Warning! MBR Logical partitions found on a hybrid MBR disk! This is an\n"
567 // Returns 0 if GPT data not found, 1 if main data only is found, 2 if
568 // backup only is found, 3 if both main and backup data are found, and
600 // no GPT data are found on the disk).
664 // Return value is the number of partitions found. Note that the
666 // are found, as well as when a single partition in the first
673 *low = MAX_MBR_PARTS + 1; // code for "not found"
678 // Set the low value only if it's not yet found...
685 // Above will leave *low pointing to its "not found" value if no partitions
741 // Returns the number of problems found
762 cout << "\nCaution: More than one 0xEE MBR partition found. This can cause problems\n"
772 // required to hold any logical partitions found.
832 // not work and, if found, flag appropriately.
1097 int found = 0;
1113 found = 1;
1116 found = 0;
1118 return found;
1397 // Do a final check for EFI GPT (0xEE) partitions & flag as a problem if found