Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c77 if ((cp = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) { in ipmi_entity_add_assoc()
85 ipmi_hash_insert(ihp->ih_entities, cp); in ipmi_entity_add_assoc()
207 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) { in ipmi_entity_visit()
215 ipmi_hash_insert(ihp->ih_entities, eip); in ipmi_entity_visit()
564 if (ipmi_hash_first(ihp->ih_entities) != NULL && in ipmi_entity_refresh()
584 for (eip = ipmi_hash_first(ihp->ih_entities); eip != NULL; in ipmi_entity_iter()
585 eip = ipmi_hash_next(ihp->ih_entities, eip)) { in ipmi_entity_iter()
660 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) { in ipmi_entity_lookup()
719 if ((ihp->ih_entities = ipmi_hash_create(ihp, in ipmi_entity_init()
735 while ((eip = ipmi_hash_first(ihp->ih_entities)) != NULL) { in ipmi_entity_clear()
[all …]
H A Dipmi_impl.h81 ipmi_hash_t *ih_entities; member