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

/xnu-2782.1.97/bsd/sys/
H A Dsubr_prf.h81 #define TOTTY 0x00000002 /* output to tty */ macro
/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c169 pca.flags = TOTTY;
227 flags |= TOTTY;
264 pca.flags = TOTTY;
407 * Locks: If TOTTY is set, we assume that the tty lock is held
421 pca->flags |= TOTTY;
423 if ((pca->flags & TOTTY) && pca->tty && tputchar(c, pca->tty) < 0 &&
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c1519 #define TOTTY 0x02 macro
1525 return prf(format, ap, TOTTY, NULL);

Completed in 25 milliseconds