Home
last modified time | relevance | path

Searched refs:dead_strategy (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/bsd/miscfs/deadfs/
H A Ddead_vnops.c104 int dead_strategy(struct vnop_strategy_args *);
142 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)dead_strategy }, /* strategy */
237 dead_strategy(struct vnop_strategy_args *ap) in dead_strategy() function