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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h316 int ttycheckoutq(struct tty *tp, int wait);
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c224 /* ttycheckoutq(), tputchar() require a locked tp */
226 if(ttycheckoutq(tp, 0)) {
H A Dtty.c1807 * ttycheckoutq(), ttyblock(), ttyunblock(), and tputchar()
2246 ttycheckoutq(struct tty *tp, int wait) function
2783 if (ttycheckoutq(tp,0) == 0)

Completed in 25 milliseconds