OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrofpcidevs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/prep/prep/
platform.c
288
int devfunc, nbus, size, i, found = 0,
nrofpcidevs
= 0;
local
327
size = count_pnp_pci_devices(p, &
nrofpcidevs
);
329
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
/src/sys/arch/powerpc/pci/
pci_machdep_ofw.c
215
int i, reclen,
nrofpcidevs
=0;
local
238
nrofpcidevs
= len / (reclen * sizeof(int));
240
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
245
for (i = 0; i <
nrofpcidevs
; i++) {
280
for (node = OF_child(pcinode),
nrofpcidevs
=0; node;
282
nrofpcidevs
++;
283
dict = prop_dictionary_create_with_capacity(
nrofpcidevs
*2);
Completed in 38 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026