Searched refs:kern_copy_file_range (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | syscallsubr.h | 115 int kern_copy_file_range(struct thread *td, int infd, off_t *inoffp,
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_syscalls.c | 4784 kern_copy_file_range(struct thread *td, int infd, off_t *inoffp, int outfd, in kern_copy_file_range() function 4920 error = kern_copy_file_range(td, uap->infd, inoffp, uap->outfd, in sys_copy_file_range()
|