Go to the documentation of this file.
19 #define MAX_BLOCKSIZE 65535
24 #define INVALID_00 0x00
25 #define BACKSPACEBLOCK 0x27
26 #define BACKSPACEFILE 0x2f
27 #define DATA_SEC_ERASE 0x97
28 #define ERASE_GAP 0x17
29 #define FORSPACEBLOCK 0x37
30 #define FORSPACEFILE 0x3F
31 #define FORCE_STREAM_CNT 0xEB
33 #define READ_FORWARD 0x02
35 #define REWIND_UNLOAD 0x0F
37 #define NEW_MODE_SET 0xEB
38 #define WRITE_CMD 0x01
39 #define WRITETAPEMARK 0x1F
42 #define CONTROL_ACCESS 0xE3
43 #define DIAG_MODE_SET 0x0B
44 #define LOAD_DISPLAY 0x9F
46 #define LOOP_WRITE_TO_READ 0x8B
47 #define MODE_SET_DB 0xDB
48 #define MODE_SET_C3 0xC3
49 #define MODE_SET_CB 0xCB
50 #define MODE_SET_D3 0xD3
51 #define READ_BACKWARD 0x0C
52 #define READ_BLOCK_ID 0x22
53 #define READ_BUFFER 0x12
54 #define READ_BUFF_LOG 0x24
56 #define REQ_TRK_IN_ERROR 0x1B
58 #define SENSE_GROUP_ID 0x34
60 #define READ_DEV_CHAR 0x64
61 #define SET_DIAGNOSE 0x4B
62 #define SET_GROUP_ID 0xAF
63 #define SET_TAPE_WRITE_IMMED 0xC3
67 #define PERF_SUBSYS_FUNC 0x77
68 #define READ_CONFIG_DATA 0xFA
69 #define READ_MESSAGE_ID 0x4E
70 #define READ_SUBSYS_DATA 0x3E
71 #define SET_INTERFACE_ID 0x73
73 #define SENSE_COMMAND_REJECT 0x80
74 #define SENSE_INTERVENTION_REQUIRED 0x40
75 #define SENSE_BUS_OUT_CHECK 0x20
76 #define SENSE_EQUIPMENT_CHECK 0x10
77 #define SENSE_DATA_CHECK 0x08
78 #define SENSE_OVERRUN 0x04
79 #define SENSE_DEFERRED_UNIT_CHECK 0x02
80 #define SENSE_ASSIGNED_ELSEWHERE 0x01
82 #define SENSE_LOCATE_FAILURE 0x80
83 #define SENSE_DRIVE_ONLINE 0x40
84 #define SENSE_RESERVED 0x20
85 #define SENSE_RECORD_SEQUENCE_ERR 0x10
86 #define SENSE_BEGINNING_OF_TAPE 0x08
87 #define SENSE_WRITE_MODE 0x04
88 #define SENSE_WRITE_PROTECT 0x02
89 #define SENSE_NOT_CAPABLE 0x01
91 #define SENSE_CHANNEL_ADAPTER_CODE 0xE0
92 #define SENSE_CHANNEL_ADAPTER_LOC 0x10
93 #define SENSE_REPORTING_CU 0x08
94 #define SENSE_AUTOMATIC_LOADER 0x04
95 #define SENSE_TAPE_SYNC_MODE 0x02
96 #define SENSE_TAPE_POSITIONING 0x01
154 #endif // _TAPE_STD_H