HomeSort by: relevance | last modified time | path
    Searched defs:ttysleep (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
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);
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);

Completed in 127 milliseconds