Home
last modified time | relevance | path

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

/netbsd/src/sys/rump/librump/rumpvfs/
Drumpvfs_syscalls.c98 extern sy_call_t sys_fchmodat;
203 { 463, sys_fchmodat },
/netbsd/src/sys/rump/
Drump.sysmap202 463 sys_fchmodat fchmodat rump___sysimpl_fchmodat
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_fs.c1273 return sys_fchmodat(l, &ua, retval); in netbsd32_fchmodat()
/netbsd/src/sys/sys/
Dsyscallargs.h3057 check_syscall_args(sys_fchmodat)
4272 int sys_fchmodat(struct lwp *, const struct sys_fchmodat_args *, register_t *);
/netbsd/src/sys/kern/
Dinit_sysent.c2271 .sy_call = (sy_call_t *)sys_fchmodat
Dvfs_syscalls.c3628 sys_fchmodat(struct lwp *l, const struct sys_fchmodat_args *uap, in sys_fchmodat() function