Searched refs:d_strategy (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h156 strategy_fcn_t *d_strategy; member in struct:bdevsw
194 strategy_fcn_t *d_strategy; member in struct:cdevsw
/macosx-10.10/BootCache-109/
H A Dkext.c2754 if (BC_cache->c_devsw->d_strategy != (strategy_fcn_t*) BC_strategy ||
2760 BC_cache->c_devsw->d_strategy = (strategy_fcn_t*) BC_strategy;
2764 if (BC_cache->c_devsw->d_strategy != BC_cache->c_strategy ||
2770 BC_cache->c_devsw->d_strategy = BC_cache->c_strategy;
4945 if ((BC_cache->c_devsw->d_strategy == (strategy_fcn_t*)BC_strategy) ||
4951 BC_cache->c_strategy = BC_cache->c_devsw->d_strategy;
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_pipe.c242 .d_strategy = eno_strat,
H A Daudit_session.c347 .d_strategy = eno_strat,
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2093 strategy_ret = (*(strategy_fcn_ret_t*)bdevsw[major(bdev)].d_strategy)(bp);

Completed in 201 milliseconds