Searched refs:a_which (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c406 if (ap->a_which & FREAD) {
408 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
412 if (ap->a_which & FWRITE) {
414 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h499 int a_which; member in struct:vnop_select_args
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c676 return (*cdevsw[major(dev)].d_select)(dev, ap->a_which, ap->a_wql, p);
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c3860 int a_which;
3881 a.a_which = which;

Completed in 38 milliseconds