Home
last modified time | relevance | path

Searched refs:BOOT_DEBUG (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/boot/installboot/
H A Dinstallboot.c102 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 …]
/titanic_50/usr/src/cmd/boot/common/
H A Dmboot_extra.c86 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 Dboot_utils.c63 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 Dboot_utils.h48 #define BOOT_DEBUG(...) boot_gdebug(__func__, __VA_ARGS__) macro
/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c253 BOOT_DEBUG(MEANINGLESS_OPT, "-e|-V"); in check_options()
261 BOOT_DEBUG(MEANINGLESS_OPT, "-m|-f|-u|-F"); in check_options()
301 BOOT_DEBUG("stage1 path: %s, stage2 path: %s, device: %s\n", in handle_install()
347 BOOT_DEBUG("Ready to commit to disk\n"); in handle_install()
389 BOOT_DEBUG("device path: %s\n", device_path); in handle_getinfo()
476 BOOT_DEBUG("Current device path is: %s, attaching device path is: " in handle_mirror()
504 BOOT_DEBUG("Error reading first stage2 blocks from %s\n", in handle_mirror()
511 BOOT_DEBUG("No multiboot header found on %s, unable to grab " in handle_mirror()
1133 BOOT_DEBUG("stage2 buffer size = %d (%d sectors)\n", stage2->buf_size, in read_stage2_from_file()
1243 BOOT_DEBUG("Unable to find multiboot header\n"); in read_stage2_from_disk()
[all …]