Lines Matching refs:BOOT_DEBUG

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()
222 BOOT_DEBUG("Unable to allocate enough memory to read" in read_bootblock_from_disk()
233 BOOT_DEBUG("Error reading first %d bytes of the bootblock\n", in read_bootblock_from_disk()
244 BOOT_DEBUG("Error reading ZFS reserved area the second time\n"); in read_bootblock_from_disk()
281 BOOT_DEBUG("Unable to read bootblock from %s\n", device->path); in is_update_necessary()
287 BOOT_DEBUG("No extended information available\n"); in is_update_necessary()
299 BOOT_DEBUG("Forcing update of %s bootblock\n", device->path); in is_update_necessary()
303 BOOT_DEBUG("Ready to check installed version vs %s\n", updt_str); in is_update_necessary()
320 BOOT_DEBUG("WARNING: no update string passed to " in add_bootblock_einfo()
405 BOOT_DEBUG("Error writing first 15 blocks of %s\n", in write_zfs_bootblock()
416 BOOT_DEBUG("Error writing the second part of ZFS bootblock " in write_zfs_bootblock()
439 BOOT_DEBUG("Error writing bootblock to %s\n", in write_bootblock()
458 BOOT_DEBUG("Unable to open %s\n", device->path); in open_device()
464 BOOT_DEBUG("Unable to stat %s\n", device->path); in open_device()
613 BOOT_DEBUG("device path: %s, bootblock file path: %s\n", device_path, in handle_install()
649 BOOT_DEBUG("Ready to commit to disk\n"); in handle_install()
691 BOOT_DEBUG("device path: %s\n", device_path); in handle_getinfo()
713 BOOT_DEBUG("No multiboot header found on %s, unable " in handle_getinfo()
782 BOOT_DEBUG("Current device path is: %s, attaching device path is: " in handle_mirror()
810 BOOT_DEBUG("Error reading bootblock from %s\n", in handle_mirror()
817 BOOT_DEBUG("No multiboot header found on %s, unable to retrieve" in handle_mirror()