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_SENSE_BIT_0
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2123
if (sense[25] &
DASD_SENSE_BIT_0
) {
in dasd_3990_erp_inspect_32()
2338
else if (sense[27] &
DASD_SENSE_BIT_0
) {
in dasd_3990_erp_inspect()
2617
if (sense && !(sense[2] &
DASD_SENSE_BIT_0
)) {
in dasd_3990_erp_further_erp()
H
A
D
dasd_int.h
74
#define
DASD_SENSE_BIT_0
0x80
macro
H
A
D
dasd_eckd.c
3539
if ((sense[27] &
DASD_SENSE_BIT_0
) && (sense[7] == 0x0D) &&
in dasd_eckd_check_for_device_change()
3566
if (!cqr && !(sense[27] &
DASD_SENSE_BIT_0
) &&
in dasd_eckd_check_for_device_change()
3575
if (device->block && (sense[27] &
DASD_SENSE_BIT_0
) &&
in dasd_eckd_check_for_device_change()
5512
if (irb->ecw[27] &
DASD_SENSE_BIT_0
) {
in dasd_eckd_dump_sense_ccw()
5678
if (sense[27] &
DASD_SENSE_BIT_0
) {
in dasd_eckd_dump_sense_tcw()
/kernel/linux/linux-6.6/drivers/s390/block/
H
A
D
dasd_3990_erp.c
2128
if (sense[25] &
DASD_SENSE_BIT_0
) {
in dasd_3990_erp_inspect_32()
2343
else if (sense[27] &
DASD_SENSE_BIT_0
) {
in dasd_3990_erp_inspect()
2622
if (sense && !(sense[2] &
DASD_SENSE_BIT_0
)) {
in dasd_3990_erp_further_erp()
H
A
D
dasd_int.h
73
#define
DASD_SENSE_BIT_0
0x80
macro
H
A
D
dasd_eckd.c
3627
if ((sense[27] &
DASD_SENSE_BIT_0
) && (sense[7] == 0x0D) &&
in dasd_eckd_check_for_device_change()
3654
if (!cqr && !(sense[27] &
DASD_SENSE_BIT_0
) &&
in dasd_eckd_check_for_device_change()
3663
if (device->block && (sense[27] &
DASD_SENSE_BIT_0
) &&
in dasd_eckd_check_for_device_change()
5632
if (irb->ecw[27] &
DASD_SENSE_BIT_0
) {
in dasd_eckd_dump_sense_ccw()
5792
if (sense[27] &
DASD_SENSE_BIT_0
) {
in dasd_eckd_dump_sense_tcw()
Completed in 27 milliseconds