Searched refs:_ATselect (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dsys_dep.c73 int _ATselect(struct fileproc *, int, void *, vfs_context_t);
274 {_ATread, _ATwrite, _ATioctl, _ATselect, _ATclose, _ATkqfilter, 0};
H A Dddp.save261 extern int _ATrw(), _ATioctl(), _ATselect(), _ATclose(), _ATstat();
262 static struct fileops fileops = {_ATrw, _ATioctl, _ATselect, _ATclose, _ATstat};
591 int _ATselect(fp, corl, reqevents, retevents, notify) /* AIX version */
H A Dsys_glue.c73 int _ATselect(struct fileproc *, int, void *, vfs_context_t);
630 int _ATselect(fp, which, wql, ctx) function

Completed in 23 milliseconds