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_ABORTED
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-lib.c
53
if (err &
ATA_ABORTED
)
in ide_dump_ata_error()
57
(err &
ATA_ABORTED
) ? "BadCRC " : "BadSector ");
in ide_dump_ata_error()
67
if ((err & (ATA_BBK |
ATA_ABORTED
)) == ATA_BBK ||
in ide_dump_ata_error()
87
if (err &
ATA_ABORTED
)
in ide_dump_atapi_error()
H
A
D
ide-eh.c
19
if (err ==
ATA_ABORTED
) {
in ide_ata_error()
H
A
D
ide-cd.c
383
if (err & ~
ATA_ABORTED
) {
in cdrom_decode_status()
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H
A
D
sas_ata.c
143
dev->sata_dev.fis[3] =
ATA_ABORTED
; /* tf error */
in sas_ata_task_done()
950
device->sata_dev.fis[3] =
ATA_ABORTED
; /* tf error */
in sas_ata_device_link_abort()
/kernel/linux/linux-5.10/include/trace/events/
H
A
D
libata.h
118
ata_error_name(
ATA_ABORTED
), \
/kernel/linux/linux-6.6/include/linux/
H
A
D
ata.h
178
ATA_ABORTED
= (1 << 2), /* command aborted */
enumerator
/kernel/linux/linux-5.10/include/linux/
H
A
D
ata.h
179
ATA_ABORTED
= (1 << 2), /* command aborted */
enumerator
H
A
D
ide.h
132
#define BAD_CRC (
ATA_ABORTED
| ATA_ICRC)
/kernel/linux/linux-6.6/include/trace/events/
H
A
D
libata.h
118
ata_error_name(
ATA_ABORTED
), \
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
1184
if (err_mask == AC_ERR_DEV && (tf.feature &
ATA_ABORTED
))
in ata_read_native_max_address()
1248
(tf.feature & (
ATA_ABORTED
| ATA_IDNF)))
in ata_set_max_sectors()
1848
if ((err_mask == AC_ERR_DEV) && (tf.feature &
ATA_ABORTED
)) {
in ata_dev_read_id()
4349
if (err_mask == AC_ERR_DEV && (tf.feature &
ATA_ABORTED
))
in ata_dev_init_params()
H
A
D
libata-eh.c
2399
ATA_IDNF |
ATA_ABORTED
)))
in ata_eh_link_report()
2405
res->feature &
ATA_ABORTED
? "ABRT " : "");
in ata_eh_link_report()
H
A
D
libata-scsi.c
687
if (err &
ATA_ABORTED
) pr_cont("DriveStatusError ");
in ata_dump_status()
689
if (err &
ATA_ABORTED
)
in ata_dump_status()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
1215
if (err_mask == AC_ERR_DEV && (tf.error &
ATA_ABORTED
))
in ata_read_native_max_address()
1279
(tf.error & (
ATA_ABORTED
| ATA_IDNF)))
in ata_set_max_sectors()
1852
if ((err_mask == AC_ERR_DEV) && (tf.error &
ATA_ABORTED
)) {
in ata_dev_read_id()
4556
if (err_mask == AC_ERR_DEV && (tf.error &
ATA_ABORTED
))
in ata_dev_init_params()
H
A
D
libata-eh.c
2504
ATA_ABORTED
)))
in ata_eh_link_report()
2510
res->error &
ATA_ABORTED
? "ABRT " : "");
in ata_eh_link_report()
Completed in 39 milliseconds