Searched refs:testPrintE (Results 1 – 3 of 3) sorted by relevance
83 testPrintE("Cannot lseek to ext4 superblock to read"); in getSuperBlock()88 testPrintE("Cannot read ext4 superblock"); in getSuperBlock()93 testPrintE("Invalid ext4 superblock magic"); in getSuperBlock()109 testPrintE("Ext4 superblock already corrupted"); in setSbErrorBit()118 testPrintE("Cannot lseek to superblock to write\n"); in setSbErrorBit()123 testPrintE("Cannot write superblock\n"); in setSbErrorBit()138 testPrintE("Ext4 block size not 2K or 4K\n"); in corruptGdtFreeBlock()145 testPrintE("Can't handle ext4 block group descriptor size of %d", in corruptGdtFreeBlock()153 testPrintE("Cannot lseek to ext4 block group descriptor table to read"); in corruptGdtFreeBlock()162 testPrintE("Cannot read ext4 group descriptor %d", i); in corruptGdtFreeBlock()[all …]
330 testPrintE("%s", line); in testXDump()350 testPrintE("%s", line); in testXDump()404 testPrintE("execCmd popen failed, errno: %i", errno); in testExecCmd()420 testPrintE("Unexpected command failure"); in testExecCmd()421 testPrintE(" status: %#x", status); in testExecCmd()423 testPrintE("WEXITSTATUS: %i", WEXITSTATUS(status)); in testExecCmd()426 testPrintE("WTERMSIG: %i", WTERMSIG(status)); in testExecCmd()
53 #define testPrintE(...) do { \ macro