Searched refs:ttyselect (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h307 int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c70 * o Handle inter-byte timeout for "MIN > 0, TIME > 0" in ttyselect().
1510 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) function
1563 rv = ttyselect(tp, rw, wql, p);

Completed in 23 milliseconds