1SCSI_PRINT_STATUS(9)            SCSI mid layer            SCSI_PRINT_STATUS(9)
2
3
4

NAME

6       scsi_print_status - print scsi status description
7

SYNOPSIS

9       void scsi_print_status(unsigned char scsi_status);
10

ARGUMENTS

12       scsi_status
13           scsi status value
14

DESCRIPTION

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

AUTHORS

21       James Bottomley <James.Bottomley@hansenpartnership.com>
22           Author.
23
24       Rob Landley <rob@landley.net>
25           Author.
26
28Kernel Hackers Manual 2.6.         June 2019              SCSI_PRINT_STATUS(9)
Impressum