Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dcmi_hw.c445 struct cmi_pcii_hashent *pciib_head; member
482 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_addent()
498 if (hbp->pciib_head != NULL) in pcii_addent()
499 hbp->pciib_head->pcii_prev = hep; in pcii_addent()
500 hep->pcii_next = hbp->pciib_head; in pcii_addent()
502 hbp->pciib_head = hep; in pcii_addent()
524 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_lookup()
545 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_rment()
553 if (hbp->pciib_head == hep) in pcii_rment()
554 hbp->pciib_head = hep->pcii_next; in pcii_rment()