Home
last modified time | relevance | path

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

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