Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c454 struct cmi_pcii_hashent *pcii_next; member
487 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) { in pcii_addent()
505 hep->pcii_next = hbp->pciib_head; 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()
553 hep->pcii_prev->pcii_next = hep->pcii_next; in pcii_rment()
555 if (hep->pcii_next != NULL) in pcii_rment()
556 hep->pcii_next->pcii_prev = hep->pcii_prev; in pcii_rment()
559 hbp->pciib_head = hep->pcii_next; in pcii_rment()