Searched refs:TOTTY (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsubr_prf.h81 #define TOTTY 0x00000002 /* output to tty */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c174 pca.flags = TOTTY;
228 flags |= TOTTY;
257 pca.flags = TOTTY;
429 pca->flags |= TOTTY;
431 if ((pca->flags & TOTTY) && pca->tty && tputchar(c, pca->tty) < 0 &&
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c1481 #define TOTTY 0x02 macro
1487 return prf(format, ap, TOTTY, NULL);

Completed in 26 milliseconds