HomeSort by: relevance | last modified time | path
    Searched refs:TOCONS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
kprintf.h 52 #define TOCONS 0x0001 /* to the console */
  /src/sys/kern/
subr_prf.c 190 putchar(twiddle_chars[pos++ & 3], TOCONS|NOTSTAMP, NULL);
191 putchar('\b', TOCONS|NOTSTAMP, NULL);
265 kprintf_internal("panic: ", TOLOG|TOCONS, NULL, NULL);
271 kprintf_internal("%s", TOLOG|TOCONS, NULL, NULL, scratchstr);
274 kprintf(fmt, TOLOG|TOCONS, NULL, NULL, ap);
276 kprintf_internal("\n", TOLOG|TOCONS, NULL, NULL);
315 kprintf(fmt, TOCONS, NULL, NULL, ap);
339 kprintf(fmt, TOCONS, NULL, NULL, cap);
387 kprintf(fmt, TOCONS, NULL, NULL, ap);
415 if ((flags & TOCONS) &
    [all...]
subr_msan.c 119 kprintf(fmt, TOCONS, NULL, NULL, ap);
  /src/sys/arch/arm/acpi/
acpi_platform.c 259 printf_flags(TOCONS|NOTSTAMP, "\033[0m");
260 printf_flags(TOCONS|NOTSTAMP, "\033[0J");
  /src/sys/arch/sparc64/sparc64/
machdep.c 753 printf_flags(TOCONS|NOTSTAMP,
789 printf_flags(TOCONS|NOTSTAMP, "\r ");

Completed in 17 milliseconds