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:ATA_UNC
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-lib.c
58
if (err &
ATA_UNC
)
in ide_dump_ata_error()
68
(err & (
ATA_UNC
| ATA_IDNF | ATA_AMNF))) {
in ide_dump_ata_error()
H
A
D
ide-eh.c
27
} else if (err & (ATA_BBK |
ATA_UNC
)) {
in ide_ata_error()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
libata.h
114
ata_error_name(
ATA_UNC
), \
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
174
ATA_UNC
= (1 << 6), /* uncorrectable media error */
enumerator
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-eh.c
1591
if (err & (
ATA_UNC
| ATA_AMNF))
in ata_eh_analyze_tf()
2398
(res->feature & (ATA_ICRC |
ATA_UNC
| ATA_AMNF |
in ata_eh_link_report()
2402
res->feature &
ATA_UNC
? "UNC " : "",
in ata_eh_link_report()
H
A
D
libata-scsi.c
693
if (err &
ATA_UNC
) pr_cont("UncorrectableError ");
in ata_dump_status()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-eh.c
1603
if (err & (
ATA_UNC
| ATA_AMNF))
in ata_eh_analyze_tf()
2503
(res->error & (ATA_ICRC |
ATA_UNC
| ATA_AMNF | ATA_IDNF |
in ata_eh_link_report()
2507
res->error &
ATA_UNC
? "UNC " : "",
in ata_eh_link_report()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
175
ATA_UNC
= (1 << 6), /* uncorrectable media error */
enumerator
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
libata.h
114
ata_error_name(
ATA_UNC
), \
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
isd200.c
423
} else if (error &
ATA_UNC
) {
in isd200_build_sense()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
isd200.c
423
} else if (error &
ATA_UNC
) {
in isd200_build_sense()
Completed in 25 milliseconds