Home
last modified time | relevance | path

Searched refs:ABRT (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/trace/beauty/
H A Dsignum.c17 P_SIGNUM(ABRT); in syscall_arg__scnprintf_signum()
/linux/Documentation/driver-api/
H A Dlibata.rst678 - !BSY && ERR && ABRT right after issuing PACKET indicates that PACKET
681 - !BSY && ERR(==CHK) && !ABRT after the last byte of CDB is transferred
684 - !BSY && ERR(==CHK) && ABRT after the last byte of CDB is transferred
699 ABRT error during data transfer or on completion
700 Up to ATA/ATAPI-7, the standard specifies that ABRT could be set on
704 that ABRT bit alone could indicate transfer errors.
707 errors can turn on ABRT. So, this is kind of gray area. Some
732 This can be invalid command or parameter indicated by ABRT ERROR bit
733 or some other error condition. Note that ABRT bit can indicate a lot
794 - ICRC or ABRT error as described in
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h134 #define ABRT 0x10 /* int: script: command aborted */ macro
H A Dsym_hipd.c154 if (INB(np, nc_dstat) & ABRT) in sym_soft_reset()
2892 !(dstat & (MDPE|BF|ABRT|IID))) {
2922 !(dstat & (MDPE|BF|ABRT|IID))) {
2940 (dstat & (MDPE|BF|ABRT|IID))) {
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx_269 (i.e.: set the ABRT bit in ISTAT if SCRIPTS are running)
H A DChangeLog.ncr53c8xx203 - Tiny misspelling fixed (ABORT instead of ABRT). Was fortunately
/linux/drivers/scsi/
H A Dncr53c8xx.h655 #define ABRT 0x10 /* int: script: command aborted */ macro
H A Dncr53c8xx.c5166 OUTB (nc_dien , MDPE|BF|ABRT|SSI|SIR|IID); in ncr_init()
5784 !(dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()
5831 !(dstat & (MDPE|BF|ABRT))) { in ncr_exception()
5869 (dstat & (MDPE|BF|ABRT|IID))) { in ncr_exception()