Home
last modified time | relevance | path

Searched refs:TSA_PTC_READ (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dtty.h269 #define TSA_PTC_READ(tp) ((void *)&(tp)->t_outq.c_cf) macro
/xnu-8020.121.3/bsd/kern/
H A Dtty_dev.c464 wakeup(TSA_PTC_READ(tp)); in ptcwakeup()
648 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, __FUNCTION__, 0);