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

/xnu-2782.1.97/bsd/sys/
H A Dsubr_prf.h80 #define TOCONS 0x00000001 /* output to console */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c313 pca.flags |= TOCONS;
419 if ((pca->flags & TOCONS) && pca->tty == NULL && constty) {
424 (pca->flags & TOCONS) && pca->tty == constty)
430 if ((pca->flags & TOCONS) && constty == 0 && c != '\0')
443 pca.flags = TOLOG | TOCONS;

Completed in 25 milliseconds