ipmi_hash_first
if (ipmi_hash_first(ihp->ih_entities) != NULL &&
for (eip = ipmi_hash_first(ihp->ih_entities); eip != NULL;
while ((eip = ipmi_hash_first(ihp->ih_entities)) != NULL) {
extern void *ipmi_hash_first(ipmi_hash_t *);
ipmi_hash_first(ihp->ih_sdr_cache) == NULL);
ipmi_hash_first(ihp->ih_sdr_cache) != NULL)
while ((ent = ipmi_hash_first(ihp->ih_sdr_cache)) != NULL) {
if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL &&
for (ent = ipmi_hash_first(ihp->ih_sdr_cache); ent != NULL;
if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL &&