Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dtty.h316 int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
/xnu-10063.141.1/bsd/kern/
H A Dtty.c1638 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) in ttyselect() function
1709 rv = ttyselect(tp, rw, wql, p); in ttselect()