sys/kern/subr_prf.c
1312
prf_putbuf(sbuf_data(sb), TOLOG | TOCONS, -1);
sys/kern/subr_prf.c
1342
prf_putbuf(dataptr, TOLOG | TOCONS, -1);
sys/kern/subr_prf.c
321
(void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap);
sys/kern/subr_prf.c
408
retval = _vprintf(-1, TOCONS | TOLOG, fmt, ap);
sys/kern/subr_prf.c
425
if ((flags & TOCONS) && !cn_mute) {
sys/kern/subr_prf.c
443
if ((flags & TOCONS) && !cn_mute) {
sys/kern/subr_prf.c
511
if ((flags & TOCONS) && cn_mute) {
sys/kern/subr_prf.c
512
flags &= ~TOCONS;
sys/kern/subr_prf.c
516
if ((flags & (TOCONS | TOLOG)) && c != '\0')