Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c312 struct cmi_msri_hashent *msrib_head; member
337 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent()
350 if (hbp->msrib_head != NULL) in msri_addent()
351 hbp->msrib_head->msrie_prev = hep; in msri_addent()
352 hep->msrie_next = hbp->msrib_head; in msri_addent()
354 hbp->msrib_head = hep; in msri_addent()
382 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_lookup()
408 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_rment()
416 if (hbp->msrib_head == hep) in msri_rment()
417 hbp->msrib_head = hep->msrie_next; in msri_rment()