Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsubr_prf.c91 #define TOCONS 0x01 macro
301 if (pca.flags & TOCONS) in _vprintf()
320 (void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap); in log()
409 retval = _vprintf(-1, TOCONS | TOLOG, fmt, ap); in vprintf()
424 if (flags & TOCONS) { in prf_putbuf()
440 if (ap->flags & TOCONS) in putbuf()
497 if ((flags & (TOCONS | TOLOG)) && c != '\0') in putchar()
1232 prf_putbuf(sbuf_data(sb), TOLOG | TOCONS, -1); in sbuf_putbuf()