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

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

Completed in 58 milliseconds