/src/sys/compat/linux/common/ |
linux_file64.c | 316 #ifdef LINUX_SYS_statx 318 linux_sys_statx(struct lwp *l, const struct linux_sys_statx_args *uap, function in typeref:typename:int 343 #endif /* LINUX_SYS_statx */
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1130 check_syscall_args(linux_sys_statx) 1593 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1309 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 1398 check_syscall_args(linux_sys_statx) 1978 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 2105 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 1296 check_syscall_args(linux_sys_statx) 1845 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1502 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 1374 check_syscall_args(linux_sys_statx) 1936 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1666 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 1392 check_syscall_args(linux_sys_statx) 1962 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1674 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 1363 check_syscall_args(linux_sys_statx) 1931 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1632 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 1416 check_syscall_args(linux_sys_statx) 1974 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1575 .sy_call = (sy_call_t *)linux_sys_statx
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 1297 check_syscall_args(linux_sys_statx) 1837 int linux_sys_statx(struct lwp *, const struct linux_sys_statx_args *, register_t *);
|
linux_sysent.c | 1603 .sy_call = (sy_call_t *)linux_sys_statx
|