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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c512 * Plain and simple, build an array of names for fstypes
528 perror("calloc() fstypes");
767 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes) argument
775 /* Check the name against the list of fstypes */
777 if (fstypes[j] && ep->e_name &&
778 strcmp(ep->e_name, fstypes[j]) == 0) {
796 * If the entity in the exception list of fstypes, then
858 int nfstypes; /* Number of fstypes */
863 boolean_t fstypes_only = B_FALSE; /* Display fstypes only */
864 char **fstypes; /* Arra local
[all...]

Completed in 59 milliseconds