Home
last modified time | relevance | path

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

/netbsd/src/sys/compat/linux/arch/amd64/
Dlinux_syscallargs.h682 struct linux_sys_swapoff_args { struct
1657 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c840 ns(struct linux_sys_swapoff_args),
Dlinux_systrace_args.c1285 const struct linux_sys_swapoff_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_syscallargs.h374 struct linux_sys_swapoff_args { struct
1526 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c526 ns(struct linux_sys_swapoff_args),
/netbsd/src/sys/compat/linux/arch/i386/
Dlinux_syscallargs.h416 struct linux_sys_swapoff_args { struct
1627 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c532 ns(struct linux_sys_swapoff_args),
Dlinux_systrace_args.c763 const struct linux_sys_swapoff_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/m68k/
Dlinux_syscallargs.h401 struct linux_sys_swapoff_args { struct
1600 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c552 ns(struct linux_sys_swapoff_args),
/netbsd/src/sys/compat/linux/arch/arm/
Dlinux_syscallargs.h399 struct linux_sys_swapoff_args { struct
1603 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c529 ns(struct linux_sys_swapoff_args),
Dlinux_systrace_args.c740 const struct linux_sys_swapoff_args *p = params; in systrace_args()
/netbsd/src/sys/compat/linux/arch/alpha/
Dlinux_syscallargs.h553 struct linux_sys_swapoff_args { struct
1703 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c1201 ns(struct linux_sys_swapoff_args),
/netbsd/src/sys/compat/linux/arch/mips/
Dlinux_syscallargs.h362 struct linux_sys_swapoff_args { struct
1630 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
Dlinux_sysent.c517 ns(struct linux_sys_swapoff_args),
/netbsd/src/sys/compat/linux/common/
Dlinux_misc.c1399 linux_sys_swapoff(struct lwp *l, const struct linux_sys_swapoff_args *uap, register_t *retval) in linux_sys_swapoff()