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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dconf.h104 typedef void strategy_fcn_t(struct buf *bp); typedef
124 #define d_strategy_t strategy_fcn_t
136 #define eno_strat ((strategy_fcn_t *)&enodev_strat)
156 strategy_fcn_t *d_strategy;
194 strategy_fcn_t *d_strategy;
/macosx-10.10/xnu-2782.1.97/bsd/dev/
H A Dmemdev.c107 static strategy_fcn_t mdevstrategy;
/macosx-10.10/BootCache-109/
H A Dkext.c350 strategy_fcn_t *c_strategy;
2754 if (BC_cache->c_devsw->d_strategy != (strategy_fcn_t*) BC_strategy ||
2760 BC_cache->c_devsw->d_strategy = (strategy_fcn_t*) BC_strategy;
4945 if ((BC_cache->c_devsw->d_strategy == (strategy_fcn_t*)BC_strategy) ||
/macosx-10.10/xnu-2782.1.97/bsd/dev/vn/
H A Dvn.c131 static strategy_fcn_t vnstrategy;

Completed in 136 milliseconds