scsi_print_status

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

scsi_print_status - print scsi status description

SYNOPSIS

void scsi_print_status(unsigned char scsi_status);

ARGUMENTS

scsi_status

scsi status value

DESCRIPTION

If the status is recognized, the description is printed. Otherwise lqUnknown statusrq is output. No trailing space. If CONFIG_SCSI_CONSTANTS is not set, then print status in hex (e.g. lq0x2rq for Check Condition).

AUTHORS

James Bottomley <James.Bottomley@hansenpartnership.com>

Author.

Rob Landley <rob@landley.net>

Author.