HomeSort by: relevance | last modified time | path
    Searched refs:do_sys_statat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
vfs_syscalls.h 45 int do_sys_statat(struct lwp *, int, const char *, unsigned int, struct stat *);
  /src/sys/compat/linux/common/
linux_file64.c 290 return do_sys_statat(l, fd, path, nd_flag, st);
  /src/sys/kern/
vfs_syscalls.c 3247 return do_sys_statat(NULL, AT_FDCWD, userpath, nd_flag, sb);
3251 do_sys_statat(struct lwp *l, int fdat, const char *userpath, function in typeref:typename:int
3293 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), FOLLOW, &sb);
3314 error = do_sys_statat(l, AT_FDCWD, SCARG(uap, path), NOFOLLOW, &sb);
3339 error = do_sys_statat(l, SCARG(uap, fd), SCARG(uap, path), nd_flag,
  /src/sys/compat/netbsd32/
netbsd32_fs.c 1315 error = do_sys_statat(l, SCARG(uap, fd), SCARG_P32(uap, path),

Completed in 36 milliseconds