Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/sys/
H A Dtty.h313 int ttyselect(struct tty *tp, int rw, void * wql, struct proc *p);
/xnu-8792.81.2/bsd/kern/
H A Dtty.c1531 ttyselect(struct tty *tp, int rw, void *wql, proc_t p) in ttyselect() function
1602 rv = ttyselect(tp, rw, wql, p); in ttselect()