HomeSort by: relevance | last modified time | path
    Searched refs:pbi_properties (Results 1 - 12 of 12) sorted by relevancy

  /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 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));
393 dict = prop_dictionary_get(pbi->pbi_properties, "ofw-pci-intrmap");
400 pbus = prop_dictionary_get(pbi->pbi_properties,
405 pbus = prop_dictionary_get(pbi->pbi_properties,
419 dict = prop_dictionary_get(pbi->pbi_properties,
521 pbi->pbi_properties = prop_dictionary_create();
522 KASSERT(pbi->pbi_properties != NULL)
    [all...]
pcib.c 177 dict = prop_dictionary_get(pbi->pbi_properties,
  /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 199 pbi->pbi_properties = prop_dictionary_create();
200 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

Completed in 20 milliseconds