Searched defs:FSType (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c191 static char *FSType; variable
340 "Usage: %s [-F FSType] [-abeghklmntPVvZ]"
341 " [-o FSType-specific_options]"
575 "more than one FSType specified");
577 FSType = optarg;
875 if (F_option && ! EQ(FSType, fstype))
934 "operation not applicable for FSType %s",
1007 if (F_option && ! EQ(dfrp->dfr_fstype, FSType)) {
1763 if (F_option && ! EQ(FSType, vtab.vfs_fstype))
1769 return (F_option ? FSType
[all...]

Completed in 238 milliseconds