Home
last modified time | relevance | path

Searched refs:ihl_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c201 ihp->ih_buckets[idx] = link->ihl_next; in ipmi_hash_resize()
205 link->ihl_next = nbuckets[nidx]; in ipmi_hash_resize()
220 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) { in ipmi_hash_lookup()
260 link->ihl_next = ihp->ih_buckets[idx]; in ipmi_hash_insert()
276 for (; *hlp != NULL; hlp = &(*hlp)->ihl_next) { in ipmi_hash_remove()
282 *hlp = (*hlp)->ihl_next; in ipmi_hash_remove()
H A Dipmi_impl.h44 struct ipmi_hash_link *ihl_next; /* next on this bucket */ member