Home
last modified time | relevance | path

Searched refs:netbsd32_fchmod_args (Results 1 – 11 of 11) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/sunos32/
H A Dsunos32_syscallargs.h304 struct netbsd32_fchmod_args;
660 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
H A Dsunos32_sysent.c489 ns(struct netbsd32_fchmod_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/svr4_32/
H A Dsvr4_32_syscallargs.h279 struct netbsd32_fchmod_args;
848 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
H A Dsvr4_32_sysent.c391 ns(struct netbsd32_fchmod_args),
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux32/arch/amd64/
H A Dlinux32_syscallargs.h302 struct netbsd32_fchmod_args;
1184 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
H A Dlinux32_sysent.c400 ns(struct netbsd32_fchmod_args),
H A Dlinux32_systrace_args.c586 struct netbsd32_fchmod_args *p = params; in systrace_args()
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_sysent.c594 ns(struct netbsd32_fchmod_args),
H A Dnetbsd32_syscallargs.h669 struct netbsd32_fchmod_args { struct
2813 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
H A Dnetbsd32_netbsd.c1025 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) in netbsd32_fchmod()
H A Dnetbsd32_systrace_args.c926 struct netbsd32_fchmod_args *p = params; in systrace_args()