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:SCLP_REQ_DONE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp.c
444
if (req->status ==
SCLP_REQ_DONE
&& (sccb->response_code == 0x20 ||
in sclp_read_cb()
507
req->status =
SCLP_REQ_DONE
;
in sclp_interrupt_handler()
822
while (sclp_init_req.status !=
SCLP_REQ_DONE
&&
in sclp_init_mask()
826
if (sclp_init_req.status ==
SCLP_REQ_DONE
&&
in sclp_init_mask()
923
sclp_init_req.status =
SCLP_REQ_DONE
;
in sclp_check_handler()
983
if (sclp_init_req.status ==
SCLP_REQ_DONE
) {
in sclp_check_interface()
H
A
D
sclp_pci.c
180
if (req.status !=
SCLP_REQ_DONE
) {
in sclp_pci_report()
H
A
D
sclp_ftp.c
149
if (req->status !=
SCLP_REQ_DONE
||
in sclp_ftp_et7()
H
A
D
sclp_cpi_sys.c
157
if (req->status !=
SCLP_REQ_DONE
) {
in cpi_req()
H
A
D
sclp.h
270
#define
SCLP_REQ_DONE
0x03 /* request is completed successfully */
macro
H
A
D
sclp_cmd.c
70
if (request->status !=
SCLP_REQ_DONE
) {
in sclp_sync_request_timeout()
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp.c
579
if (req->status ==
SCLP_REQ_DONE
&& (sccb->response_code == 0x20 ||
in sclp_read_cb()
672
req->status =
SCLP_REQ_DONE
;
in sclp_interrupt_handler()
1010
while (sclp_init_req.status !=
SCLP_REQ_DONE
&&
in sclp_init_mask()
1014
if (sclp_init_req.status ==
SCLP_REQ_DONE
&&
in sclp_init_mask()
1111
sclp_init_req.status =
SCLP_REQ_DONE
;
in sclp_check_handler()
1171
if (sclp_init_req.status ==
SCLP_REQ_DONE
) {
in sclp_check_interface()
H
A
D
sclp_pci.c
180
if (req.status !=
SCLP_REQ_DONE
) {
in sclp_pci_report()
H
A
D
sclp_ftp.c
152
if (req->status !=
SCLP_REQ_DONE
||
in sclp_ftp_et7()
H
A
D
sclp_cpi_sys.c
157
if (req->status !=
SCLP_REQ_DONE
) {
in cpi_req()
H
A
D
sclp.h
266
#define
SCLP_REQ_DONE
0x03 /* request is completed successfully */
macro
H
A
D
sclp_cmd.c
69
if (request->status !=
SCLP_REQ_DONE
) {
in sclp_sync_request_timeout()
Completed in 11 milliseconds