Home
last modified time | relevance | path

Searched refs:err_read (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_support.h86 extern int err_read(struct vnop_read_args *ap);
H A Dvfs_support.c237 err_read(__unused struct vnop_read_args *ap) in err_read() function
/xnu-8019.80.24/bsd/miscfs/routefs/
H A Droutefs_ops.c518 { .opve_op = &vnop_read_desc, .opve_impl = (VOPFUNC)err_read }, /* read */