Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/miscfs/fifofs/
H A Dfifo.h116 #define fifo_strategy (int (*) (struct vnop_strategy_args *))err_strategy
H A Dfifo_vnops.c110 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)err_strategy }, /* strategy */
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_support.h144 extern int err_strategy(struct vnop_strategy_args *ap);
H A Dvfs_support.c641 err_strategy(__unused struct vnop_strategy_args *ap) in err_strategy() function
/xnu-8019.80.24/bsd/miscfs/routefs/
H A Droutefs_ops.c535 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)err_strategy }, /* strategy */
/xnu-8019.80.24/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1613 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)err_strategy }, /* strategy */
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_vnops.c196 { .opve_op = &vnop_strategy_desc, .opve_impl = (vnop_t *)err_strategy }, /* strategy */
244 { &vnop_strategy_desc, (vnop_t *)err_strategy }, /* strategy */