Home
last modified time | relevance | path

Searched refs:TSA_CARR_ON (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h265 #define TSA_CARR_ON(tp) ((void *)&(tp)->t_rawq) macro
/xnu-8019.80.24/bsd/kern/
H A Dtty.c1231 wakeup(TSA_CARR_ON(tp)); in ttioctl_locked()
1945 wakeup(TSA_CARR_ON(tp)); in ttymodem()
2382 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, in ttwrite()
H A Dtty_dev.c291 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, __FUNCTION__, 0); in ptsopen()