OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_scb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx_osm.c
888
struct scb *
active_scb
;
local
896
active_scb
= ahc_lookup_scb(ahc, active_scb_index);
897
if (
active_scb
!= scb) {
905
newtimeout = MAX(
active_scb
->xs->timeout,
937
ahc_set_recoveryscb(ahc,
active_scb
);
940
ahc_print_path(ahc,
active_scb
);
942
active_scb
->flags |= SCB_DEVICE_RESET;
943
callout_reset(&
active_scb
->xs->xs_callout,
944
2 * hz, ahc_timeout,
active_scb
);
aic7xxx.c
5603
u_int
active_scb
;
local
5611
active_scb
= ahc_inb(ahc, SCBPTR);
5614
active_scb
= SCB_LIST_NULL;
5653
ahc_outb(ahc, SCBPTR,
active_scb
);
5763
u_int
active_scb
;
local
5778
active_scb
= ahc_inb(ahc, SCBPTR);
5883
ahc_outb(ahc, SCBPTR,
active_scb
);
Completed in 20 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026