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

  /src/sys/compat/linux/common/
linux_file64.c 248 linux_statat(struct lwp *l, int fd, const char *path, int lflag, function in typeref:typename:int
306 error = linux_statat(l, SCARG(uap, fd), SCARG(uap, path),
332 error = linux_statat(l, SCARG(uap, fd), SCARG(uap, path),
linux_fcntl.h 85 int linux_statat(struct lwp *, int, const char *, int, struct stat *);
  /src/sys/compat/linux32/common/
linux32_stat.c 269 error = linux_statat(l, SCARG(uap, fd), SCARG_P32(uap, path),
295 error = linux_statat(l, SCARG(uap, fd), SCARG_P32(uap, path),

Completed in 14 milliseconds