Searched refs:TSA_CARR_ON (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtty.h259 #define TSA_CARR_ON(tp) ((void *)&(tp)->t_rawq) macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c1277 wakeup(TSA_CARR_ON(tp));
1893 wakeup(TSA_CARR_ON(tp));
2310 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH,
H A Dtty_pty.c222 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH,
H A Dtty_ptmx.c595 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH,

Completed in 19 milliseconds