Searched refs:fo_read (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h145 int (*fo_read) (struct fileproc *fp, struct uio *uio, member in struct:fileglob::fileops
182 int fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c4397 * fo_read
4411 fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) function
4413 return ((*fp->f_ops->fo_read)(fp, uio, flags, ctx));
H A Dsys_generic.c263 * fo_read:???
318 * fo_read:???
345 if ((error = fo_read(fp, auio, flags, ctx))) {
682 error = fo_read(fp, uio, 0, &context);
H A Duipc_syscalls.c2239 error = fo_read(fp, auio, FOF_OFFSET, &context);
2256 //printf("sendfile: fo_read 0 bytes, EOF\n");

Completed in 57 milliseconds