Symbol: TOCONS
sys/arch/arm/acpi/acpi_platform.c
259
printf_flags(TOCONS|NOTSTAMP, "\033[0m");
sys/arch/arm/acpi/acpi_platform.c
260
printf_flags(TOCONS|NOTSTAMP, "\033[0J");
sys/arch/evbppc/nintendo/cpu.c
157
printf_flags(TOCONS|NOTSTAMP, " \x08");
sys/arch/sparc64/sparc64/machdep.c
753
printf_flags(TOCONS|NOTSTAMP,
sys/arch/sparc64/sparc64/machdep.c
789
printf_flags(TOCONS|NOTSTAMP, "\r ");
sys/kern/subr_msan.c
119
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
1074
vprintf_flags(TOCONS, fmt, ap);
sys/kern/subr_prf.c
1088
vprintf_flags(TOCONS|NOTSTAMP, fmt, ap);
sys/kern/subr_prf.c
1105
vprintf_flags(TOCONS | TOLOG, fmt, ap);
sys/kern/subr_prf.c
1117
vprintf_flags(TOCONS | TOLOG, fmt, ap);
sys/kern/subr_prf.c
1241
kprintf_internal("%s: ", TOCONS|TOLOG, NULL, NULL, device_xname(dev));
sys/kern/subr_prf.c
1243
kprintf(fmt, TOCONS|TOLOG, NULL, NULL, ap);
sys/kern/subr_prf.c
190
putchar(twiddle_chars[pos++ & 3], TOCONS|NOTSTAMP, NULL);
sys/kern/subr_prf.c
191
putchar('\b', TOCONS|NOTSTAMP, NULL);
sys/kern/subr_prf.c
265
kprintf_internal("panic: ", TOLOG|TOCONS, NULL, NULL);
sys/kern/subr_prf.c
271
kprintf_internal("%s", TOLOG|TOCONS, NULL, NULL, scratchstr);
sys/kern/subr_prf.c
274
kprintf(fmt, TOLOG|TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
276
kprintf_internal("\n", TOLOG|TOCONS, NULL, NULL);
sys/kern/subr_prf.c
315
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
339
kprintf(fmt, TOCONS, NULL, NULL, cap);
sys/kern/subr_prf.c
387
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
415
if ((flags & TOCONS) &&
sys/kern/subr_prf.c
423
(flags & TOCONS))
sys/kern/subr_prf.c
428
if ((flags & TOCONS) && ctp == NULL && c != '\0')
sys/kern/subr_prf.c
744
flags |= TOCONS;
sys/kern/subr_prf.c
822
flags |= TOCONS;
sys/kern/subr_prf.c
886
kprintf_internal("%s: ", TOCONS, NULL, NULL, prefix);
sys/kern/subr_prf.c
887
kprintf(fmt, TOCONS, NULL, NULL, ap);
sys/kern/subr_prf.c
936
flags |= TOCONS;
sys/kern/subr_prf.c
996
kprintf_internal("%s: ", TOCONS | TOLOG, NULL, NULL, prefix);
sys/kern/subr_prf.c
997
kprintf(fmt, TOCONS | TOLOG, NULL, NULL, ap);