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