Searched refs:BOOT_DEBUG (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/boot/common/ |
H A D | mboot_extra.c | 86 BOOT_DEBUG("multiboot magic found at %p, but checksum " 92 BOOT_DEBUG("multiboot structure found, but no " 121 BOOT_DEBUG("Unable to find extended versioning information, " 128 BOOT_DEBUG("Extended information header checksum is %x\n", cksum); 131 BOOT_DEBUG("Unable to find extended versioning information, " 142 BOOT_DEBUG("Unable to read stage2 extended versioning " 144 BOOT_DEBUG("Found %s, expected %s\n", einfo->magic, 167 BOOT_DEBUG("WARNING: no update string passed to "
|
H A D | boot_utils.h | 48 #define BOOT_DEBUG(...) boot_gdebug(__func__, __VA_ARGS__) macro
|
H A D | boot_utils.c | 63 BOOT_DEBUG("Expected block-sized data, got: %d\n", size); 96 BOOT_DEBUG("Expected block-sized data, got: %d\n", size);
|
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 102 BOOT_DEBUG("Error opening %s\n", file); 108 BOOT_DEBUG("Error getting information (stat) about %s", file); 114 BOOT_DEBUG("bootblock file size is %x\n", bblock->file_size); 120 BOOT_DEBUG("boot block size is bigger than allowed\n"); 135 BOOT_DEBUG("bootblock in-memory buffer size is %x\n", 146 BOOT_DEBUG("Read from %s failed\n", file); 153 BOOT_DEBUG("Reading of the bootblock done\n"); 164 BOOT_DEBUG("mboot at %p, extra at %p, buf=%p (size=%d)\n", 198 BOOT_DEBUG("Error reading ZFS reserved area\n"); 206 BOOT_DEBUG("Unabl [all...] |
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 173 BOOT_DEBUG("Error opening %s\n", file); 179 BOOT_DEBUG("Error getting information (stat) about %s", file); 188 BOOT_DEBUG("bootblock in-memory buffer size is %d\n", 199 BOOT_DEBUG("Read from %s failed\n", file); 216 BOOT_DEBUG("bootblock file size is %d\n", bblock->file_size); 221 BOOT_DEBUG("mboot at %p offset %d, extra at %p size %d, buf=%p " 262 BOOT_DEBUG("Error reading bootblock area\n"); 270 BOOT_DEBUG("Unable to find multiboot header\n"); 293 BOOT_DEBUG("Unable to allocate enough memory to read" 301 BOOT_DEBUG("Erro [all...] |
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 251 BOOT_DEBUG(MEANINGLESS_OPT, "-e|-V"); 259 BOOT_DEBUG(MEANINGLESS_OPT, "-m|-f|-u|-F"); 299 BOOT_DEBUG("stage1 path: %s, stage2 path: %s, device: %s\n", 345 BOOT_DEBUG("Ready to commit to disk\n"); 387 BOOT_DEBUG("device path: %s\n", device_path); 474 BOOT_DEBUG("Current device path is: %s, attaching device path is: " 502 BOOT_DEBUG("Error reading first stage2 blocks from %s\n", 509 BOOT_DEBUG("No multiboot header found on %s, unable to grab " 1134 BOOT_DEBUG("stage2 buffer size = %d (%d sectors)\n", stage2->buf_size, 1244 BOOT_DEBUG("Unabl [all...] |
Completed in 64 milliseconds