Home
last modified time | relevance | path

Searched refs:BMDPRINTF (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c127 BMDPRINTF(("rootconf: fstype %s\n", rootfs.bo_fstype)); in rootconf()
128 BMDPRINTF(("rootconf: name %s\n", rootfs.bo_name)); in rootconf()
129 BMDPRINTF(("rootconf: flags 0x%x\n", rootfs.bo_flags)); in rootconf()
130 BMDPRINTF(("rootconf: obp_bootpath %s\n", obp_bootpath)); in rootconf()
277 BMDPRINTF(("preload_module: %s\n", name)); in preload_module()
331 BMDPRINTF(("loadrootmodules: impl_module_list\n")); in loadrootmodules()
419 BMDPRINTF(("loadrootmodules: preload_module\n")); in loadrootmodules()
733 BMDPRINTF(("load_boot_driver: %s\n", drv)); in load_boot_driver()
847 BMDPRINTF(("load_bootpath_drivers: %s\n", bootpath)); in load_bootpath_drivers()
1002 BMDPRINTF(("load_boot_platform_modules: %s -> %s\n", in load_boot_platform_modules()
[all …]
H A Dmodsysfile.c1510 BMDPRINTF(("rootfs bootpath: %s\n", rootfs.bo_name)); in setbootpath()
1517 BMDPRINTF(("rootfs fstype: %s\n", rootfs.bo_fstype)); in setbootfstype()
/illumos-gate/usr/src/uts/common/sys/
H A Dautoconf.h125 #define BMDPRINTF(args) if (ddidebug & DDI_DEBUG_BOOTMOD) printf args macro
145 #define BMDPRINTF(args) macro