| /netbsd-src/sys/uvm/ |
| H A D | uvm_mmap.c | 739 sys_mlock(struct lwp *l, const struct sys_mlock_args *uap, register_t *retval) in sys_mlock() function
|
| /netbsd-src/sys/compat/freebsd/ |
| H A D | freebsd_syscallargs.h | 968 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| H A D | freebsd_sysent.c | 955 .sy_call = (sy_call_t *)sys_mlock
|
| /netbsd-src/sys/compat/aoutm68k/ |
| H A D | aoutm68k_syscallargs.h | 1126 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| H A D | aoutm68k_sysent.c | 1211 .sy_call = (sy_call_t *)sys_mlock
|
| /netbsd-src/sys/compat/linux/arch/aarch64/ |
| H A D | linux_sysent.c | 1092 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1561 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/powerpc/ |
| H A D | linux_sysent.c | 674 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1576 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/mips/ |
| H A D | linux_sysent.c | 680 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1684 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/amd64/ |
| H A D | linux_sysent.c | 765 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1631 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/i386/ |
| H A D | linux_sysent.c | 682 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1679 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/m68k/ |
| H A D | linux_sysent.c | 699 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1652 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/arm/ |
| H A D | linux_sysent.c | 677 .sy_call = (sy_call_t *)sys_mlock
|
| H A D | linux_syscallargs.h | 1653 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/compat/linux/arch/alpha/ |
| H A D | linux_syscallargs.h | 1716 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| H A D | linux_sysent.c | 1249 .sy_call = (sy_call_t *)sys_mlock
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_netbsd.c | 1411 return sys_mlock(l, &ua, retval); in netbsd32_mlock()
|
| /netbsd-src/sys/sys/ |
| H A D | syscallargs.h | 1327 check_syscall_args(sys_mlock) 3805 int sys_mlock(struct lwp *, const struct sys_mlock_args *, register_t *);
|
| /netbsd-src/sys/kern/ |
| H A D | init_sysent.c | 1074 .sy_call = (sy_call_t *)sys_mlock
|