/src/sys/compat/aoutm68k/ |
aoutm68k_syscallargs.h | 485 struct sys_munlock_args; 1128 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
aoutm68k_sysent.c | 1214 ns(struct sys_munlock_args),
|
/src/sys/compat/freebsd/ |
freebsd_syscallargs.h | 433 struct sys_munlock_args; 970 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
freebsd_sysent.c | 958 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 1042 struct sys_munlock_args; 1563 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 1095 ns(struct sys_munlock_args),
|
linux_systrace_args.c | 1684 const struct sys_munlock_args *p = params;
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 592 struct sys_munlock_args; 1718 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 1252 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 639 struct sys_munlock_args; 1633 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 768 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 525 struct sys_munlock_args; 1655 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 680 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 543 struct sys_munlock_args; 1681 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 685 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 524 struct sys_munlock_args; 1654 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 702 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 503 struct sys_munlock_args; 1686 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 683 ns(struct sys_munlock_args),
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 500 struct sys_munlock_args; 1578 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|
linux_sysent.c | 677 ns(struct sys_munlock_args),
|
/src/sys/uvm/ |
uvm_mmap.c | 779 sys_munlock(struct lwp *l, const struct sys_munlock_args *uap,
|
/src/sys/compat/netbsd32/ |
netbsd32_netbsd.c | 1421 struct sys_munlock_args ua;
|
/src/sys/kern/ |
init_sysent.c | 1077 ns(struct sys_munlock_args),
|
/src/sys/sys/ |
syscallargs.h | 1331 struct sys_munlock_args { struct 3807 int sys_munlock(struct lwp *, const struct sys_munlock_args *, register_t *);
|