OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scb1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
aic7xxx.c
689
struct scb *
scb1
;
local
709
scb1
= ahc_lookup_scb(ahc, scb_index);
711
if (
scb1
== NULL)
718
scb1
);
735
scb1
);
793
struct scb *
scb1
;
local
800
scb1
= ahc_lookup_scb(ahc, scb_index);
801
if (
scb1
!= NULL)
802
ahc_set_transaction_status(
scb1
,
aic79xx.c
1666
struct scb *
scb1
;
local
1672
scb1
= ahd_lookup_scb(ahd, scbid1);
1673
if (
scb1
== NULL) {
1680
(
scb1
->flags & SCB_PACKETIZED) != 0;
Completed in 25 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026