/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 786 struct linux_sys_sysinfo_args { struct 1462 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 816 ns(struct linux_sys_sysinfo_args),
|
linux_systrace_args.c | 1252 const struct linux_sys_sysinfo_args *p = params;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 596 struct linux_sys_sysinfo_args { struct 1724 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 1264 ns(struct linux_sys_sysinfo_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 451 struct linux_sys_sysinfo_args { struct 1540 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 551 ns(struct linux_sys_sysinfo_args),
|
linux_systrace_args.c | 859 const struct linux_sys_sysinfo_args *p = params;
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 404 struct linux_sys_sysinfo_args { struct 1605 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 534 ns(struct linux_sys_sysinfo_args),
|
linux_systrace_args.c | 747 const struct linux_sys_sysinfo_args *p = params;
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 421 struct linux_sys_sysinfo_args { struct 1629 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 537 ns(struct linux_sys_sysinfo_args),
|
linux_systrace_args.c | 770 const struct linux_sys_sysinfo_args *p = params;
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 406 struct linux_sys_sysinfo_args { struct 1602 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 557 ns(struct linux_sys_sysinfo_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 367 struct linux_sys_sysinfo_args { struct 1632 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 522 ns(struct linux_sys_sysinfo_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 379 struct linux_sys_sysinfo_args { struct 1528 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
|
linux_sysent.c | 531 ns(struct linux_sys_sysinfo_args),
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1435 linux_sys_sysinfo(struct lwp *l, const struct linux_sys_sysinfo_args *uap, register_t *retval)
|