#include <scsi_defines.h>
Definition at line 822 of file scsi_defines.h.
Public Attributes | |
| UInt8_t | code:6 |
| Mode page code #. | |
| UInt8_t | res1:2 |
| UInt8_t | pageLen |
| Length of the page. | |
| UInt8_t | sysLogAlive:2 |
| UInt8_t | powOnImmEject:1 |
| Power on immediate eject. | |
| UInt8_t | prevThread:1 |
| Prevent threading on cartridge insert. | |
| UInt8_t | ulpbot:1 |
| Load/unload at partition beginning of tape (default: 1). | |
| UInt8_t | abs:1 |
| Create and maintain Absolute Volume Map info (must be 1). | |
| UInt8_t | device:1 |
| Create optional device area (AIT mode:1, DDS mode:0). | |
| UInt8_t | ait:1 |
| AIT mode (1), DDS mode (0). | |
| UInt8_t | span |
| Span size (see AIT documentation). | |
| UInt8_t | res2:6 |
| UInt8_t | worm:1 |
| WORM medium detected (sense only). | |
| UInt8_t | mic:1 |
| MIC detected (sense only). | |
| UInt8_t | res3 [5] |
Mode page code #.
Definition at line 824 of file scsi_defines.h.
Referenced by data_Mode::SetAITMode().
Definition at line 825 of file scsi_defines.h.
Prevent threading on cartridge insert.
Definition at line 834 of file scsi_defines.h.
Referenced by Ait().
Load/unload at partition beginning of tape (default: 1).
Definition at line 836 of file scsi_defines.h.
Referenced by Ait(), data_Mode::SetAITMode(), and data_Mode::SetAITUnloadAtPBOT().
Create and maintain Absolute Volume Map info (must be 1).
Definition at line 838 of file scsi_defines.h.
Referenced by data_Mode::SetAITMode().
Create optional device area (AIT mode:1, DDS mode:0).
Definition at line 840 of file scsi_defines.h.
Referenced by data_Mode::SetAITMode().
AIT mode (1), DDS mode (0).
Definition at line 842 of file scsi_defines.h.
Referenced by Ait(), bea_MicMemory::Detect(), and data_Mode::SetAITMode().
Span size (see AIT documentation).
Definition at line 845 of file scsi_defines.h.
Referenced by data_Mode::SetAITMode().
Definition at line 847 of file scsi_defines.h.
WORM medium detected (sense only).
Definition at line 849 of file scsi_defines.h.
Referenced by Ait(), and bea_TapeMedium::DetectAITWORM().
MIC detected (sense only).
Definition at line 851 of file scsi_defines.h.
Referenced by Ait(), and bea_MicMemory::Detect().
Definition at line 853 of file scsi_defines.h.
1.5.6