Home
last modified time | relevance | path

Searched refs:netbsd32_chown_args (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/compat/sunos32/
H A Dsunos32_syscallargs.h87 struct netbsd32_chown_args;
503 int netbsd32_chown(struct lwp *, const struct netbsd32_chown_args *, register_t *);
H A Dsunos32_sysent.c97 ns(struct netbsd32_chown_args),
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c205 ns(struct netbsd32_chown_args),
H A Dnetbsd32_syscallargs.h121 struct netbsd32_chown_args { struct
2842 int netbsd32_chown(struct lwp *, const struct netbsd32_chown_args *, register_t *);
H A Dnetbsd32_netbsd.c323 netbsd32_chown(struct lwp *l, const struct netbsd32_chown_args *uap, register_t *retval) in netbsd32_chown()
H A Dnetbsd32_systrace_args.c135 const struct netbsd32_chown_args *p = params; in systrace_args()