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

/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c82 #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, in argument
866 entity_t *entities; /* Array of stat-able entities */ local
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c208 * vme_next: links the list of all entities currently being counted by
211 * vme_next_calc: links the list of entities related to the current process
215 * list of the entities related to that process using vme_next_calc. This
229 * Hash of entities visited within a zone, and an entity for the zone
267 mod_hash_t *vmu_rusers_col_hash; /* keep track of entities, */
278 vmu_entity_t *vmu_entities; /* Linked list of entities */
279 size_t vmu_nentities; /* Count of entities in list */
379 * Free zone entity, and all hashes of entities inside that zone,
459 * Update list of entities.
1074 * list of entities t
1450 vmu_entity_t *entities = NULL; local
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c168 uu_list_t *entities; /* List of struct dependency's */ member in struct:dependency_group
326 dg->entities = uu_list_create(deps, dg, UU_LIST_DEBUG);
327 if (dg->entities == NULL)
359 "dependency without an entities "
396 (void) uu_list_append(dg->entities, d);
756 walk = uu_list_walk_start(dg->entities, UU_WALK_ROBUST);
770 uu_list_remove(dg->entities, d);
829 for (d = uu_list_first(dg->entities);
831 d = uu_list_next(dg->entities, d)) {
869 walk = uu_list_walk_start(dg->entities, UU_WALK_ROBUS
[all...]

Completed in 68 milliseconds