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

/darwin-on-arm/xnu/bsd/sys/
H A Dfile_internal.h149 int (*fo_read) (struct fileproc *fp, struct uio *uio, member in struct:fileglob::fileops
183 int fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c288 * fo_read:???
345 * fo_read:???
371 if ((error = fo_read(fp, auio, flags, ctx))) {
714 error = fo_read(fp, uio, 0, &context);
H A Dkern_descrip.c429 error = fo_read(fp, auio, flags, &context);
5206 * fo_read
5220 fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) function
5222 return ((*fp->f_ops->fo_read)(fp, uio, flags, ctx));
H A Dkern_event.c128 .fo_read = kqueue_read,
H A Duipc_syscalls.c2308 error = fo_read(fp, auio, FOF_OFFSET, &context);
2315 ENXIO_10146739_DBG("%s: fo_read error. %s");
2326 //printf("sendfile: fo_read 0 bytes, EOF\n");

Completed in 89 milliseconds