OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ds_flags
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/dmover/
dmover_io.c
105
volatile int
ds_flags
;
member in struct:dmio_state
421
ds->
ds_flags
|= DMIO_STATE_READ_WAIT;
430
if (ds->
ds_flags
& DMIO_STATE_WRITE_WAIT) {
431
ds->
ds_flags
&= ~DMIO_STATE_WRITE_WAIT;
434
if (ds->
ds_flags
& DMIO_STATE_SEL) {
435
ds->
ds_flags
&= ~DMIO_STATE_SEL;
487
if (ds->
ds_flags
& DMIO_STATE_DEAD) {
499
if (ds->
ds_flags
& DMIO_STATE_READ_WAIT) {
500
ds->
ds_flags
&= ~DMIO_STATE_READ_WAIT;
503
if (ds->
ds_flags
& DMIO_STATE_SEL)
[
all
...]
Completed in 35 milliseconds
Indexes created Sun Oct 12 02:09:55 GMT 2025