Symbol: sys___msync13
sys/compat/aoutm68k/aoutm68k_syscallargs.h
1213
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/aoutm68k/aoutm68k_sysent.c
1559
.sy_call = (sy_call_t *)sys___msync13
sys/compat/common/vm_12.c
82
return (sys___msync13(l, &ua, retval));
sys/compat/freebsd/freebsd_misc.c
77
return sys___msync13(l, &bma, retval);
sys/compat/freebsd/freebsd_syscallargs.h
1041
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/freebsd/freebsd_sysent.c
1288
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/aarch64/linux_syscallargs.h
1576
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/aarch64/linux_sysent.c
1091
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/alpha/linux_syscallargs.h
1700
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/alpha/linux_sysent.c
929
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/amd64/linux_syscallargs.h
1397
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/amd64/linux_sysent.c
172
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/arm/linux_syscallargs.h
1654
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/arm/linux_sysent.c
649
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/i386/linux_syscallargs.h
1672
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/i386/linux_sysent.c
654
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/m68k/linux_syscallargs.h
1645
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/m68k/linux_sysent.c
671
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/mips/linux_syscallargs.h
1673
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/mips/linux_sysent.c
637
.sy_call = (sy_call_t *)sys___msync13
sys/compat/linux/arch/powerpc/linux_syscallargs.h
1569
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);
sys/compat/linux/arch/powerpc/linux_sysent.c
646
.sy_call = (sy_call_t *)sys___msync13
sys/compat/netbsd32/netbsd32_compat_12.c
113
return sys___msync13(l, &ua, retval);
sys/compat/netbsd32/netbsd32_netbsd.c
1620
return sys___msync13(l, &ua, retval);
sys/compat/sunos/sunos_misc.c
190
return (sys___msync13(l, &ouap, retval));
sys/compat/sunos/sunos_misc.c
531
return (sys___msync13(l, (const void *)uap, retval));
sys/kern/init_sysent.c
1405
.sy_call = (sy_call_t *)sys___msync13
sys/sys/syscallargs.h
1805
check_syscall_args(sys___msync13)
sys/sys/syscallargs.h
3931
int sys___msync13(struct lwp *, const struct sys___msync13_args *, register_t *);