Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h226 #define TSA_OCOMPLETE(tp) ((void *)&(tp)->t_outq.c_ccmax) macro
/dragonfly/sys/kern/
H A Dtty.c1253 wakeup(TSA_OCOMPLETE(tp)); in ttioctl()
1396 error = ttysleep(tp, TSA_OCOMPLETE(tp), in ttywait()
1476 ttysleep(tp, TSA_OCOMPLETE(tp), 0, in ttyflush()
2384 wakeup(TSA_OCOMPLETE(tp)); in ttwwakeup()
/dragonfly/sys/bus/u4b/serial/
H A Dusb_serial.c1774 wakeup(TSA_OCOMPLETE(tp)); in ucom_start()