Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h164 int (*fo_read) (struct fileproc *fp, struct uio *uio, member
495 int fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx);
/xnu-8792.61.2/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_pipe.c186 .fo_read = pipe_read,
H A Dkern_descrip.c5935 fo_read(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_read() function
5937 return (*fp->f_ops->fo_read)(fp, uio, flags, ctx); in fo_read()
H A Dsys_generic.c282 error = fo_read(fp, uio, flags, ctx); in fp_readv()
H A Duipc_syscalls.c3656 error = fo_read(fp, auio, FOF_OFFSET, &context); in sendfile()
H A Dkern_event.c153 .fo_read = fo_no_read,
/xnu-8792.61.2/bsd/miscfs/fifofs/
H A Dfifo_vnops.c127 .fo_read = NULL,
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_syscalls.c44 .fo_read = fo_no_read,
/xnu-8792.61.2/bsd/skywalk/channel/
H A Dchannel_syscalls.c46 .fo_read = fo_no_read,
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_vnops.c137 .fo_read = vn_read,
H A Dvfs_fsevents.c2628 .fo_read = fseventsf_read,
/xnu-8792.61.2/bsd/net/
H A Dnecp_client.c370 .fo_read = fo_no_read,
H A Dnecp.c768 .fo_read = fo_no_read,