Searched refs:getmntpt (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sbin/fsck/
H A Dfsutil.h36 struct statfs *getmntpt(const char *);
H A Dfsutil.c156 getmntpt(const char *name) function
H A Dfsck.c198 mntp = getmntpt(spec);
258 if (getmntpt(fs->fs_spec) == NULL)
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dmain.c72 static struct statfs *getmntpt(const char *);
240 mntp = getmntpt(filesys);
613 getmntpt(const char *name) function
/freebsd-10.0-release/bin/df/
H A Ddf.c81 static char *getmntpt(const char *);
213 if ((mntpt = getmntpt(*argv)) == NULL) {
219 if ((mntpt = getmntpt(*argv)) == NULL) {
303 getmntpt(const char *name) function
/freebsd-10.0-release/sbin/dump/
H A Dmain.c90 static char *getmntpt(char *, int *);
343 if ((mntpt = getmntpt(disk, &mntflags)) != 0) {
625 getmntpt(char *name, int *mntflagsp) function
/freebsd-10.0-release/sbin/mount/
H A Dmount.c78 struct statfs *getmntpt(const char *);
382 if ((mntbuf = getmntpt(*argv)) == NULL)
682 getmntpt(const char *name) function

Completed in 89 milliseconds