| /src/sys/arch/prep/pci/ |
| pci_machdep.c | 146 busmax = prop_dictionary_get(pbi->pbi_properties, 177 dict = prop_dictionary_get(pbi->pbi_properties, "prep-pci-intrmap"); 184 pbus = prop_dictionary_get(pbi->pbi_properties, 189 pbus = prop_dictionary_get(pbi->pbi_properties, 203 dict = prop_dictionary_get(pbi->pbi_properties, 328 pbi->pbi_properties = prop_dictionary_create(); 329 KASSERT(pbi->pbi_properties != NULL); 334 prop_dictionary_set(pbi->pbi_properties, "prep-pcibus-parent", 338 prop_dictionary_set(pbi->pbi_properties, 348 prop_dictionary_set(pbi->pbi_properties, [all...] |
| /src/sys/arch/bebox/bebox/ |
| mainbus.c | 132 pbi->pbi_properties = prop_dictionary_create(); 133 KASSERT(pbi->pbi_properties != NULL); 168 printf("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
|
| /src/sys/arch/evbppc/pmppc/dev/ |
| cpc_mainbus.c | 84 pbi->pbi_properties = prop_dictionary_create(); 85 KASSERT(pbi->pbi_properties != NULL);
|
| /src/sys/arch/powerpc/pci/ |
| pci_machdep_ofw.c | 244 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict); 272 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties)); 285 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict); 359 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties)); 410 dict = prop_dictionary_get(pbi->pbi_properties, "ofw-pci-intrmap"); 417 pbus = prop_dictionary_get(pbi->pbi_properties, 422 pbus = prop_dictionary_get(pbi->pbi_properties, 436 dict = prop_dictionary_get(pbi->pbi_properties, 538 pbi->pbi_properties = prop_dictionary_create(); 539 KASSERT(pbi->pbi_properties != NULL) [all...] |
| pcib.c | 177 dict = prop_dictionary_get(pbi->pbi_properties,
|
| /src/sys/arch/powerpc/mpc5200/ |
| mpc5200_pci.c | 167 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict); 186 prop_dictionary_set(pbi->pbi_properties, "ofw-pci-intrmap", dict); 218 aprint_debug("%s\n", prop_dictionary_externalize(pbi->pbi_properties)); 247 dict = prop_dictionary_get(pbi->pbi_properties, "ofw-pci-intrmap"); 253 pbus = prop_dictionary_get(pbi->pbi_properties, 258 pbus = prop_dictionary_get(pbi->pbi_properties, 269 dict = prop_dictionary_get(pbi->pbi_properties, 418 pbi->pbi_properties = prop_dictionary_create(); 419 KASSERT(pbi->pbi_properties != NULL);
|
| /src/sys/arch/prep/prep/ |
| mainbus.c | 138 pbi->pbi_properties = prop_dictionary_create(); 139 KASSERT(pbi->pbi_properties != NULL); 192 printf("%s\n", prop_dictionary_externalize(pbi->pbi_properties));
|
| ibm_machdep.c | 56 (void)prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap",
|
| platform.c | 332 prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap", dict);
|
| /src/sys/arch/mvmeppc/mvmeppc/ |
| mainbus.c | 115 pbi->pbi_properties = prop_dictionary_create(); 116 KASSERT(pbi->pbi_properties != NULL);
|
| /src/sys/arch/ofppc/pci/ |
| gt_mainbus.c | 280 pbi->pbi_properties = prop_dictionary_create(); 281 KASSERT(pbi->pbi_properties != NULL);
|
| ofwpci.c | 209 pbi->pbi_properties = prop_dictionary_create(); 210 KASSERT(pbi->pbi_properties != NULL);
|
| /src/sys/arch/powerpc/include/ |
| pci_machdep.h | 130 prop_dictionary_t pbi_properties; /* chipset properties */ member in struct:genppc_pci_chipset_businfo
|