Lines Matching refs:cerr

122          cerr << "Error! Could not allocate memory for partitions in GPTData::operator=()!\n"
193 cerr << "Error! Could not allocate memory for partitions in GPTData::operator=()!\n"
568 cerr << "\aWarning! Header size is specified as " << hSize << ", which is invalid.\n";
569 cerr << "Setting the header size for CRC computation to " << HEADER_SIZE << "\n";
588 cerr << "Could not allocate memory in GPTData::CheckHeaderCRC()! Aborting!\n";
816 cerr << "\aThe protective MBR's 0xEE partition is oversized! Auto-repairing.\n\n";
899 cerr << "Invalid partition data!\n";
956 cerr << "\aCaution: invalid backup GPT header, but valid main header; regenerating\n"
962 cerr << "\aCaution: invalid main GPT header, but valid backup; regenerating main header\n"
978 cerr << "\aWarning: Invalid CRC on main header data; loaded backup partition table.\n";
983 cerr << "\a\aWarning! Unable to load either main or backup partition table!\n";
1000 cerr << "\aWarning! Main partition table CRC mismatch! Loaded backup "
1007 cerr << "Warning! One or more CRCs don't match. You should repair the disk!\n";
1010 cerr << "Main header: OK\n";
1012 cerr << "Main header: ERROR\n";
1014 cerr << "Backup header: OK\n";
1016 cerr << "Backup header: ERROR\n";
1018 cerr << "Main partition table: OK\n";
1020 cerr << "Main partition table: ERROR\n";
1022 cerr << "Backup partition table: OK\n";
1024 cerr << "Backup partition table: ERROR\n";
1025 cerr << "\n";
1061 cerr << "Warning! Read error " << errno << "; strange behavior now likely!\n";
1079 cerr << "Warning: Partition table header claims that the size of partition table\n";
1080 cerr << "entries is " << tempHeader.sizeOfPartitionEntries << " bytes, but this program ";
1081 cerr << " supports only " << sizeof(GPTPart) << "-byte entries.\n";
1082 cerr << "Adjusting accordingly, but partition table may be garbage.\n";
1105 cerr << "Error! GPT header contains invalid partition entry size!\n";
1118 cerr << "Warning! Read error " << errno << "! Misbehavior now likely!\n";
1129 cerr << "Error! Couldn't seek to partition table!\n";
1132 cerr << "Error! Couldn't open device " << device
1156 cerr << "Could not allocate memory in GPTData::CheckTable()! Terminating!\n";
1160 cerr << "Warning! Error " << errno << " reading partition table for CRC check!\n";
1169 cerr << "Warning! Main and backup partition tables differ! Use the 'c' and 'e' options\n"
1199 cerr << "Caution! Secondary header was placed beyond the disk's limits! Moving the\n"
1245 cerr << "Aborting write operation!\n";
1250 cerr << "\nPartition(s) in the protective MBR are too big for the disk! Creating a\n"
1277 cerr << "Unable to save backup partition table! Perhaps the 'e' option on the experts'\n"
1308 cerr << "Warning! An error was reported when writing the partition table! This error\n"
1314 cerr << "Unable to open device '" << myDisk.GetName() << "' for writing! Errno is "
1360 cerr << "Warning! An error was reported when writing the backup file.\n"
1365 cerr << "Unable to open file '" << filename << "' for writing! Aborting!\n";
1459 cerr << "Warning! Read error " << errno
1466 cerr << "Improper backup file! Clearing all partition data!\n";
1472 cerr << "Unable to open file '" << filename << "' for reading! Aborting!\n";
1497 cerr << "Warning! GPT main header not overwritten! Error is " << errno << "\n";
1505 cerr << "Could not allocate memory in GPTData::DestroyGPT()! Terminating!\n";
1512 cerr << "Warning! GPT main partition table not overwritten! Error is " << errno << "\n";
1521 cerr << "Warning! GPT backup partition table not overwritten! Error is "
1530 cerr << "Warning! GPT backup header not overwritten! Error is " << errno << "\n";
1540 cerr << "Problem opening '" << device << "' for writing! Program will now terminate.\n";
1556 cerr << "Warning! MBR not overwritten! Error is " << errno << "!\n";
1787 cerr << "Warning! Too many partitions to convert!\n";
1900 cerr << "Error allocating memory for partition table! Size is unchanged!\n";
1920 cerr << "Unable to set the main partition table's location to " << pteSector << "!\n";
1937 cerr << "Unable to set the secondary partition table's location to " << pteSector << "!\n";
1970 cerr << "Partition number " << partNum + 1 << " out of range!\n";
2508 cerr << "Attempt to set partition alignment to 0!\n";
2586 cerr << "Partition number out of range: " << partNum << "\n";
2596 cerr << "Partition number out of range (" << partNum << " requested, but only "
2601 cerr << "No partitions defined in GPTData::operator[]; fatal error!\n";
2621 cerr << "Invalid partition number (" << partNum + 1 << ")\n";
2669 cerr << "uint8_t is " << sizeof(uint8_t) << " bytes, should be 1 byte; aborting!\n";
2673 cerr << "uint16_t is " << sizeof(uint16_t) << " bytes, should be 2 bytes; aborting!\n";
2677 cerr << "uint32_t is " << sizeof(uint32_t) << " bytes, should be 4 bytes; aborting!\n";
2681 cerr << "uint64_t is " << sizeof(uint64_t) << " bytes, should be 8 bytes; aborting!\n";
2685 cerr << "MBRRecord is " << sizeof(MBRRecord) << " bytes, should be 16 bytes; aborting!\n";
2689 cerr << "TempMBR is " << sizeof(TempMBR) << " bytes, should be 512 bytes; aborting!\n";
2693 cerr << "GPTHeader is " << sizeof(GPTHeader) << " bytes, should be 512 bytes; aborting!\n";
2697 cerr << "GPTPart is " << sizeof(GPTPart) << " bytes, should be 128 bytes; aborting!\n";
2701 cerr << "GUIDData is " << sizeof(GUIDData) << " bytes, should be 16 bytes; aborting!\n";
2705 cerr << "PartType is " << sizeof(PartType) << " bytes, should be 16 bytes; aborting!\n";