Home
last modified time | relevance | path

Searched refs:kern_writev (Results 1 – 5 of 5) sorted by relevance

/f-stack/lib/
H A Dff_syscall_wrapper.c760 if ((rc = kern_writev(curthread, fd, &auio))) in ff_write()
783 if ((rc = kern_writev(curthread, fd, &auio))) in ff_writev()
/f-stack/freebsd/kern/
H A Dsys_generic.c407 error = kern_writev(td, uap->fd, &auio); in sys_write()
478 error = kern_writev(td, uap->fd, auio); in sys_writev()
484 kern_writev(struct thread *td, int fd, struct uio *auio) in kern_writev() function
H A Dkern_sendfile.c1211 error = kern_writev(td, sockfd, trl_uio); in vn_sendfile()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c240 error = kern_writev(td, uap->fd, auio); in linux_writev()
/f-stack/freebsd/sys/
H A Dsyscallsubr.h338 int kern_writev(struct thread *td, int fd, struct uio *auio);