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

/xnu-2782.1.97/bsd/sys/
H A Dsubr_prf.h82 #define TOLOG 0x00000004 /* output to log (log lock not held) */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c217 int flags = TOLOG;
281 pca.flags = TOLOG;
285 printn((uint32_t)level, 10, TOLOG, (struct tty *)0, 0, 0);
426 if ((pca->flags & TOLOG) && c != '\0' && c != '\r' && c != 0177)
443 pca.flags = TOLOG | TOCONS;

Completed in 25 milliseconds