sys/kern/subr_prf.c
142
int printf_flags = TOCONS | TOLOG;
sys/kern/subr_prf.c
205
printf_flags |= TOCONS; /* make sure we see kernel printf output */
sys/kern/subr_prf.c
291
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
333
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
356
if ((flags & TOCONS) && tp == NULL && constty != NULL && !db_active) {
sys/kern/subr_prf.c
361
(flags & TOCONS) && tp == constty)
sys/kern/subr_prf.c
366
if ((flags & TOCONS) && (constty == NULL || db_active) && c != '\0')
sys/kern/subr_prf.c
550
retval = kprintf(fmt, TOCONS | TOLOG, NULL, NULL, ap);
sys/kern/subr_prf.c
710
if (oflags & TOCONS)