Home
last modified time | relevance | path

Searched refs:sys_fstatat (Results 1 – 5 of 5) sorted by relevance

/netbsd/sys/rump/librump/rumpvfs/
H A Drumpvfs_syscalls.c100 extern sy_call_t sys_fstatat;
205 { 466, sys_fstatat },
/netbsd/sys/rump/
H A Drump.sysmap204 466 sys_fstatat fstatat rump___sysimpl_fstatat
/netbsd/sys/sys/
H A Dsyscallargs.h3083 check_syscall_args(sys_fstatat)
4261 int sys_fstatat(struct lwp *, const struct sys_fstatat_args *, register_t *);
/netbsd/sys/kern/
H A Dinit_sysent.c2280 .sy_call = (sy_call_t *)sys_fstatat
H A Dvfs_syscalls.c3265 sys_fstatat(struct lwp *l, const struct sys_fstatat_args *uap, in sys_fstatat() function