Home
last modified time | relevance | path

Searched refs:netbsd32_open (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c169 .sy_call = (sy_call_t *)netbsd32_open
H A Dnetbsd32_syscallargs.h66 check_syscall_args(netbsd32_open)
2851 int netbsd32_open(struct lwp *, const struct netbsd32_open_args *, register_t *);
H A Dnetbsd32_netbsd.c225 netbsd32_open(struct lwp *l, const struct netbsd32_open_args *uap, register_t *retval) in netbsd32_open() function