Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c707 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes) in set_ksnames() argument
716 for (j = 1; j < nfstypes; j++) { in set_ksnames()
732 if (j < nfstypes) /* Found it! */ in set_ksnames()
798 int nfstypes; /* Number of fstypes */ in main() local
889 if ((nfstypes = build_fstype_list(&fstypes)) == 0) { in main()
921 if ((entities = calloc(nfstypes, sizeof (entity_t))) == NULL) { in main()
926 for (i = 1; i < nfstypes; i++) { in main()
934 set_ksnames(entities, nentities, fstypes, nfstypes); in main()