Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_err.c56 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 Dbootconf.h166 #define BOP_PUTSARG(bop, msg, arg) ((bop)->bsys_printf)(bop, msg, arg) macro
/titanic_44/usr/src/uts/sun/sys/
H A Dbootconf.h131 #define BOP_PUTSARG(bop, fmt, arg) bop_putsarg(fmt, arg) macro