Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsubr_prf.c140 int printf_flags = TOLOG; variable
142 int printf_flags = TOCONS | TOLOG; variable
205 printf_flags |= TOCONS; /* make sure we see kernel printf output */ in panic()
529 retval = kprintf(fmt, printf_flags, NULL, NULL, ap); in printf()