Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c65 BAM_DPRINTF(("%s: findroot capability absent\n", fcn)); in get_findroot_cap()
81 BAM_DPRINTF(("%s: findroot capability present\n", fcn)); in get_findroot_cap()
85 BAM_DPRINTF(("%s: dboot capability present\n", fcn)); in get_findroot_cap()
94 BAM_DPRINTF(("%s: findroot capability absent\n", fcn)); in get_findroot_cap()
123 BAM_DPRINTF(("%s: is sparc - always DBOOT\n", fcn)); in get_boot_cap()
198 BAM_DPRINTF(("%s: is DBOOT unix\n", fcn)); in get_boot_cap()
209 BAM_DPRINTF(("%s: is xVM system\n", fcn)); in get_boot_cap()
211 BAM_DPRINTF(("%s: is *NOT* xVM system\n", fcn)); in get_boot_cap()
214 BAM_DPRINTF(("%s: is MULTIBOOT unix\n", fcn)); in get_boot_cap()
220 BAM_DPRINTF(("%s: returning SUCCESS\n", fcn)); in get_boot_cap()
[all …]
H A Dbootadm.c1387 BAM_DPRINTF(("%s: menu root is %s\n", fcn, menu_root)); in bam_menu()
1424 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool)); in bam_menu()
1434 BAM_DPRINTF(("%s: top dataset mountpoint=%s\n", fcn, zmntpt)); in bam_menu()
1437 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root)); in bam_menu()
1443 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root)); in bam_menu()
1448 BAM_DPRINTF(("%s: menu path is: %s\n", fcn, menu_path)); in bam_menu()
1479 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn)); in bam_menu()
1554 BAM_DPRINTF(("%s: writing menu to clean-menu-root: <%s>\n", in bam_menu()
1597 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn)); in bam_archive()
1940 BAM_DPRINTF(("%s: wrote file successfully: %s\n", fcn, path)); in list2file()
[all …]
H A Dbootadm_hyper.c674 BAM_DPRINTF(("could not open %s: %s\n", rcpath, in parse_bootenvrc()
782 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, extra_args)); in cvt_to_hyper()
978 BAM_DPRINTF(("%s: converted kernel cmd to %s\n", fcn, kernel)); in cvt_to_hyper()
979 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, mod_kernel)); in cvt_to_hyper()
1040 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, "")); in cvt_to_metal()
1243 BAM_DPRINTF(("%s: converted kernel cmd to %s\n", fcn, kernel)); in cvt_to_metal()
1244 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, module)); in cvt_to_metal()
H A Dbootadm_loader.c477 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool)); in bam_loader_menu()
486 BAM_DPRINTF(("%s: top dataset mountpoint=%s\n", fcn, zmntpt)); in bam_loader_menu()
489 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root)); in bam_loader_menu()
494 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root)); in bam_loader_menu()
499 BAM_DPRINTF(("%s: menu path is: %s\n", fcn, menu_path)); in bam_loader_menu()
604 BAM_DPRINTF(("%s: writing menu to clean-menu-root: <%s>\n", in bam_loader_menu()
H A Dbootadm.h346 #define BAM_DPRINTF(x) {if (bam_debug) bam_derror x; } macro