/src/sys/compat/linux/common/ |
linux_fcntl64.c | 77 return linux_sys_fcntl(l, (const void *)uap, retval);
|
linux_file.c | 285 linux_sys_fcntl(struct lwp *l, const struct linux_sys_fcntl_args *uap, function in typeref:typename:int
|
/src/sys/compat/linux32/common/ |
linux32_fcntl.c | 147 return linux_sys_fcntl(l, &ua, retval);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 171 check_syscall_args(linux_sys_fcntl) 1204 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 157 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 215 check_syscall_args(linux_sys_fcntl) 1546 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 399 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 366 check_syscall_args(linux_sys_fcntl) 1486 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 425 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 186 check_syscall_args(linux_sys_fcntl) 1498 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 262 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 191 check_syscall_args(linux_sys_fcntl) 1518 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 263 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 189 check_syscall_args(linux_sys_fcntl) 1490 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 271 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 181 check_syscall_args(linux_sys_fcntl) 1532 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 262 .sy_call = (sy_call_t *)linux_sys_fcntl
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 181 check_syscall_args(linux_sys_fcntl) 1421 int linux_sys_fcntl(struct lwp *, const struct linux_sys_fcntl_args *, register_t *);
|
linux_sysent.c | 260 .sy_call = (sy_call_t *)linux_sys_fcntl
|