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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h263 #define TSA_PTC_READ(tp) ((void *)&(tp)->t_outq.c_cf) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c413 wakeup(TSA_PTC_READ(tp));
539 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, "ptcin", 0);
H A Dtty_ptmx.c801 wakeup(TSA_PTC_READ(tp));
938 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, "ptmx_in", 0);

Completed in 23 milliseconds