Searched refs:fo_write (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h147 int (*fo_write) (struct fileproc *fp, struct uio *uio, member in struct:fileglob::fileops
183 int fo_write(struct fileproc *fp, struct uio *uio, int flags,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c4418 * fo_write
4432 fo_write(struct fileproc *fp, struct uio *uio, int flags, vfs_context_t ctx) function
4434 return((*fp->f_ops->fo_write)(fp, uio, flags, ctx));
H A Dsys_generic.c531 * <fo_write>:EPIPE
532 * <fo_write>:??? [indirect through struct fileops]
558 if ((error = fo_write(fp, auio, flags, ctx))) {
647 error = fo_write(fp, uio, 0, &context);

Completed in 28 milliseconds