Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsubr_prf.c365 if ((pca->flags & TOCONS) && pca->tty == NULL && constty) { in putchar()
370 (pca->flags & TOCONS) && pca->tty == constty && allow_constty) { in putchar()
393 if ((pca->flags & TOCONS) && constty == NULL && c != '\0') { in putchar()
431 pca.flags |= TOCONS; in vprintf_log_locked()
/xnu-10002.41.9/bsd/sys/
H A Dsubr_prf.h80 #define TOCONS 0x00000001 /* output to console */ macro