Searched refs:ttysleep_nsec (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | tty.c | 82 int ttysleep_nsec(struct tty *, void *, int, char *, uint64_t); 1243 error = ttysleep_nsec(tp, &tp->t_outq, TTOPRI | PCATCH, in ttywait_nsec() 2314 return (ttysleep_nsec(tp, chan, pri, wmesg, INFSLP)); in ttysleep() 2318 ttysleep_nsec(struct tty *tp, void *chan, int pri, char *wmesg, uint64_t nsecs) in ttysleep_nsec() function
|