/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...] |
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...] |