OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx.c
6802
u_int
max_id
;
local
6804
max_id
= (ahc->features & AHC_WIDE) ? 15 : 7;
6805
if (ccb->ccb_h.target_id >
max_id
)
aic79xx.c
9196
u_int
max_id
;
local
9198
max_id
= (ahd->features & AHD_WIDE) ? 15 : 7;
9199
if (ccb->ccb_h.target_id >
max_id
)
Completed in 52 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026