Searched refs:kern_writev (Results 1 – 5 of 5) sorted by relevance
| /freebsd/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 | 1157 error = kern_writev(td, sockfd, trl_uio); in vn_sendfile()
|
| /freebsd/sys/sys/ |
| H A D | syscallsubr.h | 403 int kern_writev(struct thread *td, int fd, struct uio *auio);
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 1928 error = kern_writev(td, args->fd, auio); in linux_inotify_init1()
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1296 error = kern_writev(td, uap->fd, auio); in freebsd32_copyinuio()
|