/src/sys/compat/linux/common/ |
linux_file.c | 1068 syscallarg(unsigned long) off_out; 1076 off_t off_in = 0, off_out = 0; local in function:linux_sys_copy_file_range 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/lib/librefuse/refuse/ |
fs.h | 109 const char* path_out, struct fuse_file_info* fi_out, off_t off_out,
|
fs.c | 1700 const char *path_out, struct fuse_file_info *fi_out, off_t off_out, 1717 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->copy_file_range(path_in, fi_in, off_in, path_out, fi_out, off_out, len, flags); \
|
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
linux_syscall_hooks.h | 1668 #define __sanitizer_syscall_pre_splice(fd_in, off_in, fd_out, off_out, len, \ 1671 (long)(fd_out), (long)(off_out), \ 1673 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \ 1676 (long)(fd_out), (long)(off_out), \ 2961 long off_out, long len, long flags); 2963 long fd_out, long off_out, long len,
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1117 syscallarg(off_t *) off_out;
|
linux_systrace_args.c | 1812 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1385 syscallarg(off_t *) off_out;
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 1283 syscallarg(off_t *) off_out;
|
linux_systrace_args.c | 2128 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 1361 syscallarg(off_t *) off_out;
|
linux_systrace_args.c | 2231 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1379 syscallarg(off_t *) off_out;
|
linux_systrace_args.c | 2259 uarg[3] = (intptr_t) SCARG(p, off_out); /* off_t * */
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 1350 syscallarg(off_t *) off_out;
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1403 syscallarg(off_t *) off_out;
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 1284 syscallarg(off_t *) off_out;
|