Home
last modified time | relevance | path

Searched refs:do_sys_statat (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/sys/
Dvfs_syscalls.h45 int do_sys_statat(struct lwp *, int, const char *, unsigned int, struct stat *);
/netbsd/src/sys/compat/linux/common/
Dlinux_file64.c290 return do_sys_statat(l, fd, path, nd_flag, st); in linux_statat()
/netbsd/src/sys/kern/
Dvfs_syscalls.c3245 return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb); in do_sys_stat()
3249 do_sys_statat(struct lwp *l, int fdat, const char *userpath, in do_sys_statat() function
3291 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb); in sys___stat50()
3312 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), NOFOLLOW, &sb); in sys___lstat50()
3337 error = do_sys_statat(l, SCARG(uap, fd), SCARG(uap, path), nd_flag, in sys_fstatat()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_fs.c1315 error = do_sys_statat(l, SCARG(uap, fd), SCARG_P32(uap, path), in netbsd32_fstatat()