/src/sys/uvm/ |
uvm_swapstub.c | 54 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *v, register_t *retval) function in typeref:typename:int
|
uvm_swap.c | 111 * the sys_swapctl performs the following operations: 502 * sys_swapctl: main entry point for swapctl(2) system call 506 sys_swapctl(struct lwp *l, const struct sys_swapctl_args *uap, register_t *retval) function in typeref:typename:int 769 * away from sys_swapctl() in order to allow COMPAT_* swapctl() 770 * emulation to use it directly without going through sys_swapctl(). 771 * The problem with using sys_swapctl() there is that it involves
|
/src/sys/compat/common/ |
vm_12.c | 66 return (sys_swapctl(l, &ua, retval));
|
/src/sys/compat/netbsd32/ |
netbsd32_compat_12.c | 127 return sys_swapctl(l, &ua, retval);
|
netbsd32_netbsd.c | 1554 return sys_swapctl(l, &ua, retval);
|
/src/sys/compat/linux32/common/ |
linux32_unistd.c | 581 return (sys_swapctl(l, &ua, retval)); 595 return (sys_swapctl(l, &ua, retval));
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1392 return (sys_swapctl(l, &ua, retval)); 1408 return (sys_swapctl(l, &ua, retval));
|
/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 1198 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|
aoutm68k_sysent.c | 1523 .sy_call = (sy_call_t *)sys_swapctl
|
/src/sys/kern/ |
init_sysent.c | 1373 .sy_call = (sy_call_t *)sys_swapctl
|
/src/sys/sys/ |
syscallargs.h | 1759 check_syscall_args(sys_swapctl) 3919 int sys_swapctl(struct lwp *, const struct sys_swapctl_args *, register_t *);
|