Searched refs:vfslist (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sbin/mount/ |
| D | vfslist.c | 47 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()
|
| D | mount.c | 245 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()
|
| D | Makefile | 5 SRCS= mount.c mount_fs.c getmntopts.c vfslist.c
|
| /freebsd-10-stable/bin/df/ |
| D | df.c | 125 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 …]
|
| D | Makefile | 8 SRCS= df.c vfslist.c
|
| /freebsd-10-stable/sbin/umount/ |
| D | Makefile | 6 SRCS= umount.c vfslist.c mounttab.c
|