OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bmax
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/prep/pci/
pci_machdep.c
275
prop_number_t
bmax
, pbus;
local in function:prep_pci_conf_hook
346
bmax
= prop_number_create_integer(8);
347
KASSERT(
bmax
!= NULL);
349
"prep-pcibus-maxdevices",
bmax
);
350
prop_object_release(
bmax
);
/src/sys/kern/
subr_devsw.c
863
devmajor_t bmajor,
bmax
;
local in function:bdevsw_lookup_major
865
bmax
= atomic_load_acquire(&max_bdevsws);
867
for (bmajor = 0; bmajor <
bmax
; bmajor++) {
Completed in 12 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025