OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/usermode/dev/
vatapi.c
55
#define
MAX_SIZE
((1<<16))
187
if (bp->b_bcount >
MAX_SIZE
)
188
bp->b_bcount =
MAX_SIZE
;
/src/sys/dev/scsipi/
atapi_wdc.c
101
#define
MAX_SIZE
MAXPHYS
152
if (bp->b_bcount >
MAX_SIZE
)
153
bp->b_bcount =
MAX_SIZE
;
Completed in 42 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025