Linux Kernel
3.7.1
|
#include <linux/blkdev.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_device.h>
#include <scsi/scsi_host.h>
#include <scsi/scsi_eh.h>
#include <scsi/scsi_dbg.h>
Go to the source code of this file.
Macros | |
#define | MAINTENANCE_IN 0xa3 |
#define | MAINTENANCE_OUT 0xa4 |
#define | SERVICE_ACTION_IN_12 0xab |
#define | SERVICE_ACTION_OUT_12 0xa9 |
#define | SERVICE_ACTION_IN_16 0x9e |
#define | SERVICE_ACTION_OUT_16 0x9f |
#define MAINTENANCE_IN 0xa3 |
Definition at line 24 of file constants.c.
#define MAINTENANCE_OUT 0xa4 |
Definition at line 25 of file constants.c.
#define SERVICE_ACTION_IN_12 0xab |
Definition at line 26 of file constants.c.
#define SERVICE_ACTION_IN_16 0x9e |
Definition at line 28 of file constants.c.
#define SERVICE_ACTION_OUT_12 0xa9 |
Definition at line 27 of file constants.c.
#define SERVICE_ACTION_OUT_16 0x9f |
Definition at line 29 of file constants.c.
Definition at line 332 of file constants.c.
Definition at line 1389 of file constants.c.
EXPORT_SYMBOL | ( | __scsi_print_command | ) |
EXPORT_SYMBOL | ( | scsi_print_command | ) |
EXPORT_SYMBOL | ( | scsi_print_status | ) |
EXPORT_SYMBOL | ( | scsi_sense_key_string | ) |
EXPORT_SYMBOL | ( | scsi_extd_sense_format | ) |
EXPORT_SYMBOL | ( | scsi_show_extd_sense | ) |
EXPORT_SYMBOL | ( | scsi_show_sense_hdr | ) |
EXPORT_SYMBOL | ( | scsi_print_sense_hdr | ) |
EXPORT_SYMBOL | ( | scsi_cmd_print_sense_hdr | ) |
EXPORT_SYMBOL | ( | __scsi_print_sense | ) |
EXPORT_SYMBOL | ( | scsi_print_sense | ) |
EXPORT_SYMBOL | ( | scsi_show_result | ) |
EXPORT_SYMBOL | ( | scsi_print_result | ) |
void scsi_cmd_print_sense_hdr | ( | struct scsi_cmnd * | scmd, |
const char * | desc, | ||
struct scsi_sense_hdr * | sshdr | ||
) |
Definition at line 1294 of file constants.c.
Definition at line 1211 of file constants.c.
Definition at line 345 of file constants.c.
Definition at line 1456 of file constants.c.
Definition at line 1404 of file constants.c.
void scsi_print_sense_hdr | ( | const char * | name, |
struct scsi_sense_hdr * | sshdr | ||
) |
Definition at line 1281 of file constants.c.
scsi_print_status - print scsi status description : scsi status value
If the status is recognized, the description is printed. Otherwise "Unknown status" is output. No trailing space. If CONFIG_SCSI_CONSTANTS is not set, then print status in hex (e.g. "0x2" for Check Condition).
Definition at line 373 of file constants.c.
Definition at line 1197 of file constants.c.
Definition at line 1231 of file constants.c.
Definition at line 1446 of file constants.c.
void scsi_show_sense_hdr | ( | struct scsi_sense_hdr * | sshdr | ) |
Definition at line 1257 of file constants.c.