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

  /src/sys/sys/
kprintf.h 58 #define NOTSTAMP 0x2000 /* no time stamp on console */
  /src/sys/arch/arm/acpi/
acpi_platform.c 259 printf_flags(TOCONS|NOTSTAMP, "\033[0m");
260 printf_flags(TOCONS|NOTSTAMP, "\033[0J");
  /src/sys/kern/
subr_prf.c 190 putchar(twiddle_chars[pos++ & 3], TOCONS|NOTSTAMP, NULL);
191 putchar('\b', TOCONS|NOTSTAMP, NULL);
500 if (c != '\0' && c != '\n' && needtstamp && (flags & NOTSTAMP) == 0) {
1088 vprintf_flags(TOCONS|NOTSTAMP, fmt, ap);
  /src/sys/arch/sparc64/sparc64/
machdep.c 753 printf_flags(TOCONS|NOTSTAMP,
789 printf_flags(TOCONS|NOTSTAMP, "\r ");

Completed in 15 milliseconds