Searched refs:ipmi_hash_first (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c174 ipmi_hash_first(ihp->ih_sdr_cache) == NULL);
199 ipmi_hash_first(ihp->ih_sdr_cache) != NULL)
441 while ((ent = ipmi_hash_first(ihp->ih_sdr_cache)) != NULL) {
551 if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL &&
555 for (ent = ipmi_hash_first(ihp->ih_sdr_cache); ent != NULL;
569 if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL &&
H A Dipmi_impl.h178 extern void *ipmi_hash_first(ipmi_hash_t *);
H A Dipmi_entity.c566 if (ipmi_hash_first(ihp->ih_entities) != NULL &&
586 for (eip = ipmi_hash_first(ihp->ih_entities); eip != NULL;
737 while ((eip = ipmi_hash_first(ihp->ih_entities)) != NULL) {
H A Dipmi_hash.c233 ipmi_hash_first(ipmi_hash_t *ihp) function

Completed in 49 milliseconds