OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCB_SENSE
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/isa/
wdsreg.h
83
#define
SCB_SENSE
0x10
/src/sys/dev/ic/
aic79xx_osm.h
404
return (!(scb->flags &
SCB_SENSE
));
aic7xxx_osm.h
398
return (!(scb->flags &
SCB_SENSE
));
aic79xx_osm.c
263
} else if ((scb->flags &
SCB_SENSE
) != 0) {
aic7xxx_osm.c
270
} else if ((scb->flags &
SCB_SENSE
) != 0) {
aic79xxvar.h
596
SCB_SENSE
= 0x00008,
aic7xxxvar.h
650
SCB_SENSE
= 0x0008,
aic7xxx.c
478
if ((scb->flags &
SCB_SENSE
) != 0) {
480
* Clear the
SCB_SENSE
Flag and have
484
scb->flags &= ~
SCB_SENSE
;
580
scb->flags |=
SCB_SENSE
;
858
if ((scb->flags &
SCB_SENSE
) == 0) {
861
scb->flags &= ~
SCB_SENSE
;
6144
if ((scb->flags &
SCB_SENSE
) == 0)
6153
(scb->flags &
SCB_SENSE
) ? "Sense " : "", resid);
aic79xx.c
7862
if ((scb->flags &
SCB_SENSE
) != 0) {
7864
* Clear the
SCB_SENSE
Flag and perform
7867
scb->flags &= ~
SCB_SENSE
;
8019
scb->flags |=
SCB_SENSE
;
8126
if ((scb->flags &
SCB_SENSE
) == 0)
8135
(scb->flags &
SCB_SENSE
) ? "Sense " : "", resid);
Completed in 27 milliseconds
Indexes created Mon Oct 27 04:09:48 GMT 2025