Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/mount/
Dvfslist.c47 checkvfsname(const char *vfsname, const char **vfslist) in checkvfsname() argument
50 if (vfslist == NULL) in checkvfsname()
52 while (*vfslist != NULL) { in checkvfsname()
53 if (strcmp(vfsname, *vfslist) == 0) in checkvfsname()
55 ++vfslist; in checkvfsname()
Dmount.c245 const char *mntfromname, **vfslist, *vfstype; in main() local
255 vfslist = NULL; in main()
297 if (vfslist != NULL) in main()
299 vfslist = makevfslist(optarg); in main()
335 if (checkvfsname(fs->fs_vfstype, vfslist)) in main()
359 if (checkvfsname(mntbuf[i].f_fstypename, vfslist)) in main()
366 vfslist)) in main()
376 if (vfslist != NULL) in main()
438 if (vfslist == NULL && ((ep = strchr(argv[0], '@')) != NULL || in main()
DMakefile5 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
/freebsd-10-stable/bin/df/
Ddf.c125 const char **vfslist; in main() local
138 vfslist = NULL; in main()
180 if (vfslist != NULL) in main()
182 vfslist = makevfslist(makenetvfslist()); in main()
195 if (vfslist != NULL) in main()
198 vfslist = makevfslist(optarg); in main()
217 mntsize = regetmntinfo(&mntbuf, mntsize, vfslist); in main()
307 if (checkvfsname(statfsbuf.f_fstypename, vfslist)) { in main()
355 regetmntinfo(struct statfs **mntbufp, long mntsize, const char **vfslist) in regetmntinfo() argument
360 if (vfslist == NULL) in regetmntinfo()
[all …]
DMakefile8 SRCS= df.c vfslist.c
/freebsd-10-stable/sbin/umount/
DMakefile6 SRCS= umount.c vfslist.c mounttab.c