Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
scsi_ioctl.h File Reference

Go to the source code of this file.

Macros

#define SCSI_IOCTL_SEND_COMMAND   1
 
#define SCSI_IOCTL_TEST_UNIT_READY   2
 
#define SCSI_IOCTL_BENCHMARK_COMMAND   3
 
#define SCSI_IOCTL_SYNC   4 /* Request synchronous parameters */
 
#define SCSI_IOCTL_START_UNIT   5
 
#define SCSI_IOCTL_STOP_UNIT   6
 
#define SCSI_IOCTL_DOORLOCK   0x5380 /* lock the eject mechanism */
 
#define SCSI_IOCTL_DOORUNLOCK   0x5381 /* unlock the mechanism */
 
#define SCSI_REMOVAL_PREVENT   1
 
#define SCSI_REMOVAL_ALLOW   0
 

Macro Definition Documentation

#define SCSI_IOCTL_BENCHMARK_COMMAND   3

Definition at line 6 of file scsi_ioctl.h.

#define SCSI_IOCTL_DOORLOCK   0x5380 /* lock the eject mechanism */

Definition at line 12 of file scsi_ioctl.h.

#define SCSI_IOCTL_DOORUNLOCK   0x5381 /* unlock the mechanism */

Definition at line 13 of file scsi_ioctl.h.

#define SCSI_IOCTL_SEND_COMMAND   1

Definition at line 4 of file scsi_ioctl.h.

#define SCSI_IOCTL_START_UNIT   5

Definition at line 8 of file scsi_ioctl.h.

#define SCSI_IOCTL_STOP_UNIT   6

Definition at line 9 of file scsi_ioctl.h.

#define SCSI_IOCTL_SYNC   4 /* Request synchronous parameters */

Definition at line 7 of file scsi_ioctl.h.

#define SCSI_IOCTL_TEST_UNIT_READY   2

Definition at line 5 of file scsi_ioctl.h.

#define SCSI_REMOVAL_ALLOW   0

Definition at line 16 of file scsi_ioctl.h.

#define SCSI_REMOVAL_PREVENT   1

Definition at line 15 of file scsi_ioctl.h.