Home
last modified time | relevance | path

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

/dragonfly/include/
HDfstab.h77 struct fstab *getfsspec(const char *);
/dragonfly/sbin/mount_ufs/
HDmount.c242 (fs = getfsspec(*argv)) == NULL) in main()
692 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
/dragonfly/lib/libc/gen/
HDfstab.c224 getfsspec(const char *name) in getfsspec() function
HDSymbol.map272 getfsspec;
HDMakefile.inc161 getfsent.3 getfsspec.3 \
/dragonfly/sbin/mount/
HDmount.c269 (fs = getfsspec(*argv)) == NULL) in main()
735 if ((fst = getfsspec(ent->f_mntfromname))) in putfsent()
/dragonfly/usr.bin/quota/
HDquota.c466 if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) in getprivs()