Searched refs:ttysleep (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | tty_dev.c | 299 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, __FUNCTION__, 0); in ptsopen() 691 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, __FUNCTION__, 0); 954 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, __FUNCTION__, 0);
|
| H A D | tty.c | 1776 error = ttysleep(tp, TSA_OCOMPLETE(tp), in ttywait() 1879 ttysleep(tp, TSA_OCOMPLETE(tp), TTOPRI, in ttyflush() 2285 error = ttysleep(tp, TSA_HUP_OR_INPUT(tp), TTIPRI | PCATCH, in ttread() 2363 error = ttysleep(tp, &ttread, TTIPRI | PCATCH, in ttread() 2448 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); in ttycheckoutq() 2493 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, in ttwrite() 2660 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri", in ttwrite() 3232 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() function
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | tty.h | 334 int ttysleep(struct tty *tp,
|