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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c576 entity_t **entityp) /* Array of stat-able entities */
587 if ((*entityp = calloc((argc - optind), sizeof (entity_t))) == NULL) {
597 (*entityp)[nentities++].e_name = strdup(argv[optind]);
607 (*entityp)[nentities++].e_name = strdup(argv[optind]);
653 (*entityp)[nentities++].e_name = strdup(argv[optind++]);
654 (*entityp)[nentities++].e_name = strdup(argv[optind++]);
570 parse_operands( int argc, char **argv, int optind, long *interval, long *count, entity_t **entityp) argument

Completed in 59 milliseconds