OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_scsiid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
7584
u_int
max_scsiid
;
local in function:ahd_reset_channel
7668
max_scsiid
= (ahd->features & AHD_WIDE) ? 15 : 7;
7669
for (target = 0; target <=
max_scsiid
; target++) {
7673
for (initiator = 0; initiator <=
max_scsiid
; initiator++) {
7688
max_scsiid
= (ahd->features & AHD_WIDE) ? 15 : 7;
7694
for (target = 0; target <=
max_scsiid
; target++) {
aic7xxx.c
5912
u_int initiator, target,
max_scsiid
;
local in function:ahc_reset_channel
6014
max_scsiid
= (ahc->features & AHC_WIDE) ? 15 : 7;
6021
for (target = 0; target <=
max_scsiid
; target++) {
6044
for (target = 0; target <=
max_scsiid
; target++) {
6048
for (initiator = 0; initiator <=
max_scsiid
; initiator++) {
Completed in 21 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025