Lines Matching refs:VERBOSE
30 VERBOSE("Partition table with %d entries:\n", num); in dump_entries()
37 VERBOSE("%d: %s %" PRIx64 "-%" PRIx64 "\n", i + 1, name, list.list[i].start, in dump_entries()
59 VERBOSE("Failed to seek (%i)\n", result); in load_mbr_header()
65 VERBOSE("Failed to read data (%i)\n", result); in load_mbr_header()
72 VERBOSE("MBR boot signature failure\n"); in load_mbr_header()
79 VERBOSE("MBR header entry has an invalid number of sectors\n"); in load_mbr_header()
100 VERBOSE("Failed to seek into the GPT image at offset (%zu)\n", in load_gpt_header()
107 VERBOSE("GPT header read error(%i) or read mismatch occurred," in load_gpt_header()
114 VERBOSE("GPT header signature failure\n"); in load_gpt_header()
158 VERBOSE("Failed to seek (%i)\n", result); in load_mbr_entry()
164 VERBOSE("Failed to read data (%i)\n", result); in load_mbr_entry()
171 VERBOSE("MBR Entry boot signature failure\n"); in load_mbr_entry()
214 VERBOSE("GPT Entry read error(%i) or read mismatch occurred," in load_gpt_entry()
237 VERBOSE("Failed to seek (%i), Failed loading GPT partition" in load_partition_gpt()
245 VERBOSE("Failed to load gpt entry data(%u) error is (%i)\n", in load_partition_gpt()
255 VERBOSE("Failed to seek (%i)\n", result); in load_partition_gpt()
268 VERBOSE("No Valid GPT Entries found\n"); in load_partition_gpt()
288 VERBOSE("Failed to load gpt entry data(%u) error is (%i)\n", in load_partition_gpt()
320 VERBOSE("Failed to obtain reference to image id=%u (%i)\n", in load_backup_gpt()
342 VERBOSE("Failed to access image id (%i)\n", result); in load_backup_gpt()
383 VERBOSE("Failed to retrieve Primary GPT header," in load_primary_gpt()
416 VERBOSE("Failed to obtain reference to image id=%u (%i)\n", in load_partition_table()
423 VERBOSE("Failed to access image id=%u (%i)\n", image_id, result); in load_partition_table()
429 VERBOSE("Failed to access image id=%u (%i)\n", image_id, result); in load_partition_table()
434 VERBOSE("MBR header may have an invalid first LBA\n"); in load_partition_table()