Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/nmdm/
HDnmdm.c443 error = tsleep(TSA_PTC_WRITE(tp), in nmdmwrite()
505 wakeup(TSA_PTC_WRITE((&otherpart->nm_tty))); in wakeup_other()
/dragonfly/sys/sys/
HDtty.h229 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_ccmax) macro
/dragonfly/sys/kern/
HDtty_pty.c605 wakeup(TSA_PTC_WRITE(tp)); in ptcwakeup()
1119 error = tsleep(TSA_PTC_WRITE(tp), PCATCH, "ptcout", 0); in ptcwrite()