Searched refs:kern_writev (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi32/ |
| H A D | cloudabi32_fd.c | 142 error = kern_writev(td, uap->fd, uio); in cloudabi32_sys_fd_write()
|
| /freebsd-13.1/sys/compat/cloudabi64/ |
| H A D | cloudabi64_fd.c | 142 error = kern_writev(td, uap->fd, uio); in cloudabi64_sys_fd_write()
|
| /freebsd-13.1/sys/kern/ |
| H A D | sys_generic.c | 407 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 D | kern_sendfile.c | 1217 error = kern_writev(td, sockfd, trl_uio); in vn_sendfile()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 241 error = kern_writev(td, uap->fd, auio); in linux_writev()
|
| /freebsd-13.1/sys/sys/ |
| H A D | syscallsubr.h | 338 int kern_writev(struct thread *td, int fd, struct uio *auio);
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1153 error = kern_writev(td, uap->fd, auio); in freebsd32_writev()
|