Lines Matching refs:cerr

151       cerr << "Error! Could not allocate memory for partitions in GPTData::operator=()!\n"  in operator =()
469 cerr << "\aWarning! Header size is specified as " << hSize << ", which is invalid.\n"; in CheckHeaderCRC()
470 cerr << "Setting the header size for CRC computation to " << HEADER_SIZE << "\n"; in CheckHeaderCRC()
489 cerr << "Could not allocate memory in GPTData::CheckHeaderCRC()! Aborting!\n"; in CheckHeaderCRC()
716 cerr << "\aThe protective MBR's 0xEE partition is oversized! Auto-repairing.\n\n"; in PartitionScan()
791 cerr << "Invalid partition data!\n"; in LoadPartitions()
840 cerr << "\aCaution: invalid backup GPT header, but valid main header; regenerating\n" in ForceLoadGPTData()
846 cerr << "\aCaution: invalid main GPT header, but valid backup; regenerating main header\n" in ForceLoadGPTData()
863 cerr << "\aWarning: Invalid CRC on main header data; loaded backup partition table.\n"; in ForceLoadGPTData()
868 cerr << "\a\aWarning! Unable to load either main or backup partition table!\n"; in ForceLoadGPTData()
885 cerr << "\aWarning! Main partition table CRC mismatch! Loaded backup " in ForceLoadGPTData()
892 cerr << "Warning! One or more CRCs don't match. You should repair the disk!\n\n"; in ForceLoadGPTData()
928 cerr << "Warning! Read error " << errno << "; strange behavior now likely!\n"; in LoadHeader()
966 cerr << "Warning! Read error " << errno << "! Misbehavior now likely!\n"; in LoadPartitionTable()
977 cerr << "Error! Couldn't seek to partition table!\n"; in LoadPartitionTable()
980 cerr << "Error! Couldn't open device " << device in LoadPartitionTable()
1004 cerr << "Could not allocate memory in GPTData::CheckTable()! Terminating!\n"; in CheckTable()
1008 cerr << "Warning! Error " << errno << " reading partition table for CRC check!\n"; in CheckTable()
1017cerr << "Warning! Main and backup partition tables differ! Use the 'c' and 'e' options\n" in CheckTable()
1047 cerr << "Caution! Secondary header was placed beyond the disk's limits! Moving the\n" in SaveGPTData()
1093 cerr << "Aborting write operation!\n"; in SaveGPTData()
1098 cerr << "\nPartition(s) in the protective MBR are too big for the disk! Creating a\n" in SaveGPTData()
1125cerr << "Unable to save backup partition table! Perhaps the 'e' option on the experts'\n" in SaveGPTData()
1156 cerr << "Warning! An error was reported when writing the partition table! This error\n" in SaveGPTData()
1162 cerr << "Unable to open device '" << myDisk.GetName() << "' for writing! Errno is " in SaveGPTData()
1208 cerr << "Warning! An error was reported when writing the backup file.\n" in SaveGPTBackup()
1213 cerr << "Unable to open file '" << filename << "' for writing! Aborting!\n"; in SaveGPTBackup()
1307 cerr << "Warning! Read error " << errno in LoadGPTBackup()
1314 cerr << "Improper backup file! Clearing all partition data!\n"; in LoadGPTBackup()
1320 cerr << "Unable to open file '" << filename << "' for reading! Aborting!\n"; in LoadGPTBackup()
1345 cerr << "Warning! GPT main header not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1353 cerr << "Could not allocate memory in GPTData::DestroyGPT()! Terminating!\n"; in DestroyGPT()
1360 cerr << "Warning! GPT main partition table not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1369 cerr << "Warning! GPT backup partition table not overwritten! Error is " in DestroyGPT()
1378 cerr << "Warning! GPT backup header not overwritten! Error is " << errno << "\n"; in DestroyGPT()
1390 cerr << "Problem opening '" << device << "' for writing! Program will now terminate.\n"; in DestroyGPT()
1406 cerr << "Warning! MBR not overwritten! Error is " << errno << "!\n"; in DestroyMBR()
1630 cerr << "Warning! Too many partitions to convert!\n"; in XFormDisklabel()
1743 cerr << "Error allocating memory for partition table! Size is unchanged!\n"; in SetGPTSize()
1779 cerr << "Partition number " << partNum + 1 << " out of range!\n"; in DeletePartition()
2270 cerr << "Attempt to set partition alignment to 0!\n"; in SetAlignment()
2347 cerr << "Partition number out of range: " << partNum << "\n"; in ValidPartNum()
2357 cerr << "Partition number out of range (" << partNum << " requested, but only " in operator []()
2362 cerr << "No partitions defined in GPTData::operator[]; fatal error!\n"; in operator []()
2382 cerr << "Invalid partition number (" << partNum + 1 << ")\n"; in ManageAttributes()
2430 cerr << "uint8_t is " << sizeof(uint8_t) << " bytes, should be 1 byte; aborting!\n"; in SizesOK()
2434 cerr << "uint16_t is " << sizeof(uint16_t) << " bytes, should be 2 bytes; aborting!\n"; in SizesOK()
2438 cerr << "uint32_t is " << sizeof(uint32_t) << " bytes, should be 4 bytes; aborting!\n"; in SizesOK()
2442 cerr << "uint64_t is " << sizeof(uint64_t) << " bytes, should be 8 bytes; aborting!\n"; in SizesOK()
2446 cerr << "MBRRecord is " << sizeof(MBRRecord) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
2450 cerr << "TempMBR is " << sizeof(TempMBR) << " bytes, should be 512 bytes; aborting!\n"; in SizesOK()
2454 cerr << "GPTHeader is " << sizeof(GPTHeader) << " bytes, should be 512 bytes; aborting!\n"; in SizesOK()
2458 cerr << "GPTPart is " << sizeof(GPTPart) << " bytes, should be 128 bytes; aborting!\n"; in SizesOK()
2462 cerr << "GUIDData is " << sizeof(GUIDData) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()
2466 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n"; in SizesOK()