Home | History | Annotate | Download | only in pci

Lines Matching defs:pih

82 pci_intr_release(pci_chipset_tag_t pc, pci_intr_handle_t *pih, int count)
85 kmem_free(pih, sizeof(*pih));
91 pci_intr_handle_t *pih;
96 pih = kmem_alloc(sizeof(*pih), KM_SLEEP);
97 if (pci_intr_map(pa, pih)) {
98 kmem_free(pih, sizeof(*pih));
102 *ihp = pih;