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));
81 BAM_DPRINTF(("%s: findroot capability present\n", fcn));
85 BAM_DPRINTF(("%s: dboot capability present\n", fcn));
94 BAM_DPRINTF(("%s: findroot capability absent\n", fcn));
122 BAM_DPRINTF(("%s: is sparc - always DBOOT\n", fcn));
181 BAM_DPRINTF(("%s: is DBOOT unix\n", fcn));
192 BAM_DPRINTF(("%s: is xVM system\n", fcn));
194 BAM_DPRINTF(("%s: is *NOT* xVM system\n", fcn));
197 BAM_DPRINTF(("%s: is MULTIBOOT unix\n", fcn));
203 BAM_DPRINTF(("
[all...]
H A Dbootadm.c1352 BAM_DPRINTF(("%s: menu root is %s\n", fcn, menu_root));
1389 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool));
1399 BAM_DPRINTF(("%s: top dataset mountpoint=%s\n", fcn, zmntpt));
1402 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root));
1408 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root));
1413 BAM_DPRINTF(("%s: menu path is: %s\n", fcn, menu_path));
1444 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn));
1519 BAM_DPRINTF(("%s: writing menu to clean-menu-root: <%s>\n",
1562 BAM_DPRINTF(("%s: Failed to get boot capability\n", fcn));
1903 BAM_DPRINTF(("
[all...]
H A Dbootadm_hyper.c674 BAM_DPRINTF(("could not open %s: %s\n", rcpath,
782 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, extra_args));
978 BAM_DPRINTF(("%s: converted kernel cmd to %s\n", fcn, kernel));
979 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, mod_kernel));
1040 BAM_DPRINTF(("%s: entered. args: %s %s\n", fcn, osroot, ""));
1243 BAM_DPRINTF(("%s: converted kernel cmd to %s\n", fcn, kernel));
1244 BAM_DPRINTF(("%s: converted module cmd to %s\n", fcn, module));
H A Dbootadm_loader.c407 BAM_DPRINTF(("%s: derived pool=%s from special\n", fcn, pool));
416 BAM_DPRINTF(("%s: top dataset mountpoint=%s\n", fcn, zmntpt));
419 BAM_DPRINTF(("%s: zfs menu_root=%s\n", fcn, menu_root));
424 BAM_DPRINTF(("%s: cleaned menu root is <%s>\n", fcn, clean_menu_root));
429 BAM_DPRINTF(("%s: menu path is: %s\n", fcn, menu_path));
534 BAM_DPRINTF(("%s: writing menu to clean-menu-root: <%s>\n",
H A Dbootadm.h346 #define BAM_DPRINTF(x) {if (bam_debug) bam_derror x; } macro

Completed in 76 milliseconds