Home
last modified time | relevance | path

Searched refs:ch_select (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_var.h804 extern int ch_select(struct kern_channel *, int, void *, struct proc *);
H A Dchannel_syscalls.c104 revents = ch_select(ch, events, wql, vfs_context_proc(ctx)); in chop_select()
H A Dchannel.c1113 ch_select(struct kern_channel *ch, int events, void *wql, struct proc *p) in ch_select() function