Searched refs:ttysleep (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | tty_dev.c | 294 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, __FUNCTION__, 0); in ptsopen() 686 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, __FUNCTION__, 0); 949 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, __FUNCTION__, 0);
|
| H A D | tty.c | 1772 error = ttysleep(tp, TSA_OCOMPLETE(tp), in ttywait() 1875 ttysleep(tp, TSA_OCOMPLETE(tp), TTOPRI, in ttyflush() 2281 error = ttysleep(tp, TSA_HUP_OR_INPUT(tp), TTIPRI | PCATCH, in ttread() 2359 error = ttysleep(tp, &ttread, TTIPRI | PCATCH, in ttread() 2444 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); in ttycheckoutq() 2489 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, in ttwrite() 2656 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri", in ttwrite() 3228 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() function
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | tty.h | 334 int ttysleep(struct tty *tp,
|