Home
last modified time | relevance | path

Searched refs:getfsspec (Results 1 – 9 of 9) sorted by relevance

/freebsd/include/
H A Dfstab.h69 struct fstab *getfsspec(const char *);
/freebsd/lib/libc/gen/
H A Dfstab.c229 getfsspec(const char *name) in getfsspec() function
H A DSymbol.map122 getfsspec;
H A DMakefile.inc397 getfsent.3 getfsspec.3 \
/freebsd/sbin/mount/
H A Dmount.c398 (fs = getfsspec(*argv)) == NULL) in main()
933 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
/freebsd/sbin/fsck/
H A Dfsck.c211 (fs = getfsspec(spec)) == NULL) { in main()
/freebsd/usr.bin/quota/
H A Dquota.c519 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc9413 INTERCEPTOR(void *, getfsspec, const char *spec) {
9415 COMMON_INTERCEPTOR_ENTER(ctx, getfsspec, spec);
9418 void *ret = REAL(getfsspec)(spec);
9437 COMMON_INTERCEPT_FUNCTION(getfsspec); \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1865 fun:getfsspec=uninstrumented