mount.c | 107 const char *mntfromname, *mntonname, **vfslist, *vfstype; local in function:main 123 vfstype = ffs_fstype; 150 vfstype = optarg; 303 vfstype = "nfs"; 305 vfstype = getfslab(mntfromname); 306 if (vfstype == NULL) 307 vfstype = ffs_fstype; 310 rval = mountfs(vfstype, mntfromname, argv[1], init_flags, 361 mountfs(const char *vfstype, const char *spec, const char *name, 427 strncmp(vfstype, mountedtype, cmplen) == 0) 731 const char *vfstype; local in function:getfslab [all...] |