Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DASD_STATE_NEW
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd.c
144
device->state =
DASD_STATE_NEW
;
in dasd_alloc_device()
145
device->target =
DASD_STATE_NEW
;
in dasd_alloc_device()
207
* As long as the device is not in state
DASD_STATE_NEW
we want to
in dasd_state_new_to_known()
230
device->state =
DASD_STATE_NEW
;
in dasd_state_known_to_new()
489
if (device->state ==
DASD_STATE_NEW
&&
in dasd_increase_state()
545
device->target <=
DASD_STATE_NEW
)
in dasd_decrease_state()
678
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_enable_device()
3567
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_remove()
3654
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_set_online()
3764
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_set_offline()
[all...]
H
A
D
dasd_proc.c
75
case
DASD_STATE_NEW
:
in dasd_devices_show()
H
A
D
dasd_int.h
40
#define
DASD_STATE_NEW
0
macro
H
A
D
dasd_devmap.c
1050
case
DASD_STATE_NEW
:
in dasd_device_status_show()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd.c
128
device->state =
DASD_STATE_NEW
;
in dasd_alloc_device()
129
device->target =
DASD_STATE_NEW
;
in dasd_alloc_device()
189
* As long as the device is not in state
DASD_STATE_NEW
we want to
in dasd_state_new_to_known()
204
device->state =
DASD_STATE_NEW
;
in dasd_state_known_to_new()
444
if (device->state ==
DASD_STATE_NEW
&&
in dasd_increase_state()
500
device->target <=
DASD_STATE_NEW
)
in dasd_decrease_state()
612
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_enable_device()
3469
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_remove()
3551
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_set_online()
3660
dasd_set_target_state(device,
DASD_STATE_NEW
);
in dasd_generic_set_offline()
[all...]
H
A
D
dasd_proc.c
75
case
DASD_STATE_NEW
:
in dasd_devices_show()
H
A
D
dasd_int.h
40
#define
DASD_STATE_NEW
0
macro
H
A
D
dasd_devmap.c
1303
case
DASD_STATE_NEW
:
in dasd_device_status_show()
Completed in 25 milliseconds