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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h264 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_cl) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c417 wakeup(TSA_PTC_WRITE(tp));
760 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, "ptcout", 0);
H A Dtty_ptmx.c805 wakeup(TSA_PTC_WRITE(tp));
1275 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, "ptmx_out", 0);

Completed in 101 milliseconds