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

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c403 if (ap->a_which & FREAD) {
405 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
409 if (ap->a_which & FWRITE) {
411 ready = soo_select(&filetmp, ap->a_which, ap->a_wql, ap->a_context);
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h499 int a_which; member in struct:vnop_select_args
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c713 return (*cdevsw[major(dev)].d_select)(dev, ap->a_which, ap->a_wql, p);
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c3366 int a_which;
3383 a.a_which = which;

Completed in 41 milliseconds