Searched refs:kern_pwrite (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | sys_generic.c | 426 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset)); in sys_pwrite() 430 kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte, in kern_pwrite() function 454 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset)); in freebsd6_pwrite()
|
| /freebsd-14.2/sys/sys/ |
| H A D | syscallsubr.h | 285 int kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte,
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_file.c | 1008 kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, offset))); in linux_pwrite()
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 1970 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, in freebsd32_pwrite() 2085 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, in freebsd6_freebsd32_pwrite()
|