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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi_hw.c449 struct cmi_pcii_hashent *pcii_next; member in struct:cmi_pcii_hashent
482 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) {
500 hep->pcii_next = hbp->pciib_head;
524 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) {
545 for (hep = hbp->pciib_head; hep != NULL; hep = hep->pcii_next) {
548 hep->pcii_prev->pcii_next = hep->pcii_next;
550 if (hep->pcii_next != NULL)
551 hep->pcii_next->pcii_prev = hep->pcii_prev;
554 hbp->pciib_head = hep->pcii_next;
[all...]

Completed in 59 milliseconds