Searched refs:vfslist (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sbin/mount/
H A Dvfslist.c32 static char sccsid[] = "@(#)vfslist.c 8.1 (Berkeley) 5/8/95";
47 checkvfsname(const char *vfsname, const char **vfslist) argument
50 if (vfslist == NULL)
52 while (*vfslist != NULL) {
53 if (strcmp(vfsname, *vfslist) == 0)
55 ++vfslist;
H A DMakefile5 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
H A Dmount.c244 const char *mntfromname, **vfslist, *vfstype; local
253 vfslist = NULL;
288 if (vfslist != NULL)
290 vfslist = makevfslist(optarg);
326 if (checkvfsname(fs->fs_vfstype, vfslist))
348 if (checkvfsname(mntbuf[i].f_fstypename, vfslist))
355 vfslist))
365 if (vfslist != NULL)
427 if (vfslist == NULL && ((ep = strchr(argv[0], '@')) != NULL ||
/freebsd-9.3-release/bin/df/
H A DMakefile8 SRCS= df.c vfslist.c
H A Ddf.c111 const char **vfslist; local
121 vfslist = NULL;
163 if (vfslist != NULL)
165 vfslist = makevfslist(makenetvfslist());
178 if (vfslist != NULL)
181 vfslist = makevfslist(optarg);
200 mntsize = regetmntinfo(&mntbuf, mntsize, vfslist);
274 if (checkvfsname(statfsbuf.f_fstypename, vfslist)) {
318 * file system types not in vfslist and possibly re-stating to get
322 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) argument
[all...]
/freebsd-9.3-release/sbin/umount/
H A DMakefile6 SRCS= umount.c vfslist.c mounttab.c

Completed in 71 milliseconds