HomeSort by: relevance | last modified time | path
    Searched defs:off_out (Results 1 - 9 of 9) sorted by relevancy

  /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

Completed in 39 milliseconds