Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_support.h71 extern int err_open(struct vnop_open_args *ap);
H A Dvfs_support.c142 err_open(__unused struct vnop_open_args *ap) in err_open() function
/xnu-12377.1.9/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c414 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC) err_open }, /* open */
/xnu-12377.1.9/bsd/miscfs/routefs/
H A Droutefs_ops.c514 { .opve_op = &vnop_open_desc, .opve_impl = (VOPFUNC)err_open }, /* open */