Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sunos32/
H A Dsunos32_sysent.c734 .sy_call = (sy_call_t *)netbsd32_pathconf
H A Dsunos32_syscallargs.h752 int netbsd32_pathconf(struct lwp *, const struct netbsd32_pathconf_args *, register_t *);
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c880 .sy_call = (sy_call_t *)netbsd32_pathconf
H A Dnetbsd32_syscallargs.h1013 check_syscall_args(netbsd32_pathconf)
3176 int netbsd32_pathconf(struct lwp *, const struct netbsd32_pathconf_args *, register_t *);
H A Dnetbsd32_netbsd.c1280 netbsd32_pathconf(struct lwp *l, const struct netbsd32_pathconf_args *uap, register_t *retval) in netbsd32_pathconf() function