HomeSort by: relevance | last modified time | path
    Searched refs:off_in (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/compat/linux/common/
linux_file.c 1066 syscallarg(unsigned long) off_in;
1076 off_t off_in = 0, off_out = 0; local in function:linux_sys_copy_file_range
1126 if ((SCARG(uap, off_in) != NULL && *SCARG(uap, off_in) < 0) ||
1143 if (SCARG(uap, off_in) != NULL) {
1144 error = copyin(SCARG(uap, off_in), &off_in, sizeof(off_in));
1160 off_in < 0 || len > OFF_MAX - off_in) {
    [all...]
  /src/lib/librefuse/refuse/
fs.h 108 const char* path_in, struct fuse_file_info* fi_in, off_t off_in,
fs.c 1699 const char *path_in, struct fuse_file_info *fi_in, off_t off_in,
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, \
1670 __sanitizer_syscall_pre_impl_splice((long)(fd_in), (long)(off_in), \
1673 #define __sanitizer_syscall_post_splice(res, fd_in, off_in, fd_out, off_out, \
1675 __sanitizer_syscall_post_impl_splice(res, (long)(fd_in), (long)(off_in), \
2960 void __sanitizer_syscall_pre_impl_splice(long fd_in, long off_in, long fd_out,
2962 void __sanitizer_syscall_post_impl_splice(long res, long fd_in, long off_in,
  /src/sys/compat/linux/arch/aarch64/
linux_syscallargs.h 1115 syscallarg(off_t *) off_in;
linux_systrace_args.c 1810 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
  /src/sys/compat/linux/arch/alpha/
linux_syscallargs.h 1383 syscallarg(off_t *) off_in;
  /src/sys/compat/linux/arch/amd64/
linux_syscallargs.h 1281 syscallarg(off_t *) off_in;
linux_systrace_args.c 2126 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
  /src/sys/compat/linux/arch/arm/
linux_syscallargs.h 1359 syscallarg(off_t *) off_in;
linux_systrace_args.c 2229 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
  /src/sys/compat/linux/arch/i386/
linux_syscallargs.h 1377 syscallarg(off_t *) off_in;
linux_systrace_args.c 2257 uarg[1] = (intptr_t) SCARG(p, off_in); /* off_t * */
  /src/sys/compat/linux/arch/m68k/
linux_syscallargs.h 1348 syscallarg(off_t *) off_in;
  /src/sys/compat/linux/arch/mips/
linux_syscallargs.h 1401 syscallarg(off_t *) off_in;
  /src/sys/compat/linux/arch/powerpc/
linux_syscallargs.h 1282 syscallarg(off_t *) off_in;

Completed in 37 milliseconds