Home
last modified time | relevance | path

Searched refs:kern_filewrite (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsyscallsubr.h180 int kern_filewrite(struct thread *td, int fd, struct file *fp,
/freebsd/sys/kern/
H A Dsys_generic.c562 error = kern_filewrite(td, fd, fp, auio, flags, &cnt); in dofilewrite()
590 kern_filewrite(struct thread *td, int fd, struct file *fp, struct uio *auio, in kern_filewrite() function
H A Dkern_sendfile.c1178 error = kern_filewrite(td, sockfd, sock_fp, trl_uio, 0, &cnt); in vn_sendfile()