Lines Matching refs:cerr
146 cerr << "Error! Could not allocate memory for partitions in GPTData::operator=()!\n" in operator =()
464 cerr << "\aWarning! Header size is specified as " << hSize << ", which is invalid.\n"; in CheckHeaderCRC()
465 cerr << "Setting the header size for CRC computation to " << HEADER_SIZE << "\n"; in CheckHeaderCRC()
484 cerr << "Could not allocate memory in GPTData::CheckHeaderCRC()! Aborting!\n"; in CheckHeaderCRC()
711 cerr << "\aThe protective MBR's 0xEE partition is oversized! Auto-repairing.\n\n"; in PartitionScan()
786 cerr << "Invalid partition data!\n"; in LoadPartitions()
835 cerr << "\aCaution: invalid backup GPT header, but valid main header; regenerating\n" in ForceLoadGPTData()
841 cerr << "\aCaution: invalid main GPT header, but valid backup; regenerating main header\n" in ForceLoadGPTData()
858 cerr << "\aWarning: Invalid CRC on main header data; loaded backup partition table.\n"; in ForceLoadGPTData()
863 cerr << "\a\aWarning! Unable to load either main or backup partition table!\n"; in ForceLoadGPTData()
880 cerr << "\aWarning! Main partition table CRC mismatch! Loaded backup " in ForceLoadGPTData()
887 cerr << "Warning! One or more CRCs don't match. You should repair the disk!\n\n"; in ForceLoadGPTData()
923 cerr << "Warning! Read error " << errno << "; strange behavior now likely!\n"; in LoadHeader()
961 cerr << "Warning! Read error " << errno << "! Misbehavior now likely!\n"; in LoadPartitionTable()
972 cerr << "Error! Couldn't seek to partition table!\n"; in LoadPartitionTable()
975 cerr << "Error! Couldn't open device " << device in LoadPartitionTable()
999 cerr << "Could not allocate memory in GPTData::CheckTable()! Terminating!\n"; in CheckTable()
1003 cerr << "Warning! Error " << errno << " reading partition table for CRC check!\n"; in CheckTable()
1012 … cerr << "Warning! Main and backup partition tables differ! Use the 'c' and 'e' options\n" in CheckTable()
1042 cerr << "Caution! Secondary header was placed beyond the disk's limits! Moving the\n" in SaveGPTData()
1088 cerr << "Aborting write operation!\n"; in SaveGPTData()
1093 cerr << "\nPartition(s) in the protective MBR are too big for the disk! Creating a\n" in SaveGPTData()
1120 … cerr << "Unable to save backup partition table! Perhaps the 'e' option on the experts'\n" in SaveGPTData()
1151 cerr << "Warning! An error was reported when writing the partition table! This error\n" in SaveGPTData()
1157 cerr << "Unable to open device '" << myDisk.GetName() << "' for writing! Errno is " in SaveGPTData()
1203 cerr << "Warning! An error was reported when writing the backup file.\n" in SaveGPTBackup()
1208 cerr << "Unable to open file '" << filename << "' for writing! Aborting!\n"; in SaveGPTBackup()
1302 cerr << "Warning! Read error " << errno in LoadGPTBackup()
1309 cerr << "Improper backup file! Clearing all partition data!\n"; in LoadGPTBackup()
1315 cerr << "Unable to open file '" << filename << "' for reading! Aborting!\n"; in LoadGPTBackup()
1340 cerr << "Warning! GPT main header not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1348 cerr << "Could not allocate memory in GPTData::DestroyGPT()! Terminating!\n"; in DestroyGPT()
1355 cerr << "Warning! GPT main partition table not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1364 cerr << "Warning! GPT backup partition table not overwritten! Error is " in DestroyGPT()
1373 cerr << "Warning! GPT backup header not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1383 cerr << "Problem opening '" << device << "' for writing! Program will now terminate.\n"; in DestroyGPT()
1399 cerr << "Warning! MBR not overwritten! Error is " << errno << "!\n"; in DestroyMBR()
1623 cerr << "Warning! Too many partitions to convert!\n"; in XFormDisklabel()
1736 cerr << "Error allocating memory for partition table! Size is unchanged!\n"; in SetGPTSize()
1772 cerr << "Partition number " << partNum + 1 << " out of range!\n"; in DeletePartition()
2263 cerr << "Attempt to set partition alignment to 0!\n"; in SetAlignment()
2340 cerr << "Partition number out of range: " << partNum << "\n"; in ValidPartNum()
2350 cerr << "Partition number out of range (" << partNum << " requested, but only " in operator []()
2355 cerr << "No partitions defined in GPTData::operator[]; fatal error!\n"; in operator []()
2375 cerr << "Invalid partition number (" << partNum + 1 << ")\n"; in ManageAttributes()
2423 cerr << "uint8_t is " << sizeof(uint8_t) << " bytes, should be 1 byte; aborting!\n"; in SizesOK()
2427 cerr << "uint16_t is " << sizeof(uint16_t) << " bytes, should be 2 bytes; aborting!\n"; in SizesOK()
2431 cerr << "uint32_t is " << sizeof(uint32_t) << " bytes, should be 4 bytes; aborting!\n"; in SizesOK()
2435 cerr << "uint64_t is " << sizeof(uint64_t) << " bytes, should be 8 bytes; aborting!\n"; in SizesOK()
2439 cerr << "MBRRecord is " << sizeof(MBRRecord) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
2443 cerr << "TempMBR is " << sizeof(TempMBR) << " bytes, should be 512 bytes; aborting!\n"; in SizesOK()
2447 cerr << "GPTHeader is " << sizeof(GPTHeader) << " bytes, should be 512 bytes; aborting!\n"; in SizesOK()
2451 cerr << "GPTPart is " << sizeof(GPTPart) << " bytes, should be 128 bytes; aborting!\n"; in SizesOK()
2455 cerr << "GUIDData is " << sizeof(GUIDData) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
2459 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()