Lines Matching +full:enable +full:- +full:remote +full:- +full:sense

1 /* SPDX-License-Identifier: GPL-2.0 */
3 * The canonical list of T10 Additional Sense Codes is available at:
4 * http://www.t10.org/lists/asc-num.txt [most recent: 20200817]
7 SENSE_CODE(0x0000, "No additional sense information")
9 SENSE_CODE(0x0002, "End-of-partition/medium detected")
11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected")
12 SENSE_CODE(0x0005, "End-of-data detected")
51 SENSE_CODE(0x0409, "Logical unit not ready, self-test in progress")
58 SENSE_CODE(0x0411, "Logical unit not ready, notify (enable spinup) required")
87 SENSE_CODE(0x0801, "Logical unit communication time-out")
89 SENSE_CODE(0x0803, "Logical unit communication CRC error (Ultra-DMA/32)")
102 SENSE_CODE(0x0B01, "Warning - specified temperature exceeded")
103 SENSE_CODE(0x0B02, "Warning - enclosure degraded")
104 SENSE_CODE(0x0B03, "Warning - background self-test failed")
105 SENSE_CODE(0x0B04, "Warning - background pre-scan detected medium error")
106 SENSE_CODE(0x0B05, "Warning - background medium scan detected medium error")
107 SENSE_CODE(0x0B06, "Warning - non-volatile cache now volatile")
108 SENSE_CODE(0x0B07, "Warning - degraded power to non-volatile cache")
109 SENSE_CODE(0x0B08, "Warning - power loss expected")
110 SENSE_CODE(0x0B09, "Warning - device statistics notification active")
111 SENSE_CODE(0x0B0A, "Warning - high critical temperature limit exceeded")
112 SENSE_CODE(0x0B0B, "Warning - low critical temperature limit exceeded")
113 SENSE_CODE(0x0B0C, "Warning - high operating temperature limit exceeded")
114 SENSE_CODE(0x0B0D, "Warning - low operating temperature limit exceeded")
115 SENSE_CODE(0x0B0E, "Warning - high critical humidity limit exceeded")
116 SENSE_CODE(0x0B0F, "Warning - low critical humidity limit exceeded")
117 SENSE_CODE(0x0B10, "Warning - high operating humidity limit exceeded")
118 SENSE_CODE(0x0B11, "Warning - low operating humidity limit exceeded")
119 SENSE_CODE(0x0B12, "Warning - microcode security at risk")
120 SENSE_CODE(0x0B13, "Warning - microcode digital signature validation failure")
121 SENSE_CODE(0x0B14, "Warning - physical element status change")
124 SENSE_CODE(0x0C01, "Write error - recovered with auto reallocation")
125 SENSE_CODE(0x0C02, "Write error - auto reallocation failed")
126 SENSE_CODE(0x0C03, "Write error - recommend reassignment")
130 SENSE_CODE(0x0C07, "Write error - recovery needed")
131 SENSE_CODE(0x0C08, "Write error - recovery failed")
132 SENSE_CODE(0x0C09, "Write error - loss of streaming")
133 SENSE_CODE(0x0C0A, "Write error - padding blocks added")
135 SENSE_CODE(0x0C0C, "Write error - unexpected unsolicited data")
136 SENSE_CODE(0x0C0D, "Write error - not enough unsolicited data")
140 SENSE_CODE(0x0C11, "Write error - recovery scan needed")
141 SENSE_CODE(0x0C12, "Write error - insufficient zone resources")
166 SENSE_CODE(0x1104, "Unrecovered read error - auto reallocate failed")
167 SENSE_CODE(0x1105, "L-EC uncorrectable error")
169 SENSE_CODE(0x1107, "Data re-synchronization error")
173 SENSE_CODE(0x110B, "Unrecovered read error - recommend reassignment")
174 SENSE_CODE(0x110C, "Unrecovered read error - recommend rewrite the data")
175 SENSE_CODE(0x110D, "De-compression CRC error")
179 SENSE_CODE(0x1111, "Read error - loss of streaming")
181 SENSE_CODE(0x1113, "Read error - failed retransmission request")
182 SENSE_CODE(0x1114, "Read error - lba marked bad by application client")
192 SENSE_CODE(0x1403, "End-of-data not found")
194 SENSE_CODE(0x1405, "Record not found - recommend reassignment")
195 SENSE_CODE(0x1406, "Record not found - data auto-reallocated")
203 SENSE_CODE(0x1601, "Data sync error - data rewritten")
204 SENSE_CODE(0x1602, "Data sync error - recommend rewrite")
205 SENSE_CODE(0x1603, "Data sync error - data auto-reallocated")
206 SENSE_CODE(0x1604, "Data sync error - recommend reassignment")
214 SENSE_CODE(0x1706, "Recovered data without ECC - data auto-reallocated")
215 SENSE_CODE(0x1707, "Recovered data without ECC - recommend reassignment")
216 SENSE_CODE(0x1708, "Recovered data without ECC - recommend rewrite")
217 SENSE_CODE(0x1709, "Recovered data without ECC - data rewritten")
221 SENSE_CODE(0x1802, "Recovered data - data auto-reallocated")
223 SENSE_CODE(0x1804, "Recovered data with L-EC")
224 SENSE_CODE(0x1805, "Recovered data - recommend reassignment")
225 SENSE_CODE(0x1806, "Recovered data - recommend rewrite")
226 SENSE_CODE(0x1807, "Recovered data with ECC - data rewritten")
250 SENSE_CODE(0x2001, "Access denied - initiator pending-enrolled")
251 SENSE_CODE(0x2002, "Access denied - no access rights")
252 SENSE_CODE(0x2003, "Access denied - invalid mgmt id key")
257 SENSE_CODE(0x2008, "Access denied - enrollment conflict")
258 SENSE_CODE(0x2009, "Access denied - invalid LU identifier")
259 SENSE_CODE(0x200A, "Access denied - invalid proxy token")
260 SENSE_CODE(0x200B, "Access denied - ACL LUN conflict")
261 SENSE_CODE(0x200C, "Illegal command when not in append-only mode")
281 SENSE_CODE(0x2302, "Invalid token operation, remote token usage not supported")
282 SENSE_CODE(0x2303, "Invalid token operation, remote rod token creation not supported")
319 SENSE_CODE(0x260F, "Invalid data-out buffer integrity check value")
321 SENSE_CODE(0x2611, "Incomplete key-associated data set")
340 SENSE_CODE(0x2802, "Format-layer may have changed")
348 SENSE_CODE(0x2905, "Transceiver mode changed to single-ended")
393 SENSE_CODE(0x2C11, "Descriptor format sense data required")
410 SENSE_CODE(0x3001, "Cannot read medium - unknown format")
411 SENSE_CODE(0x3002, "Cannot read medium - incompatible format")
413 SENSE_CODE(0x3004, "Cannot write medium - unknown format")
414 SENSE_CODE(0x3005, "Cannot write medium - incompatible format")
415 SENSE_CODE(0x3006, "Cannot format medium - incompatible medium")
417 SENSE_CODE(0x3008, "Cannot write - application code mismatch")
420 SENSE_CODE(0x300C, "WORM medium - overwrite attempted")
421 SENSE_CODE(0x300D, "WORM medium - integrity check")
453 SENSE_CODE(0x3802, "Esn - power management class event")
454 SENSE_CODE(0x3804, "Esn - media class event")
455 SENSE_CODE(0x3806, "Esn - device busy class event")
462 SENSE_CODE(0x3A01, "Medium not present - tray closed")
463 SENSE_CODE(0x3A02, "Medium not present - tray open")
464 SENSE_CODE(0x3A03, "Medium not present - loadable")
465 SENSE_CODE(0x3A04, "Medium not present - medium auxiliary memory accessible")
468 SENSE_CODE(0x3B01, "Tape position error at beginning-of-medium")
469 SENSE_CODE(0x3B02, "Tape position error at end-of-medium")
473 SENSE_CODE(0x3B06, "Failed to sense top-of-form")
474 SENSE_CODE(0x3B07, "Failed to sense bottom-of-form")
499 SENSE_CODE(0x3E00, "Logical unit has not self-configured yet")
502 SENSE_CODE(0x3E03, "Logical unit failed self-test")
503 SENSE_CODE(0x3E04, "Logical unit unable to update self-test log")
526 SENSE_CODE(0x3F15, "Inspect referrals sense descriptors")
537 * SENSE_CODE(0x42NN, "Power-on or self-test failure")
572 SENSE_CODE(0x4B08, "Data-in buffer overflow - data buffer size")
573 SENSE_CODE(0x4B09, "Data-in buffer overflow - data buffer descriptor area")
574 SENSE_CODE(0x4B0A, "Data-in buffer error")
575 SENSE_CODE(0x4B0B, "Data-out buffer overflow - data buffer size")
576 SENSE_CODE(0x4B0C, "Data-out buffer overflow - data buffer descriptor area")
577 SENSE_CODE(0x4B0D, "Data-out buffer error")
587 SENSE_CODE(0x4C00, "Logical unit failed self-configuration")
598 SENSE_CODE(0x5101, "Erase failure - incomplete erase operation detected")
611 SENSE_CODE(0x5309, "Data transfer device error - load failed")
612 SENSE_CODE(0x530a, "Data transfer device error - unload failed")
613 SENSE_CODE(0x530b, "Data transfer device error - unload missing")
614 SENSE_CODE(0x530c, "Data transfer device error - eject failed")
615 SENSE_CODE(0x530d, "Data transfer device error - library communication failed")
638 SENSE_CODE(0x5700, "Unable to recover table-of-contents")
673 SENSE_CODE(0x5D1B, "Hardware impending failure spin-up retry count")
686 SENSE_CODE(0x5D2B, "Controller impending failure spin-up retry count")
699 SENSE_CODE(0x5D3B, "Data channel impending failure spin-up retry count")
712 SENSE_CODE(0x5D4B, "Servo impending failure spin-up retry count")
725 SENSE_CODE(0x5D5B, "Spindle impending failure spin-up retry count")
738 SENSE_CODE(0x5D6B, "Firmware impending failure spin-up retry count")
815 SENSE_CODE(0x6F00, "Copy protection key exchange failure - authentication failure")
816 SENSE_CODE(0x6F01, "Copy protection key exchange failure - key not present")
817 SENSE_CODE(0x6F02, "Copy protection key exchange failure - key not established")
824 SENSE_CODE(0x6F09, "Invalid drive-host pairing server")
825 SENSE_CODE(0x6F0A, "Drive-host pairing suspended")
833 SENSE_CODE(0x7201, "Session fixation error writing lead-in")
834 SENSE_CODE(0x7202, "Session fixation error writing lead-out")
835 SENSE_CODE(0x7203, "Session fixation error - incomplete track in session")