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

/opensolaris-onvv-gate/usr/src/lib/libipmi/common/
H A Dipmi_entity.c79 if ((cp = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
87 ipmi_hash_insert(ihp->ih_entities, cp);
209 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
217 ipmi_hash_insert(ihp->ih_entities, eip);
566 if (ipmi_hash_first(ihp->ih_entities) != NULL &&
586 for (eip = ipmi_hash_first(ihp->ih_entities); eip != NULL;
587 eip = ipmi_hash_next(ihp->ih_entities, eip)) {
662 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
721 if ((ihp->ih_entities = ipmi_hash_create(ihp,
737 while ((eip = ipmi_hash_first(ihp->ih_entities)) !
[all...]
H A Dipmi_impl.h81 ipmi_hash_t *ih_entities; member in struct:ipmi_handle

Completed in 107 milliseconds