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