Home
last modified time | relevance | path

Searched refs:fo_read (Results 1 – 16 of 16) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dfile_internal.h163 int (*fo_read) (struct fileproc *fp, struct uio *uio, member
494 int fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx);
/xnu-8020.101.4/bsd/kern/
H A Dsys_socket.c102 .fo_read = soo_read,
H A Dposix_shm.c194 .fo_read = fo_no_read,
H A Dposix_sem.c174 .fo_read = fo_no_read,
H A Dsys_generic.c388 if ((error = fo_read(fp, auio, flags, ctx))) { in dofileread()
880 error = fo_read(fp, uio, flags, &context); in rd_uio()
H A Dkern_descrip.c2257 error = fo_read(fp, auio, flags, &context); in fd_rdwr()
5631 fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_read() function
5633 return (*fp->f_ops->fo_read)(fp, uio, flags, ctx); in fo_read()
H A Dsys_pipe.c186 .fo_read = pipe_read,
H A Duipc_syscalls.c3628 error = fo_read(fp, auio, FOF_OFFSET, &context); in sendfile()
H A Dkern_event.c153 .fo_read = fo_no_read,
/xnu-8020.101.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c127 .fo_read = NULL,
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_syscalls.c43 .fo_read = fo_no_read,
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_syscalls.c46 .fo_read = fo_no_read,
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_vnops.c136 .fo_read = vn_read,
H A Dvfs_fsevents.c2356 .fo_read = fseventsf_read,
/xnu-8020.101.4/bsd/net/
H A Dnecp_client.c366 .fo_read = fo_no_read,
H A Dnecp.c759 .fo_read = fo_no_read,