Searched refs:do_sys_statat (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | vfs_syscalls.h | 45 int do_sys_statat(struct lwp *, int, const char *, unsigned int, struct stat *);
|
| /netbsd/src/sys/compat/linux/common/ |
| D | linux_file64.c | 290 return do_sys_statat(l, fd, path, nd_flag, st); in linux_statat()
|
| /netbsd/src/sys/kern/ |
| D | vfs_syscalls.c | 3245 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/ |
| D | netbsd32_fs.c | 1315 error = do_sys_statat(l, SCARG(uap, fd), SCARG_P32(uap, path), in netbsd32_fstatat()
|