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:tape_state
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
tape_core.c
124
"OFFLINE" : tape_state_verbose[tdev->
tape_state
]);
in tape_state_show()
187
tape_state_set(struct tape_device *device, enum
tape_state
newstate)
in tape_state_set()
191
if (device->
tape_state
== TS_NOT_OPER) {
in tape_state_set()
197
if (device->
tape_state
< TS_SIZE && device->
tape_state
>=0 )
in tape_state_set()
198
str = tape_state_verbose[device->
tape_state
];
in tape_state_set()
208
device->
tape_state
= newstate;
in tape_state_set()
380
if (device->
tape_state
!= TS_INIT) {
in tape_generic_online()
381
DBF_LH(3, "Tapestate not INIT (%d)\n", device->
tape_state
);
in tape_generic_online()
462
switch (device->
tape_state
) {
in tape_generic_pm_suspend()
[all...]
H
A
D
tape_proc.c
65
if (device->
tape_state
>= 0 &&
in tape_proc_show()
66
device->
tape_state
< TS_SIZE)
in tape_proc_show()
67
str = tape_state_verbose[device->
tape_state
];
in tape_proc_show()
H
A
D
tape.h
69
enum
tape_state
{
enum
201
enum
tape_state
tape_state
;
member
263
extern void tape_state_set(struct tape_device *, enum
tape_state
);
H
A
D
tape_std.c
97
if (device->
tape_state
== TS_NOT_OPER) {
in tape_std_unassign()
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
tape_core.c
124
"OFFLINE" : tape_state_verbose[tdev->
tape_state
]);
in tape_state_show()
187
tape_state_set(struct tape_device *device, enum
tape_state
newstate)
in tape_state_set()
191
if (device->
tape_state
== TS_NOT_OPER) {
in tape_state_set()
197
if (device->
tape_state
< TS_SIZE && device->
tape_state
>=0 )
in tape_state_set()
198
str = tape_state_verbose[device->
tape_state
];
in tape_state_set()
208
device->
tape_state
= newstate;
in tape_state_set()
380
if (device->
tape_state
!= TS_INIT) {
in tape_generic_online()
381
DBF_LH(3, "Tapestate not INIT (%d)\n", device->
tape_state
);
in tape_generic_online()
451
switch (device->
tape_state
) {
in tape_generic_offline()
[all...]
H
A
D
tape_proc.c
65
if (device->
tape_state
>= 0 &&
in tape_proc_show()
66
device->
tape_state
< TS_SIZE)
in tape_proc_show()
67
str = tape_state_verbose[device->
tape_state
];
in tape_proc_show()
H
A
D
tape.h
69
enum
tape_state
{
enum
201
enum
tape_state
tape_state
;
member
263
extern void tape_state_set(struct tape_device *, enum
tape_state
);
H
A
D
tape_std.c
97
if (device->
tape_state
== TS_NOT_OPER) {
in tape_std_unassign()
Completed in 7 milliseconds