Searched refs:d_select (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dcons.c136 return ((*cdevsw[major(dev)].d_select) (dev, flag, wql, p));
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dcons.c148 return ((*cdevsw[major(dev)].d_select)(dev, flag, wql, p));
/darwin-on-arm/xnu/bsd/sys/
H A Dconf.h198 select_fcn_t *d_select; member in struct:cdevsw
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c240 .d_select = audit_pipe_poll,
H A Daudit_session.c345 .d_select = audit_sdev_poll,
/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);

Completed in 40 milliseconds