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

  /src/include/
fstab.h 73 struct fstab *getfsfile(const char *);
  /src/lib/libc/gen/
fstab.c 56 __weak_alias(getfsfile,_getfsfile)
197 getfsfile(const char *name) function in typeref:struct:fstab *
  /src/sbin/fsck/
fsutil.c 239 } else if ((fsp = getfsfile(newname)) != 0 && !retried) {
fsck.c 214 fs = getfsfile(spec);
  /src/sbin/mount/
mount.c 246 if ((fs = getfsfile(mntbuf->f_mntonname)) != NULL) {
261 ((fs = getfsfile(canonical_path)) == NULL &&
264 if ((fs = getfsfile(*argv)) == NULL &&
  /src/sbin/tunefs/
tunefs.c 735 fs = getfsfile(name);
  /src/usr.sbin/dumpfs/
dumpfs.c 949 fs = getfsfile(name);
  /src/lib/libc/include/
namespace.h 370 #define getfsfile _getfsfile macro
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 9076 INTERCEPTOR(void *, getfsfile, const char *file) {
9078 COMMON_INTERCEPTOR_ENTER(ctx, getfsfile, file);
9081 void *ret = REAL(getfsfile)(file);
9090 COMMON_INTERCEPT_FUNCTION(getfsfile);

Completed in 20 milliseconds