Home
last modified time | relevance | path

Searched refs:linux_sys_sysinfo_args (Results 1 – 18 of 18) sorted by relevance

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h451 struct linux_sys_sysinfo_args { struct
1540 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c551 ns(struct linux_sys_sysinfo_args),
Dlinux_systrace_args.c859 const struct linux_sys_sysinfo_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h379 struct linux_sys_sysinfo_args { struct
1528 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c531 ns(struct linux_sys_sysinfo_args),
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h421 struct linux_sys_sysinfo_args { struct
1629 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c537 ns(struct linux_sys_sysinfo_args),
Dlinux_systrace_args.c770 const struct linux_sys_sysinfo_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h406 struct linux_sys_sysinfo_args { struct
1602 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c557 ns(struct linux_sys_sysinfo_args),
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h404 struct linux_sys_sysinfo_args { struct
1605 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c534 ns(struct linux_sys_sysinfo_args),
Dlinux_systrace_args.c747 const struct linux_sys_sysinfo_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h596 struct linux_sys_sysinfo_args { struct
1724 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c1264 ns(struct linux_sys_sysinfo_args),
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h367 struct linux_sys_sysinfo_args { struct
1632 int linux_sys_sysinfo(struct lwp *, const struct linux_sys_sysinfo_args *, register_t *);
Dlinux_sysent.c522 ns(struct linux_sys_sysinfo_args),
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1435 linux_sys_sysinfo(struct lwp *l, const struct linux_sys_sysinfo_args *uap, register_t *retval) in linux_sys_sysinfo()