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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c307 struct cmi_msri_hashent *msrib_head; member in struct:cmi_msri_bkt
332 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) {
345 if (hbp->msrib_head != NULL)
346 hbp->msrib_head->msrie_prev = hep;
347 hep->msrie_next = hbp->msrib_head;
349 hbp->msrib_head = hep;
377 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) {
403 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) {
411 if (hbp->msrib_head == hep)
412 hbp->msrib_head
[all...]

Completed in 46 milliseconds