Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_subr_prf.c72 #define TOCONS 0x01 macro
128 if (ap->flags & TOCONS) in putbuf()
142 if (ap->flags & TOCONS) { in putbuf()
176 if (flags & TOCONS) { in kputchar()
551 pca.flags = TOCONS | TOLOG; in vprintf()
/f-stack/freebsd/kern/
H A Dsubr_prf.c95 #define TOCONS 0x01 macro
303 if (pca.flags & TOCONS) in _vprintf()
331 (void)_vprintf(level, log_open ? TOLOG : TOCONS | TOLOG, fmt, ap); in vlog()
418 retval = _vprintf(-1, TOCONS | TOLOG, fmt, ap); in vprintf()
433 if (flags & TOCONS) { in prf_putbuf()
449 if (ap->flags & TOCONS) in putbuf()
506 if ((flags & (TOCONS | TOLOG)) && c != '\0') in putchar()
1262 prf_putbuf(sbuf_data(sb), TOLOG | TOCONS, -1); in sbuf_putbuf()
1292 prf_putbuf(dataptr, TOLOG | TOCONS, -1); in sbuf_printf_drain()