Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_syscalls.c42 static int chop_select(struct fileproc *, int, void *, vfs_context_t);
51 .fo_select = chop_select,
76 chop_select(struct fileproc *fp, int which, void *wql, vfs_context_t ctx) in chop_select() function