Searched refs:sys_swapctl (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/sys/uvm/ |
H A D | uvm_swapstub.c | 54 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *v, register_t *retval) in sys_swapctl() function
|
H A D | uvm_swap.c | 506 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *uap, register_t *retval) in sys_swapctl() function
|
/netbsd-src/sys/compat/common/ |
H A D | vm_12.c | 66 return (sys_swapctl(l, &ua, retval)); in compat_12_sys_swapon()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_compat_12.c | 127 return sys_swapctl(l, &ua, retval); in compat_12_netbsd32_oswapon()
|
H A D | netbsd32_netbsd.c | 1554 return sys_swapctl(l, &ua, retval); in netbsd32_swapctl()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_unistd.c | 581 return (sys_swapctl(l, &ua, retval)); in linux32_sys_swapon() 595 return (sys_swapctl(l, &ua, retval)); in linux32_sys_swapoff()
|
/netbsd-src/sys/compat/linux/common/ |
H A D | linux_misc.c | 1392 return (sys_swapctl(l, &ua, retval)); in linux_sys_swapon() 1408 return (sys_swapctl(l, &ua, retval)); in linux_sys_swapoff()
|
/netbsd-src/sys/compat/aoutm68k/ |
H A D | aoutm68k_syscallargs.h | 1198 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|
H A D | aoutm68k_sysent.c | 1523 .sy_call = (sy_call_t *)sys_swapctl
|
/netbsd-src/sys/sys/ |
H A D | syscallargs.h | 1759 check_syscall_args(sys_swapctl) 3919 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|
/netbsd-src/sys/kern/ |
H A D | init_sysent.c | 1373 .sy_call = (sy_call_t *)sys_swapctl
|