Searched refs:sys_swapctl_args (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/sys/compat/sys/ |
| D | uvm.h | 67 struct sys_swapctl_args; 69 extern int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *); 70 extern int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *);
|
| /netbsd/src/sys/uvm/ |
| D | uvm_swapstub.c | 43 int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) = 54 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *v, register_t *retval) in sys_swapctl()
|
| D | uvm_swap.c | 496 int (*uvm_swap_stats13)(const struct sys_swapctl_args *, register_t *) = 498 int (*uvm_swap_stats50)(const struct sys_swapctl_args *, register_t *) = 506 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *uap, register_t *retval) in sys_swapctl()
|
| /netbsd/src/sys/compat/common/ |
| D | uvm_13.c | 71 compat_uvm_swap_stats13(const struct sys_swapctl_args *uap, register_t *retval) in compat_uvm_swap_stats13()
|
| D | uvm_50.c | 73 compat_uvm_swap_stats50(const struct sys_swapctl_args *uap, register_t *retval) in compat_uvm_swap_stats50()
|
| D | vm_12.c | 60 struct sys_swapctl_args ua; in compat_12_sys_swapon()
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_compat_12.c | 122 struct sys_swapctl_args ua; in compat_12_netbsd32_oswapon()
|
| D | netbsd32_netbsd.c | 1539 struct sys_swapctl_args ua; in netbsd32_swapctl()
|
| /netbsd/src/sys/compat/linux32/common/ |
| D | linux32_unistd.c | 576 struct sys_swapctl_args ua; in linux32_sys_swapon() 590 struct sys_swapctl_args ua; in linux32_sys_swapoff()
|
| /netbsd/src/sys/compat/aoutm68k/ |
| D | aoutm68k_syscallargs.h | 553 struct sys_swapctl_args; 1198 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|
| D | aoutm68k_sysent.c | 1521 ns(struct sys_swapctl_args),
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_misc.c | 1387 struct sys_swapctl_args ua; in linux_sys_swapon() 1404 struct sys_swapctl_args ua; in linux_sys_swapoff()
|
| /netbsd/src/sys/sys/ |
| D | syscallargs.h | 1754 struct sys_swapctl_args { struct 3919 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|
| /netbsd/src/sys/kern/ |
| D | init_sysent.c | 1371 ns(struct sys_swapctl_args),
|
| D | systrace_args.c | 2011 const struct sys_swapctl_args *p = params; in systrace_args()
|