Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dcmi_hw.c311 struct cmi_msri_hashent *msrie_next; member
332 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent()
347 hep->msrie_next = hbp->msrib_head; in msri_addent()
377 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_lookup()
403 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_rment()
406 hep->msrie_prev->msrie_next = hep->msrie_next; in msri_rment()
408 if (hep->msrie_next != NULL) in msri_rment()
409 hep->msrie_next->msrie_prev = hep->msrie_prev; in msri_rment()
412 hbp->msrib_head = hep->msrie_next; in msri_rment()