OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nrofpcidevs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/powerpc/pci/
pci_machdep_ofw.c
198
int i, reclen,
nrofpcidevs
=0;
local in function:genofw_setup_pciintr_map
221
nrofpcidevs
= len / (reclen * sizeof(int));
223
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
228
for (i = 0; i <
nrofpcidevs
; i++) {
263
for (node = OF_child(pcinode),
nrofpcidevs
=0; node;
265
nrofpcidevs
++;
266
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
/src/sys/arch/prep/prep/
platform.c
288
int devfunc, nbus, size, i, found = 0,
nrofpcidevs
= 0;
local in function:setup_pciintr_map
327
size = count_pnp_pci_devices(p, &
nrofpcidevs
);
329
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
Completed in 13 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025