Lines Matching defs:entities
82 #define NENTITY_INIT 1 /* Initial number of entities to allocate */
109 /* Types of entities (e_type) */
576 entity_t **entityp) /* Array of stat-able entities */
578 int nentities = 0; /* Number of entities found */
584 * We know exactly what the maximum number of entities is going
588 perror("calloc() entities");
642 * operands are stat-able entities.
650 * stat-able entities. We also need to reset interval.
758 * We have an array of entities that are potentially stat-able. Using
767 set_ksnames(entity_t *entities, int nentities, char **fstypes, int nfstypes)
773 entity_t *ep = &entities[i];
785 if (entities[i].e_vs == NULL) {
823 if (entities[i].e_vs == NULL) {
865 int nentities; /* Number of stat-able entities */
866 entity_t *entities; /* Array of stat-able entities */
956 argc, argv, optind, &interval, &count, &entities);
977 * requested FStypes only (-F), then fill in the entities[]
981 if ((entities = calloc(nfstypes, sizeof (entity_t))) == NULL) {
988 entities[nentities].e_name = strdup(fstypes[i]);
994 set_ksnames(entities, nentities, fstypes, nfstypes);
1011 * The following loop walks through the entities[] list to "prime
1015 entity_t *ent = &entities[j];
1028 entities[j].e_ksname[0] = 0;
1039 entities[j].e_name);
1072 entity_t *ent = &entities[j];
1111 * If the entities we were observing are no longer there