Lines Matching refs:ih_entities
79 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)) != NULL) {
742 ipmi_hash_remove(ihp->ih_entities, eip);
750 if (ihp->ih_entities != NULL) {
752 ipmi_hash_destroy(ihp->ih_entities);