Searched refs:fp_readv (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | sys_generic.c | 266 fp_readv(vfs_context_t ctx, struct fileproc *fp, uio_t uio, int flags, in fp_readv() function 325 return fp_readv(ctx, fp, uio, flags, retval); in dofileread() 344 error = fp_readv(&context, fp, uio, flags, retval); in readv_internal()
|