Home
last modified time | relevance | path

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

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