/src/sys/compat/sunos32/ |
sunos32_syscallargs.h | 655 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
sunos32_sysent.c | 488 .sy_call = (sy_call_t *)netbsd32_fchmod 489 }, /* 124 = netbsd32_fchmod */
|
sunos32_syscallargs.h | 655 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
sunos32_sysent.c | 488 .sy_call = (sy_call_t *)netbsd32_fchmod 489 }, /* 124 = netbsd32_fchmod */
|
/src/sys/compat/linux32/arch/aarch64/ |
linux32_sysent.c | 384 .sy_call = (sy_call_t *)netbsd32_fchmod 385 }, /* 94 = netbsd32_fchmod */
|
linux32_sysent.c | 384 .sy_call = (sy_call_t *)netbsd32_fchmod 385 }, /* 94 = netbsd32_fchmod */
|
linux32_syscallargs.h | 1279 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
linux32_syscallargs.h | 1279 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
/src/sys/compat/linux32/arch/amd64/ |
linux32_sysent.c | 388 .sy_call = (sy_call_t *)netbsd32_fchmod 389 }, /* 94 = netbsd32_fchmod */
|
linux32_sysent.c | 388 .sy_call = (sy_call_t *)netbsd32_fchmod 389 }, /* 94 = netbsd32_fchmod */
|
linux32_syscallargs.h | 1274 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
linux32_syscallargs.h | 1274 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
/src/sys/compat/netbsd32/ |
netbsd32_sysent.c | 620 .sy_call = (sy_call_t *)netbsd32_fchmod 621 }, /* 124 = netbsd32_fchmod */
|
netbsd32_sysent.c | 620 .sy_call = (sy_call_t *)netbsd32_fchmod 621 }, /* 124 = netbsd32_fchmod */
|
netbsd32_netbsd.c | 984 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) function in typeref:typename:int
|
netbsd32_netbsd.c | 984 netbsd32_fchmod(struct lwp *l, const struct netbsd32_fchmod_args *uap, register_t *retval) function in typeref:typename:int
|
netbsd32_syscallargs.h | 673 check_syscall_args(netbsd32_fchmod) 3075 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|
netbsd32_syscallargs.h | 673 check_syscall_args(netbsd32_fchmod) 3075 int netbsd32_fchmod(struct lwp *, const struct netbsd32_fchmod_args *, register_t *);
|