Searched refs:ih_buckets (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c106 if ((ihp->ih_buckets = ipmi_zalloc(hp,
119 ipmi_free(ihp->ih_handle, ihp->ih_buckets);
195 while ((link = ihp->ih_buckets[idx]) != NULL) {
203 ihp->ih_buckets[idx] = link->ihl_next;
212 ipmi_free(hp, ihp->ih_buckets);
213 ihp->ih_buckets = nbuckets;
222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) {
262 link->ihl_next = ihp->ih_buckets[idx];
263 ihp->ih_buckets[idx] = link;
276 ipmi_hash_link_t **hlp = &ihp->ih_buckets[id
[all...]
H A Dipmi_impl.h49 ipmi_hash_link_t **ih_buckets; /* array of buckets */ member in struct:ipmi_hash

Completed in 58 milliseconds