Searched refs:SENSE_CODE (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/scsi/ |
D | sense_codes.h | 7 SENSE_CODE(0x0000, "No additional sense information") 8 SENSE_CODE(0x0001, "Filemark detected") 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 10 SENSE_CODE(0x0003, "Setmark detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 12 SENSE_CODE(0x0005, "End-of-data detected") 13 SENSE_CODE(0x0006, "I/O process terminated") 14 SENSE_CODE(0x0007, "Programmable early warning detected") 15 SENSE_CODE(0x0011, "Audio play operation in progress") 16 SENSE_CODE(0x0012, "Audio play operation paused") [all …]
|
D | constants.c | 309 #define SENSE_CODE(c, s) {c, sizeof(s)}, macro 311 #undef SENSE_CODE 315 #define SENSE_CODE(c, s) s "\0" macro 317 #undef SENSE_CODE
|