Home
last modified time | relevance | path

Searched refs:netbsd32_ovadvise (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_sysent.c291 .sy_call = (sy_call_t *)netbsd32_ovadvise
H A Dsunos32_syscallargs.h567 int netbsd32_ovadvise(struct lwp *, const struct netbsd32_ovadvise_args *, register_t *);
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c415 .sy_call = (sy_call_t *)netbsd32_ovadvise
H A Dnetbsd32_syscallargs.h391 check_syscall_args(netbsd32_ovadvise)
2946 int netbsd32_ovadvise(struct lwp *, const struct netbsd32_ovadvise_args *, register_t *);
H A Dnetbsd32_netbsd.c1787 netbsd32_ovadvise(struct lwp *l, const struct netbsd32_ovadvise_args *uap, register_t *retval) in netbsd32_ovadvise() function