Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c180 ipmi_hash_first(ihp->ih_sdr_cache) == NULL); in ipmi_sdr_changed()
205 ipmi_hash_first(ihp->ih_sdr_cache) != NULL) in ipmi_sdr_refresh()
460 while ((ent = ipmi_hash_first(ihp->ih_sdr_cache)) != NULL) { in ipmi_sdr_clear()
570 if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL && in ipmi_sdr_iter()
574 for (ent = ipmi_hash_first(ihp->ih_sdr_cache); ent != NULL; in ipmi_sdr_iter()
595 if (ipmi_hash_first(ihp->ih_sdr_cache) == NULL && in ipmi_sdr_lookup_precise()
H A Dipmi_entity.c564 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()
735 while ((eip = ipmi_hash_first(ihp->ih_entities)) != NULL) { in ipmi_entity_clear()
H A Dipmi_impl.h178 extern void *ipmi_hash_first(ipmi_hash_t *);
H A Dipmi_hash.c231 ipmi_hash_first(ipmi_hash_t *ihp) in ipmi_hash_first() function