Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/miscfs/fifofs/
H A Dfifo.h118 #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-8792.41.9/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-8792.41.9/bsd/miscfs/routefs/
H A Droutefs_ops.c535 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)err_strategy }, /* strategy */
/xnu-8792.41.9/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1615 { .opve_op = &vnop_strategy_desc, .opve_impl = (VOPFUNC)err_strategy }, /* strategy */