Searched refs:netbsd32_fchmod_args (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/sys/compat/sunos32/ |
H A D | sunos32_syscallargs.h | 303 struct netbsd32_fchmod_args; 655 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
H A D | sunos32_sysent.c | 487 ns(struct netbsd32_fchmod_args),
|
/netbsd-src/sys/compat/linux32/arch/aarch64/ |
H A D | linux32_syscallargs.h | 300 struct netbsd32_fchmod_args; 1279 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
H A D | linux32_sysent.c | 383 ns(struct netbsd32_fchmod_args),
|
H A D | linux32_systrace_args.c | 579 const struct netbsd32_fchmod_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/linux32/arch/amd64/ |
H A D | linux32_syscallargs.h | 305 struct netbsd32_fchmod_args; 1274 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
H A D | linux32_sysent.c | 387 ns(struct netbsd32_fchmod_args),
|
H A D | linux32_systrace_args.c | 586 const struct netbsd32_fchmod_args *p = params; in systrace_args()
|
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_sysent.c | 619 ns(struct netbsd32_fchmod_args),
|
H A D | netbsd32_syscallargs.h | 669 struct netbsd32_fchmod_args { struct 3067 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
H A D | netbsd32_netbsd.c | 984 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) in netbsd32_fchmod()
|
H A D | netbsd32_systrace_args.c | 921 const struct netbsd32_fchmod_args *p = params; in systrace_args()
|