OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scbindex
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
1323
u_int
scbindex
;
local
1328
scbindex
= ahd_get_scbptr(ahd);
1329
scb = ahd_lookup_scb(ahd,
scbindex
);
5694
ahd->scb_data.
scbindex
[SCB_GET_TAG(scb)] = NULL;
aic7xxx.c
823
u_int
scbindex
= ahc_inb(ahc, SCB_TAG);
local
827
scb = ahc_lookup_scb(ahc,
scbindex
);
889
u_int
scbindex
;
local
894
scbindex
= ahc_inb(ahc, SCB_TAG);
895
scb = ahc_lookup_scb(ahc,
scbindex
);
5409
ahc->scb_data->
scbindex
[scb->hscb->tag] = NULL;
5843
* might not still have mappings in the
scbindex
array (e.g. unexpected
aic79xxvar.h
676
struct scb *
scbindex
[AHD_SCB_MAX];
member in struct:scb_data
aic7xxxvar.h
705
struct scb *
scbindex
[256]; /*
member in struct:scb_data
Completed in 51 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026