Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c812 boolean_t fstypes_only = B_FALSE; /* Display fstypes only */ in main()
841 fstypes_only = B_TRUE; in main()
912 if ((nentities == 0) && (fstypes_only == B_FALSE)) { in main()
918 if ((nentities > 0) && (fstypes_only == B_TRUE)) { in main()
929 if ((nentities == 0) && (fstypes_only == B_TRUE)) { in main()
985 if (fstypes_only == B_FALSE) { in main()
803 boolean_t fstypes_only = B_FALSE; /* Display fstypes only */ main() local