Searched refs:TOLOG (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_prf.c | 97 #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 D | ff_subr_prf.c | 74 #define TOLOG 0x04 macro 181 if ((flags & TOLOG) && (putbuf_done == 0)) { in kputchar() 551 pca.flags = TOCONS | TOLOG; in vprintf()
|