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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_impl.h167 extern void *ipmi_hash_lookup(ipmi_hash_t *, const void *);
H A Dipmi_hash.c217 ipmi_hash_lookup(ipmi_hash_t *ihp, const void *search) function
260 assert(ipmi_hash_lookup(ihp, ihp->ih_convert(elem)) == NULL);
H A Dipmi_entity.c79 if ((cp = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
209 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
662 if ((eip = ipmi_hash_lookup(ihp->ih_entities, &search)) == NULL) {
H A Dipmi_sdr.c356 if (ipmi_hash_lookup(ihp->ih_sdr_cache, ent) != NULL) {
575 if ((ent = ipmi_hash_lookup(ihp->ih_sdr_cache, &search)) == NULL) {

Completed in 48 milliseconds