Searched refs:spec_strategy (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspecdev.h170 int spec_strategy (struct vnop_strategy_args *);
H A Dspec_vnops.c141 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
1912 spec_strategy(struct vnop_strategy_args *ap) function
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1607 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c288 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
329 { &vnop_strategy_desc, (vnop_t *)spec_strategy }, /* strategy */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c6992 { &vnop_strategy_desc, (VOPFUNC)spec_strategy }, /* strategy */

Completed in 105 milliseconds