Searched refs:BOOT_DEBUG (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 102 BOOT_DEBUG("Error opening %s\n", file); in read_bootblock_from_file() 108 BOOT_DEBUG("Error getting information (stat) about %s", file); in read_bootblock_from_file() 114 BOOT_DEBUG("bootblock file size is %x\n", bblock->file_size); in read_bootblock_from_file() 120 BOOT_DEBUG("boot block size is bigger than allowed\n"); in read_bootblock_from_file() 135 BOOT_DEBUG("bootblock in-memory buffer size is %x\n", in read_bootblock_from_file() 146 BOOT_DEBUG("Read from %s failed\n", file); in read_bootblock_from_file() 153 BOOT_DEBUG("Reading of the bootblock done\n"); in read_bootblock_from_file() 164 BOOT_DEBUG("mboot at %p, extra at %p, buf=%p (size=%d)\n", in read_bootblock_from_file() 198 BOOT_DEBUG("Error reading ZFS reserved area\n"); in read_bootblock_from_disk() 206 BOOT_DEBUG("Unable to find multiboot header\n"); in read_bootblock_from_disk() [all …]
|
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | mboot_extra.c | 86 BOOT_DEBUG("multiboot magic found at %p, but checksum " in find_multiboot() 92 BOOT_DEBUG("multiboot structure found, but no " in find_multiboot() 121 BOOT_DEBUG("Unable to find extended versioning information, " in find_einfo() 128 BOOT_DEBUG("Extended information header checksum is %x\n", cksum); in find_einfo() 131 BOOT_DEBUG("Unable to find extended versioning information, " in find_einfo() 142 BOOT_DEBUG("Unable to read stage2 extended versioning " in find_einfo() 144 BOOT_DEBUG("Found %s, expected %s\n", einfo->magic, in find_einfo() 167 BOOT_DEBUG("WARNING: no update string passed to " in add_einfo()
|
H A D | boot_utils.c | 63 BOOT_DEBUG("Expected block-sized data, got: %d\n", size); in write_out() 96 BOOT_DEBUG("Expected block-sized data, got: %d\n", size); in read_in()
|
H A D | boot_utils.h | 48 #define BOOT_DEBUG(...) boot_gdebug(__func__, __VA_ARGS__) macro
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 251 BOOT_DEBUG(MEANINGLESS_OPT, "-e|-V"); in check_options() 259 BOOT_DEBUG(MEANINGLESS_OPT, "-m|-f|-u|-F"); in check_options() 299 BOOT_DEBUG("stage1 path: %s, stage2 path: %s, device: %s\n", in handle_install() 345 BOOT_DEBUG("Ready to commit to disk\n"); in handle_install() 387 BOOT_DEBUG("device path: %s\n", device_path); in handle_getinfo() 474 BOOT_DEBUG("Current device path is: %s, attaching device path is: " in handle_mirror() 502 BOOT_DEBUG("Error reading first stage2 blocks from %s\n", in handle_mirror() 509 BOOT_DEBUG("No multiboot header found on %s, unable to grab " in handle_mirror() 1134 BOOT_DEBUG("stage2 buffer size = %d (%d sectors)\n", stage2->buf_size, in read_stage2_from_file() 1244 BOOT_DEBUG("Unable to find multiboot header\n"); in read_stage2_from_disk() [all …]
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 259 BOOT_DEBUG("Error writing the ZFS bootblock " in install_stage2_cb() 488 BOOT_DEBUG("No extended information available on disk\n"); in compare_einfo_cb() 522 BOOT_DEBUG("Forcing update of %s bootblock\n", in compare_einfo_cb() 529 BOOT_DEBUG("Ready to check installed version vs %s\n", update_str); in compare_einfo_cb() 634 BOOT_DEBUG("Error reading bootblock area\n"); in read_stage2_cb() 643 BOOT_DEBUG("Unable to find multiboot header\n"); in read_stage2_cb() 669 BOOT_DEBUG("Unable to allocate enough memory to read" in read_stage2_cb() 678 BOOT_DEBUG("Error reading the bootblock\n"); in read_stage2_cb() 692 BOOT_DEBUG("mboot at %p offset %d, extra at %p size %d, buf=%p " in read_stage2_cb() 1791 BOOT_DEBUG("Error opening %s\n", file); in read_bootblock_from_file() [all …]
|