Searched refs:ttysleep (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.121.2/bsd/kern/ |
| H A D | tty_dev.c | 292 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, __FUNCTION__, 0); in ptsopen() 656 error = ttysleep(tp, TSA_PTC_READ(tp), TTIPRI | PCATCH, __FUNCTION__, 0); 919 error = ttysleep(tp, TSA_PTC_WRITE(tp), TTOPRI | PCATCH, __FUNCTION__, 0);
|
| H A D | tty.c | 1666 error = ttysleep(tp, TSA_OCOMPLETE(tp), in ttywait() 1769 ttysleep(tp, TSA_OCOMPLETE(tp), TTOPRI, in ttyflush() 2175 error = ttysleep(tp, TSA_HUP_OR_INPUT(tp), TTIPRI | PCATCH, in ttread() 2253 error = ttysleep(tp, &ttread, TTIPRI | PCATCH, in ttread() 2338 ttysleep(tp, TSA_OLOWAT(tp), PZERO - 1, "ttoutq", hz); in ttycheckoutq() 2383 error = ttysleep(tp, TSA_CARR_ON(tp), TTIPRI | PCATCH, in ttwrite() 2550 error = ttysleep(tp, TSA_OLOWAT(tp), TTOPRI | PCATCH, "ttywri", in ttwrite() 3122 ttysleep(struct tty *tp, void *chan, int pri, const char *wmesg, int timo) in ttysleep() function
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | tty.h | 331 int ttysleep(struct tty *tp,
|