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

  /src/sys/sys/
vfs_syscalls.h 78 int do_sys_accessat(struct lwp *, int, const char *, int ,int);
  /src/sys/compat/linux32/common/
linux32_unistd.c 493 return do_sys_accessat(l, SCARG(uap, fd), SCARG_P32(uap, path),
  /src/sys/compat/linux/common/
linux_file.c 775 return do_sys_accessat(l, SCARG(uap, fd), SCARG(uap, path),
945 return do_sys_accessat(l, fd, path, mode, flag);
  /src/sys/kern/
vfs_syscalls.c 3158 return do_sys_accessat(l, AT_FDCWD, SCARG(uap, path),
3163 do_sys_accessat(struct lwp *l, int fdat, const char *path, function in typeref:typename:int
3236 return do_sys_accessat(l, SCARG(uap, fd), SCARG(uap, path),

Completed in 16 milliseconds