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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsubr_prf.h80 #define TOCONS 0x00000001 /* output to console */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c306 pca.flags |= TOCONS;
427 if ((pca->flags & TOCONS) && pca->tty == NULL && constty) {
432 (pca->flags & TOCONS) && pca->tty == constty)
438 if ((pca->flags & TOCONS) && constty == 0 && c != '\0')
451 pca.flags = TOLOG | TOCONS;

Completed in 43 milliseconds