OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCB_ACTIVE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/isa/
seagate.c
181
#define
SCB_ACTIVE
1
598
scb->flags =
SCB_ACTIVE
;
1213
if (scb->flags ==
SCB_ACTIVE
) {
/src/sys/dev/ic/
aic79xx_osm.c
622
scb->flags |=
SCB_ACTIVE
;
762
if ((scb->flags &
SCB_ACTIVE
) == 0) {
aic7xxx_osm.c
661
scb->flags |=
SCB_ACTIVE
;
822
if ((scb->flags &
SCB_ACTIVE
) == 0) {
aic79xxvar.h
602
SCB_ACTIVE
= 0x00200,
aic7xxxvar.h
657
SCB_ACTIVE
= 0x0400,
aic7xxx.c
390
&& (scb->flags &
SCB_ACTIVE
) == 0) {
391
scb->flags |=
SCB_ACTIVE
;
5354
if ((scb->flags &
SCB_ACTIVE
) == 0)
5466
if ((scb->flags &
SCB_ACTIVE
) == 0)
5550
if ((scb->flags &
SCB_ACTIVE
) != 0)
5574
if ((scb->flags &
SCB_ACTIVE
) == 0)
5877
if ((scbp->flags &
SCB_ACTIVE
) == 0)
aic79xx.c
5675
&& (scb->col_scb->flags &
SCB_ACTIVE
) == 0) {
5680
scb->flags |=
SCB_ACTIVE
;
5716
& (SCB_PACKETIZED|
SCB_ACTIVE
)) ==
SCB_ACTIVE
7190
if ((scb->flags &
SCB_ACTIVE
) == 0)
7338
if ((scb->flags &
SCB_ACTIVE
) == 0)
7536
if ((scbp->flags &
SCB_ACTIVE
) == 0)
Completed in 39 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025