Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_prf.c97 #define TOLOG 0x04 macro
241 flags |= TOLOG; in vtprintf()
300 if (pca.flags & TOLOG) 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()
430 if (flags & TOLOG) in prf_putbuf()
452 if (ap->flags & TOLOG) 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()
/f-stack/lib/
H A Dff_subr_prf.c74 #define TOLOG 0x04 macro
181 if ((flags & TOLOG) && (putbuf_done == 0)) { in kputchar()
551 pca.flags = TOCONS | TOLOG; in vprintf()