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

/opensolaris-onvv-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c203 ihp->ih_buckets[idx] = link->ihl_next;
207 link->ihl_next = nbuckets[nidx];
222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) {
262 link->ihl_next = ihp->ih_buckets[idx];
278 for (; *hlp != NULL; hlp = &(*hlp)->ihl_next) {
284 *hlp = (*hlp)->ihl_next;
H A Dipmi_impl.h44 struct ipmi_hash_link *ihl_next; /* next on this bucket */ member in struct:ipmi_hash_link

Completed in 40 milliseconds