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

/xnu-2422.115.4/bsd/miscfs/fifofs/
H A Dfifo.h116 #define fifo_strategy (int (*) (struct vnop_strategy_args *))err_strategy
H A Dfifo_vnops.c110 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.h144 extern int err_strategy(struct vnop_strategy_args *ap);
H A Dvfs_support.c638 err_strategy(__unused struct vnop_strategy_args *ap) function
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1561 { &vnop_strategy_desc, (VOPFUNC)err_strategy }, /* strategy */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c188 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */
233 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */

Completed in 63 milliseconds