HomeSort by: relevance | last modified time | path
    Searched defs:pbi (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/evbppc/pmppc/dev/
cpc_mainbus.c 79 struct genppc_pci_chipset_businfo *pbi; local in function:cpc_mainbus_attach
83 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
84 pbi->pbi_properties = prop_dictionary_create();
85 KASSERT(pbi->pbi_properties != NULL);
87 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
  /src/sys/arch/prep/prep/
ibm_machdep.c 45 struct genppc_pci_chipset_businfo *pbi; local in function:pci_intr_fixup_ibm_6015
52 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
56 (void)prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap",
mainbus.c 109 struct genppc_pci_chipset_businfo *pbi; local in function:mainbus_attach
137 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
138 pbi->pbi_properties = prop_dictionary_create();
139 KASSERT(pbi->pbi_properties != NULL);
142 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
148 setup_pciintr_map(pbi, 0, 0, 0);
191 SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
192 printf("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
  /src/sys/arch/mvmeppc/mvmeppc/
mainbus.c 93 struct genppc_pci_chipset_businfo *pbi; local in function:mainbus_attach
114 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
115 pbi->pbi_properties = prop_dictionary_create();
116 KASSERT(pbi->pbi_properties != NULL);
119 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
  /src/sys/arch/bebox/bebox/
mainbus.c 97 struct genppc_pci_chipset_businfo *pbi; local in function:mainbus_attach
131 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
132 pbi->pbi_properties = prop_dictionary_create();
133 KASSERT(pbi->pbi_properties != NULL);
136 SIMPLEQ_INSERT_TAIL(&genppc_pct->pc_pbi, pbi, next);
167 SIMPLEQ_FOREACH(pbi, &genppc_pct->pc_pbi, next)
168 printf("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
  /src/sys/arch/ofppc/pci/
ofwpci.c 134 struct genppc_pci_chipset_businfo *pbi; local in function:ofwpci_attach
198 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
199 pbi->pbi_properties = prop_dictionary_create();
200 KASSERT(pbi->pbi_properties != NULL);
202 SIMPLEQ_INSERT_TAIL(&pc->pc_pbi, pbi, next);
204 genofw_setup_pciintr_map((void *)pc, pbi, pc->pc_node);
gt_mainbus.c 276 struct genppc_pci_chipset_businfo *pbi; local in function:gtpci_md_attach_hook
278 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo),
280 pbi->pbi_properties = prop_dictionary_create();
281 KASSERT(pbi->pbi_properties != NULL);
283 SIMPLEQ_INSERT_TAIL(&genppc_gtpci1_chipset.pc_pbi, pbi, next);
285 genofw_setup_pciintr_map(&genppc_gtpci1_chipset, pbi,
  /src/sys/arch/powerpc/pci/
pcib.c 176 struct genppc_pci_chipset_businfo *pbi; local in function:pcibattach
182 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
183 dict = prop_dictionary_get(pbi->pbi_properties,
pci_machdep_ofw.c 191 genofw_setup_pciintr_map(void *v, struct genppc_pci_chipset_businfo *pbi,
227 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
255 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
268 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict);
342 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
374 struct genppc_pci_chipset_businfo *pbi; local in function:genofw_pci_intr_map
388 pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
390 pbi = SIMPLEQ_NEXT(pbi, next);
391 KASSERT(pbi != NULL)
460 struct genppc_pci_chipset_businfo *pbi; local in function:genofw_pci_conf_hook
    [all...]
  /src/sys/arch/prep/pci/
pci_machdep.c 137 struct genppc_pci_chipset_businfo *pbi; local in function:prep_pci_bus_maxdevs
140 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
142 pbi = SIMPLEQ_NEXT(pbi, next);
143 if (pbi == NULL)
146 busmax = prop_dictionary_get(pbi->pbi_properties,
159 struct genppc_pci_chipset_businfo *pbi; local in function:prep_pci_intr_map
172 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
174 pbi = SIMPLEQ_NEXT(pbi, next)
274 struct genppc_pci_chipset_businfo *pbi; local in function:prep_pci_conf_hook
    [all...]

Completed in 16 milliseconds