Searched refs:kern_pwritev (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/kern/
H A Dsys_generic.c443 error = kern_pwritev(td, fd, &auio, offset);
514 error = kern_pwritev(td, uap->fd, auio, uap->offset);
520 kern_pwritev(struct thread *td, int fd, struct uio *auio, off_t offset) function
/freebsd-current/sys/sys/
H A Dsyscallsubr.h295 int kern_pwritev(struct thread *td, int fd, struct uio *auio, off_t offset);
/freebsd-current/sys/compat/linux/
H A Dlinux_file.c1067 error = kern_pwritev(td, uap->fd, auio, offset);
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1282 error = kern_pwritev(td, uap->fd, auio, PAIR32TO64(off_t,uap->offset));

Completed in 199 milliseconds