Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c706 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes) in set_ksnames() argument
715 for (j = 1; j < nfstypes; j++) { in set_ksnames()
731 if (j < nfstypes) /* Found it! */ in set_ksnames()
797 int nfstypes; /* Number of fstypes */ in main() local
888 if ((nfstypes = build_fstype_list(&fstypes)) == 0) { in main()
920 if ((entities = calloc(nfstypes, sizeof (entity_t))) == NULL) { in main()
925 for (i = 1; i < nfstypes; i++) { in main()
933 set_ksnames(entities, nentities, fstypes, nfstypes); in main()