Home
last modified time | relevance | path

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

/dflybsd-src/include/
H A Dfstab.h77 struct fstab *getfsspec(const char *);
/dflybsd-src/sbin/mount_ufs/
H A Dmount.c242 (fs = getfsspec(*argv)) == NULL) in main()
692 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
/dflybsd-src/lib/libc/gen/
H A Dfstab.c224 getfsspec(const char *name) in getfsspec() function
H A DSymbol.map272 getfsspec;
H A DMakefile.inc161 getfsent.3 getfsspec.3 \
/dflybsd-src/sbin/mount/
H A Dmount.c269 (fs = getfsspec(*argv)) == NULL) in main()
735 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
/dflybsd-src/usr.bin/quota/
H A Dquota.c466 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs()