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

  /src/sys/arch/prep/pci/
pci_machdep.c 137 struct genppc_pci_chipset_businfo *pbi; local
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
172 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
174 pbi = SIMPLEQ_NEXT(pbi, next)
274 struct genppc_pci_chipset_businfo *pbi; local
    [all...]
  /src/sys/arch/bebox/bebox/
mainbus.c 97 struct genppc_pci_chipset_businfo *pbi; local
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/evbppc/pmppc/dev/
cpc_mainbus.c 79 struct genppc_pci_chipset_businfo *pbi; local
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/powerpc/mpc5200/
mpc5200_pci.c 155 struct genppc_pci_chipset_businfo *pbi, int pcinode)
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));
228 struct genppc_pci_chipset_businfo *pbi; local
242 pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
244 pbi = SIMPLEQ_NEXT(pbi, next);
245 KASSERT(pbi != NULL);
247 dict = prop_dictionary_get(pbi->pbi_properties, "ofw-pci-intrmap")
373 struct genppc_pci_chipset_businfo *pbi; local
    [all...]
  /src/sys/arch/prep/prep/
mainbus.c 109 struct genppc_pci_chipset_businfo *pbi; local
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));
ibm_machdep.c 45 struct genppc_pci_chipset_businfo *pbi; local
52 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
56 (void)prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap",
platform.c 285 setup_pciintr_map(struct genppc_pci_chipset_businfo *pbi, int bus, int device,
332 prop_dictionary_set(pbi->pbi_properties, "prep-pci-intrmap", dict);
  /src/sys/arch/powerpc/pci/
pci_machdep_ofw.c 208 genofw_setup_pciintr_map(void *v, struct genppc_pci_chipset_businfo *pbi,
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));
391 struct genppc_pci_chipset_businfo *pbi; local
405 pbi = SIMPLEQ_FIRST(&pa->pa_pc->pc_pbi);
407 pbi = SIMPLEQ_NEXT(pbi, next);
408 KASSERT(pbi != NULL)
477 struct genppc_pci_chipset_businfo *pbi; local
    [all...]
pcib.c 170 struct genppc_pci_chipset_businfo *pbi; local
176 pbi = SIMPLEQ_FIRST(&genppc_pct->pc_pbi);
177 dict = prop_dictionary_get(pbi->pbi_properties,
  /src/sys/arch/mvmeppc/mvmeppc/
mainbus.c 93 struct genppc_pci_chipset_businfo *pbi; local
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/ofppc/pci/
gt_mainbus.c 276 struct genppc_pci_chipset_businfo *pbi; local
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,
ofwpci.c 135 struct genppc_pci_chipset_businfo *pbi; local
208 pbi = kmem_alloc(sizeof(struct genppc_pci_chipset_businfo), KM_SLEEP);
209 pbi->pbi_properties = prop_dictionary_create();
210 KASSERT(pbi->pbi_properties != NULL);
212 SIMPLEQ_INSERT_TAIL(&pc->pc_pbi, pbi, next);
214 genofw_setup_pciintr_map((void *)pc, pbi, pc->pc_node);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
pcache.c 2022 bindinfo *pbi; member in struct:search_info
2394 if ( si->pbi ) {
2396 si->pbi->bi_cq = qc;
2725 bindinfo *pbi = op->o_callback->sc_private; local
2730 if ( pbi->bi_cq ) {
2731 if (( pbi->bi_cm->cc_paused & PCACHE_CC_OFFLINE ) ||
2732 op->o_time < pbi->bi_cq->bindref_time ) {
2740 pbi->bi_flags |= BI_HASHED;
2744 pbi->bi_cq->bindref_time, op->o_time );
2746 } else if ( pbi->bi_si )
2765 bindinfo *pbi = op->o_callback->sc_private; local
2975 bindinfo *pbi = NULL; local
    [all...]

Completed in 18 milliseconds