Searched refs:ttysleep (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/kern/ |
| H A D | tty_dev.c | 291 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, __FUNCTION__, 0); in ptsopen() 648 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, __FUNCTION__, 0); 911 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, __FUNCTION__, 0);
|
| H A D | tty.c | 1665 error = ttysleep(tp, TSA_OCOMPLETE(tp), in ttywait() 1768 ttysleep(tp, TSA_OCOMPLETE(tp), TTOPRI, in ttyflush() 2174 error = ttysleep(tp, TSA_HUP_OR_INPUT(tp), TTIPRI | PCATCH, in ttread() 2252 error = ttysleep(tp, &ttread, TTIPRI | PCATCH, in ttread() 2337 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); in ttycheckoutq() 2382 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, in ttwrite() 2549 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri", in ttwrite() 3125 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() function
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | tty.h | 331 int ttysleep(struct tty *tp,
|