1SCSI_PRINT_STATUS(9) SCSI mid layer SCSI_PRINT_STATUS(9)
2
3
4
6 scsi_print_status - print scsi status description
7
9 void scsi_print_status(unsigned char scsi_status);
10
12 scsi_status
13 scsi status value
14
16 If the status is recognized, the description is printed. Otherwise
17 “Unknown status” is output. No trailing space. If CONFIG_SCSI_CONSTANTS
18 is not set, then print status in hex (e.g. “0x2” for Check Condition).
19
21 James Bottomley <James.Bottomley@hansenpartnership.com>
22 Author.
23
24 Rob Landley <rob@landley.net>
25 Author.
26
28Kernel Hackers Manual 2.6. November 2011 SCSI_PRINT_STATUS(9)