OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:busmax
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/prep/pci/
pci_machdep.c
138
prop_object_t
busmax
;
local in function:prep_pci_bus_maxdevs
146
busmax
= prop_dictionary_get(pbi->pbi_properties,
148
if (
busmax
== NULL)
151
return prop_number_integer_value(
busmax
);
pci_machdep.c
138
prop_object_t
busmax
;
local in function:prep_pci_bus_maxdevs
146
busmax
= prop_dictionary_get(pbi->pbi_properties,
148
if (
busmax
== NULL)
151
return prop_number_integer_value(
busmax
);
/src/usr.sbin/pcictl/
pcictl.c
374
u_int busmin,
busmax
;
local in function:scan_pci
382
busmax
= 255;
384
busmin =
busmax
= busarg;
395
for (bus = busmin; bus <=
busmax
; bus++) {
pcictl.c
374
u_int busmin,
busmax
;
local in function:scan_pci
382
busmax
= 255;
384
busmin =
busmax
= busarg;
395
for (bus = busmin; bus <=
busmax
; bus++) {
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025