Home
last modified time | relevance | path

Searched refs:fo_write (Results 1 – 15 of 15) sorted by relevance

/xnu-8020.121.3/bsd/sys/
H A Dfile_internal.h165 int (*fo_write) (struct fileproc *fp, struct uio *uio, member
495 int fo_write(struct fileproc *fp, struct uio *uio, int flags,
/xnu-8020.121.3/bsd/kern/
H A Dsys_socket.c103 .fo_write = soo_write,
H A Dposix_shm.c195 .fo_write = fo_no_write,
H A Dposix_sem.c175 .fo_write = fo_no_write,
H A Dsys_generic.c643 if ((error = fo_write(fp, auio, flags, ctx))) { in dofilewrite()
835 error = fo_write(fp, uio, flags, &context); in do_uiowrite()
H A Dkern_descrip.c2252 error = fo_write(fp, auio, flags, &context); in fd_rdwr()
5659 fo_write(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) in fo_write() function
5661 return (*fp->f_ops->fo_write)(fp, uio, flags, ctx); in fo_write()
H A Dsys_pipe.c187 .fo_write = pipe_write,
H A Dkern_event.c154 .fo_write = fo_no_write,
/xnu-8020.121.3/bsd/miscfs/fifofs/
H A Dfifo_vnops.c128 .fo_write = NULL,
/xnu-8020.121.3/bsd/skywalk/nexus/
H A Dnexus_syscalls.c44 .fo_write = fo_no_write,
/xnu-8020.121.3/bsd/skywalk/channel/
H A Dchannel_syscalls.c47 .fo_write = fo_no_write,
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_vnops.c137 .fo_write = vn_write,
H A Dvfs_fsevents.c2404 .fo_write = fo_no_write,
/xnu-8020.121.3/bsd/net/
H A Dnecp_client.c367 .fo_write = fo_no_write,
H A Dnecp.c760 .fo_write = fo_no_write,