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

/netbsd-current/sys/arch/ia64/include/
H A Dpci_machdep.h32 struct pci_chipset_tag;
34 typedef struct pci_chipset_tag *pci_chipset_tag_t;
/netbsd-current/sys/arch/x86/include/
H A Dpci_machdep_common.h83 struct pci_chipset_tag;
88 typedef struct pci_chipset_tag *pci_chipset_tag_t;
91 struct pci_chipset_tag { struct
/netbsd-current/sys/arch/x86/x86/
H A Dmp.c130 pci_chipset_tag_t pci_chipset_tag; member in struct:intr_extra_bus
145 iebp->pci_chipset_tag = pba->pba_pc;
174 *pc = iebp->pci_chipset_tag;
/netbsd-current/sys/arch/x86/pci/
H A Dpci_machdep.c1008 kmem_free(pc, sizeof(struct pci_chipset_tag));
1022 pc = kmem_alloc(sizeof(struct pci_chipset_tag), KM_SLEEP);
1044 kmem_free(pc, sizeof(struct pci_chipset_tag));

Completed in 146 milliseconds