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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsubr_prf.h82 #define TOLOG 0x00000004 /* output to log (log lock not held) */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c218 int flags = TOLOG;
274 pca.flags = TOLOG;
278 printn((u_long)level, 10, TOLOG, (struct tty *)0, 0, 0);
434 if ((pca->flags & TOLOG) && c != '\0' && c != '\r' && c != 0177)
451 pca.flags = TOLOG | TOCONS;

Completed in 26 milliseconds