Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h679 struct linux_sys_swapoff_args { struct
1339 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c836 ns(struct linux_sys_swapoff_args),
H A Dlinux_systrace_args.c1285 struct linux_sys_swapoff_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/arm/
H A Dlinux_syscallargs.h396 struct linux_sys_swapoff_args { struct
1293 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c527 ns(struct linux_sys_swapoff_args),
H A Dlinux_systrace_args.c740 struct linux_sys_swapoff_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h371 struct linux_sys_swapoff_args { struct
1214 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c524 ns(struct linux_sys_swapoff_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/alpha/
H A Dlinux_syscallargs.h550 struct linux_sys_swapoff_args { struct
1393 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c1196 ns(struct linux_sys_swapoff_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/mips/
H A Dlinux_syscallargs.h359 struct linux_sys_swapoff_args { struct
1232 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c515 ns(struct linux_sys_swapoff_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/m68k/
H A Dlinux_syscallargs.h398 struct linux_sys_swapoff_args { struct
1297 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c550 ns(struct linux_sys_swapoff_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/arch/i386/
H A Dlinux_syscallargs.h413 struct linux_sys_swapoff_args { struct
1334 int linux_sys_swapoff(struct lwp *, const struct linux_sys_swapoff_args *, register_t *);
H A Dlinux_sysent.c530 ns(struct linux_sys_swapoff_args),
H A Dlinux_systrace_args.c763 struct linux_sys_swapoff_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_misc.c1218 linux_sys_swapoff(struct lwp *l, const struct linux_sys_swapoff_args *uap, register_t *retval) in linux_sys_swapoff()