tty.c | 410 error = ttysleep(tp, &tp->t_rawcv, true, 0); 1715 error = ttysleep(tp, &tp->t_outcv, true, timo); 2107 error = ttysleep(tp, &tp->t_rawcv, true, slp); 2247 error = ttysleep(tp, &tp->t_rawcv, true, 0); 2403 error = ttysleep(tp, &tp->t_outcv, true, 0); 2854 ttysleep(struct tty *tp, kcondvar_t *cv, bool catch_p, int timo) function in typeref:typename:int 2880 error = ttysleep(tp, NULL, true, timo);
|