Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c450 struct cmi_pcii_hashent *pciib_head; member
487 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_addent()
503 if (hbp->pciib_head != NULL) in pcii_addent()
504 hbp->pciib_head->pcii_prev = hep; in pcii_addent()
505 hep->pcii_next = hbp->pciib_head; in pcii_addent()
507 hbp->pciib_head = hep; in pcii_addent()
529 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_lookup()
550 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_rment()
558 if (hbp->pciib_head == hep) in pcii_rment()
559 hbp->pciib_head = hep->pcii_next; in pcii_rment()