Home
last modified time | relevance | path

Searched refs:netbsd32___msync13 (Results 1 – 8 of 8) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_misc.c372 return (netbsd32___msync13(l, &ouap, retval)); in sunos32_sys_omsync()
742 return (netbsd32___msync13(l, (const void *)uap, retval)); in sunos32_sys_mctl()
/netbsd/sys/compat/linux32/arch/aarch64/
H A Dlinux32_sysent.c567 .sy_call = (sy_call_t *)netbsd32___msync13
H A Dlinux32_syscallargs.h1345 int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
/netbsd/sys/compat/linux32/arch/amd64/
H A Dlinux32_sysent.c574 .sy_call = (sy_call_t *)netbsd32___msync13
H A Dlinux32_syscallargs.h1346 int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c1210 .sy_call = (sy_call_t *)netbsd32___msync13
H A Dnetbsd32_syscallargs.h1491 check_syscall_args(netbsd32___msync13)
3295 int netbsd32___msync13(struct lwp *, const struct netbsd32___msync13_args *, register_t *);
H A Dnetbsd32_netbsd.c1607 netbsd32___msync13(struct lwp *l, const struct netbsd32___msync13_args *uap, register_t *retval) in netbsd32___msync13() function