Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dcmi_hw.c307 struct cmi_msri_hashent *msrib_head; member
332 for (hep = hbp->msrib_head; hep != NULL; hep = hep->msrie_next) { in msri_addent()
345 if (hbp->msrib_head != NULL) in msri_addent()
346 hbp->msrib_head->msrie_prev = hep; in msri_addent()
347 hep->msrie_next = hbp->msrib_head; in msri_addent()
349 hbp->msrib_head = hep; 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()
411 if (hbp->msrib_head == hep) in msri_rment()
412 hbp->msrib_head = hep->msrie_next; in msri_rment()