Home
last modified time | relevance | path

Searched refs:SL_CONSONLY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrlog.h78 #define SL_CONSONLY 0x1000 /* send message only to /dev/console */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c98 sl |= SL_CONSONLY; in cprintf()
124 if (((sl & SL_CONSONLY) && panicstr) || in cprintf()
H A Dlogsubr.c700 if ((lc->flags & SL_CONSONLY) == 0 && in log_sendmsg()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dprintf.c87 flags |= SL_CONSONLY; in fakekernel_cprintf()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c1145 if (lp->flags & SL_CONSONLY) in formatsys()