TOCONS
printf_flags(TOCONS|NOTSTAMP, "\033[0m");
printf_flags(TOCONS|NOTSTAMP, "\033[0J");
printf_flags(TOCONS|NOTSTAMP, " \x08");
printf_flags(TOCONS|NOTSTAMP,
printf_flags(TOCONS|NOTSTAMP, "\r ");
kprintf(fmt, TOCONS, NULL, NULL, ap);
vprintf_flags(TOCONS, fmt, ap);
vprintf_flags(TOCONS|NOTSTAMP, fmt, ap);
vprintf_flags(TOCONS | TOLOG, fmt, ap);
vprintf_flags(TOCONS | TOLOG, fmt, ap);
kprintf_internal("%s: ", TOCONS|TOLOG, NULL, NULL, device_xname(dev));
kprintf(fmt, TOCONS|TOLOG, NULL, NULL, ap);
putchar(twiddle_chars[pos++ & 3], TOCONS|NOTSTAMP, NULL);
putchar('\b', TOCONS|NOTSTAMP, NULL);
kprintf_internal("panic: ", TOLOG|TOCONS, NULL, NULL);
kprintf_internal("%s", TOLOG|TOCONS, NULL, NULL, scratchstr);
kprintf(fmt, TOLOG|TOCONS, NULL, NULL, ap);
kprintf_internal("\n", TOLOG|TOCONS, NULL, NULL);
kprintf(fmt, TOCONS, NULL, NULL, ap);
kprintf(fmt, TOCONS, NULL, NULL, cap);
kprintf(fmt, TOCONS, NULL, NULL, ap);
if ((flags & TOCONS) &&
(flags & TOCONS))
if ((flags & TOCONS) && ctp == NULL && c != '\0')
flags |= TOCONS;
flags |= TOCONS;
kprintf_internal("%s: ", TOCONS, NULL, NULL, prefix);
kprintf(fmt, TOCONS, NULL, NULL, ap);
flags |= TOCONS;
kprintf_internal("%s: ", TOCONS | TOLOG, NULL, NULL, prefix);
kprintf(fmt, TOCONS | TOLOG, NULL, NULL, ap);