| /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| ops-common.h | 394 loff_t off_in = 0, off_out = 0; local 398 bytes_copied = ::copy_file_range(fd_in, &off_in, fd_out, &off_out,
|
| /src/sys/compat/linux/common/ |
| linux_file.c | 1068 syscallarg(unsigned long) off_out; 1076 off_t off_in = 0, off_out = 0; local 1127 (SCARG(uap, off_out) != NULL && *SCARG(uap, off_out) < 0) || 1151 if (SCARG(uap, off_out) != NULL) { 1152 error = copyin(SCARG(uap, off_out), &off_out, sizeof(off_out)); 1159 if (off_out < 0 || len > OFF_MAX - off_out || [all...] |
| /src/sys/compat/linux/arch/aarch64/ |
| linux_syscallargs.h | 1130 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 1398 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_syscallargs.h | 1296 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 1374 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 1384 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 1355 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/mips/ |
| linux_syscallargs.h | 1408 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_syscallargs.h | 1289 syscallarg(off_t *) off_out; member in struct:linux_sys_copy_file_range_args
|