Searched refs:kern_pwrite (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | sys_generic.c | 427 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset)); in sys_pwrite() 431 kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte, in kern_pwrite() function 455 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset)); in freebsd6_pwrite()
|
| /freebsd/sys/sys/ |
| H A D | syscallsubr.h | 300 int kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte,
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_file.c | 1063 kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, offset))); in linux_pwrite()
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 2008 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, 2123 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte,
|