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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c767 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes) argument
776 for (j = 1; j < nfstypes; j++) {
792 if (j < nfstypes) /* Found it! */
858 int nfstypes; /* Number of fstypes */ local
949 if ((nfstypes = build_fstype_list(&fstypes)) == 0) {
981 if ((entities = calloc(nfstypes, sizeof (entity_t))) == NULL) {
986 for (i = 1; i < nfstypes; i++) {
994 set_ksnames(entities, nentities, fstypes, nfstypes);

Completed in 61 milliseconds