Lines Matching defs:which
441 << numSegments << "\nsegments, the largest of which is "
568 cerr << "\aWarning! Header size is specified as " << hSize << ", which is invalid.\n";
573 cout << "\aCaution! Header size for CRC check is " << hSize << ", which is greater than " << sizeof(GPTHeader) << ".\n";
575 << "which may result in a CRC false alarm.\n";
799 // protective MBR) and loads BSD disklabel data (which is probably invalid).
969 // Figure out which partition table to load....
1336 // Recomputing the CRCs is likely to alter them, which could be bad
1631 // Examines the MBR & GPT data to determine which set of data to use: the
1637 WhichToUse which = use_new;
1652 which = use_mbr;
1665 which = use_bsd;
1669 which = use_gpt;
1674 which = use_gpt;
1681 which = use_gpt;
1684 which = use_abort;
1693 which = use_gpt;
1695 which = use_abort;
1699 if (which == use_new)
1702 return which;
1864 // partition table, which causes problems when loading data from a RAID
1874 << ", which is greater than the requested\n"
2172 // technology from other companies, which use 4096-byte sectors
2419 // Finds the total number of free blocks, the number of segments in which
2450 // If it's allocated, return the partition number to which it's allocated