Searched refs:BOP_PUTSARG (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_err.c | 54 BOP_PUTSARG(kctl.kctl_boot_ops, "WARNING: ", NULL); in kctl_vprintf() 56 BOP_PUTSARG(kctl.kctl_boot_ops, "NOTE: ", NULL); in kctl_vprintf() 59 BOP_PUTSARG(kctl.kctl_boot_ops, "%s\n", buf); in kctl_vprintf()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 170 #define BOP_PUTSARG(bop, msg, arg) ((bop)->bsys_printf)(bop, msg, arg) macro
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 132 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg) macro
|