|
|
1.1 root 1: ;/*++
2: ;
3: ;Copyright (c) 1993 - Colorado Memory Systems, Inc.
4: ;All Rights Reserved
5: ;
6: ;Module Name:
7: ;
8: ; q117log.h
9: ;
10: ;Abstract:
11: ;
12: ; Constant definitions for the I/O error code log values.
13: ;
14: ;
15: ;Revision History:
16: ;
17: ;
18: ;
19: ;
20: ;--*/
21: ;
22: ;#ifndef _Q117LOG_
23: ;#define _Q117LOG_
24: ;
25: ;//
26: ;// Status values are 32 bit values layed out as follows:
27: ;//
28: ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
29: ;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
30: ;// +---+-+-------------------------+-------------------------------+
31: ;// |Sev|C| Facility | Code |
32: ;// +---+-+-------------------------+-------------------------------+
33: ;//
34: ;// where
35: ;//
36: ;// Sev - is the severity code
37: ;//
38: ;// 00 - Success
39: ;// 01 - Informational
40: ;// 10 - Warning
41: ;// 11 - Error
42: ;//
43: ;// C - is the Customer code flag
44: ;//
45: ;// Facility - is the facility code
46: ;//
47: ;// Code - is the facility's status code
48: ;//
49: ;
50: MessageIdTypedef=NTSTATUS
51:
52: SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
53: Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
54: Warning=0x2:STATUS_SEVERITY_WARNING
55: Error=0x3:STATUS_SEVERITY_ERROR
56: )
57:
58: FacilityNames=(System=0x0
59: RpcRuntime=0x2:FACILITY_RPC_RUNTIME
60: RpcStubs=0x3:FACILITY_RPC_STUBS
61: Io=0x4:FACILITY_IO_ERROR_CODE
62: Q117=0x5:FACILITY_Q117_ERROR_CODE
63: )
64:
65:
66:
67: MessageId=0x0064 Facility=Q117 Severity=Error SymbolicName=QIC117_UNUSTAPE
68: Language=English
69: Tape unusable (too many bad sectors).
70: From device: %1
71: .
72:
73: MessageId=0x0065 Facility=Q117 Severity=Error SymbolicName=QIC117_BADTAPE
74: Language=English
75: All copies of first block of bad block list bad on tape, cannot use this tape.
76: From device: %1
77: .
78:
79: MessageId=0x0066 Facility=Q117 Severity=Error SymbolicName=QIC117_FMEMERR
80: Language=English
81: Insufficient memory to continue operation.
82: From device: %1
83: .
84:
85: MessageId=0x0067 Facility=Q117 Severity=Warning SymbolicName=QIC117_TAPEFULL
86: Language=English
87: Tape is full.
88: From device: %1
89: .
90:
91: MessageId=0x0068 Facility=Q117 Severity=Warning SymbolicName=QIC117_VOLFULL
92: Language=English
93: Volume directory full.
94: From device: %1
95: .
96:
97: MessageId=0x0069 Facility=Q117 Severity=Warning SymbolicName=QIC117_RDNCUNSC
98: Language=English
99: Error correction failed to correct data on tape.
100: From device: %1
101: .
102:
103: MessageId=0x006a Facility=Q117 Severity=Warning SymbolicName=QIC117_ENDOFVOL
104: Language=English
105: End of data in volume.
106: From device: %1
107: .
108:
109: MessageId=0x006b Facility=Q117 Severity=Warning SymbolicName=QIC117_FCODEERR
110: Language=English
111: Unexpected condition detected. Try operation again.
112: From device: %1
113: .
114:
115: MessageId=0x006c Facility=Q117 Severity=Warning SymbolicName=QIC117_UPDERR
116: Language=English
117: Error occured while updating header segments - data corrupted.
118: Solution: Erase tape and re-save data.
119: From device: %1
120: .
121:
122: MessageId=0x006d Facility=Q117 Severity=Warning SymbolicName=QIC117_INVALVOL
123: Language=English
124: Volume nonexistent.
125: From device: %1
126: .
127:
128: MessageId=0x006e Facility=Q117 Severity=Informational SymbolicName=QIC117_NOVOLS
129: Language=English
130: No volumes on tape. Tape is empty.
131: From device: %1
132: .
133:
134: MessageId=0x006f Facility=Q117 Severity=Warning SymbolicName=QIC117_UNFORMAT
135: Language=English
136: Tape not formatted. Please format tape before use.
137: From device: %1
138: .
139:
140: MessageId=0x0070 Facility=Q117 Severity=Warning SymbolicName=QIC117_UNKNOWNFORMAT
141: Language=English
142: Unknown tape format. You must format this tape before use.
143: From device: %1
144: .
145:
146: MessageId=0x0071 Facility=Q117 Severity=Error SymbolicName=QIC117_BADBLK
147: Language=English
148: Bad block detected (unrecoverable read error).
149: From device: %1
150: .
151:
152: MessageId=0x0072 Facility=Q117 Severity=Error SymbolicName=QIC117_ENDTAPEERR
153: Language=English
154: End of tape (end of tape when not expected).
155: From device: %1
156: .
157:
158: MessageId=0x0073 Facility=Q117 Severity=Error SymbolicName=QIC117_DRIVEFLT
159: Language=English
160: Communication error between host and drive. Re-try operation.
161: If this does not work, try Shutting down the system and cycling power.
162: From device: %1
163: .
164:
165: MessageId=0x0074 Facility=Q117 Severity=Informational SymbolicName=QIC117_WPROT
166: Language=English
167: Tape is write protected. Move the "SAFE" switch on the cartridge if
168: you wish to change the data on the tape.
169: From device: %1
170: .
171:
172: MessageId=0x0075 Facility=Q117 Severity=Informational SymbolicName=QIC117_NOTAPE
173: Language=English
174: There is no cartridge detected in the drive. Make sure the tape is fully
175: inserted into the drive. The tape should "snap" into place and the light
176: on the drive will turn on for a while.
177: From device: %1
178: .
179:
180: MessageId=0x0076 Facility=Q117 Severity=Warning SymbolicName=QIC117_SEEKERR
181: Language=English
182: Could not find the data requested on the tape (seek error). Try selecting
183: other files on the tape or try tape in a different drive.
184: From device: %1
185: .
186:
187: MessageId=0x0077 Facility=Q117 Severity=Error SymbolicName=QIC117_NODRIVE
188: Language=English
189: Could not find the tape drive. Please verify connections to the drive and
190: re-start the system.
191: From device: %1
192: .
193:
194: MessageId=0x0078 Facility=Q117 Severity=Error SymbolicName=QIC117_INVALCMD
195: Language=English
196: Communication error between host and drive. Re-try operation.
197: If this does not work, try Shutting down the system and cycling power.
198: From device: %1
199: .
200:
201: MessageId=0x0079 Facility=Q117 Severity=Error SymbolicName=QIC117_CODEERR
202: Language=English
203: Unexpected error during tape driver operation. Re-try operation or re-start
204: your computer and try again.
205: From device: %1
206: .
207:
208: MessageId=0x007a Facility=Q117 Severity=Error SymbolicName=QIC117_NECFLT
209: Language=English
210: Floppy controller failed to respond or driver could not communicate with
211: the floppy controller. Check that the IRQ is set correctly.
212: From device: %1
213: .
214:
215: MessageId=0x007b Facility=Q117 Severity=Error SymbolicName=QIC117_NOFDC
216: Language=English
217: Floppy controller failed to respond or driver could not communicate with
218: the floppy controller. Check that the IRQ is set correctly.
219: From device: %1
220: .
221:
222: MessageId=0x007c Facility=Q117 Severity=Error SymbolicName=QIC117_BADFMT
223: Language=English
224: Format of tape is unknown. You must format this tape before it can be used.
225: From device: %1
226: .
227:
228: MessageId=0x007d Facility=Q117 Severity=Error SymbolicName=QIC117_CMDFLT
229: Language=English
230: Command read-after-write error.
231: From device: %1
232: .
233:
234: MessageId=0x007e Facility=Q117 Severity=Error SymbolicName=QIC117_BADNEC
235: Language=English
236: NEC chip out of spec.
237: From device: %1
238: .
239:
240: MessageId=0x007f Facility=Q117 Severity=Error SymbolicName=QIC117_BADREQ
241: Language=English
242: Invalid logical sector specification in read/write.
243: From device: %1
244: .
245:
246: MessageId=0x0080 Facility=Q117 Severity=Error SymbolicName=QIC117_TOOFAST
247: Language=English
248: Computer is too fast for current driver software.
249: From device: %1
250: .
251:
252: MessageId=0x0081 Facility=Q117 Severity=Error SymbolicName=QIC117_NODATA
253: Language=English
254: Tape appears to be unformatted.
255: From device: %1
256: .
257:
258: MessageId=0x0082 Facility=Q117 Severity=Warning SymbolicName=QIC117_DABORT
259: Language=English
260: ClearIO was called and the queue has been cleared.
261: From device: %1
262: .
263:
264: MessageId=0x0083 Facility=Q117 Severity=Error SymbolicName=QIC117_TAPEFLT
265: Language=English
266: Tape drive fault.
267: From device: %1
268: .
269:
270: MessageId=0x0084 Facility=Q117 Severity=Error SymbolicName=QIC117_UNSPRATE
271: Language=English
272: speed sense failed (unsupported transfer rate).
273: From device: %1
274: .
275:
276: MessageId=0x0085 Facility=Q117 Severity=Warning SymbolicName=QIC117_ALREADY
277: Language=English
278: Driver already installed in another task.
279: From device: %1
280: .
281:
282: MessageId=0x0086 Facility=Q117 Severity=Error SymbolicName=QIC117_TOONOISY
283: Language=English
284: Environment too noisy.
285: From device: %1
286: .
287:
288: MessageId=0x0087 Facility=Q117 Severity=Error SymbolicName=QIC117_TIMEOUT
289: Language=English
290: Time out error.
291: From device: %1
292: .
293:
294: MessageId=0x0088 Facility=Q117 Severity=Error SymbolicName=QIC117_BADMARK
295: Language=English
296: Deleted data address mark found.
297: From device: %1
298: .
299:
300: MessageId=0x0089 Facility=Q117 Severity=Informational SymbolicName=QIC117_NEWCART
301: Language=English
302: New cartridge has been inserted.
303: From device: %1
304: .
305:
306: MessageId=0x008a Facility=Q117 Severity=Informational SymbolicName=QIC117_WRONGFMT
307: Language=English
308: Attempt to write on QIC40 formatted tape with QIC80 drive. You must
309: format this tape if you wish to write data on it. Formatting will destroy
310: all existing data on the tape.
311: From device: %1
312: .
313:
314: MessageId=0x008b Facility=Q117 Severity=Informational SymbolicName=QIC117_FMTMISMATCH
315: Language=English
316: Same as WrongFmt, except occurs on tape linking.
317: From device: %1
318: .
319:
320: MessageId=0x008c Facility=Q117 Severity=Informational SymbolicName=QIC117_INCOMPTAPEFMT
321: Language=English
322: QIC80 formatted tape detected in a QIC40 drive.
323: From device: %1
324: .
325:
326: MessageId=0x008d Facility=Q117 Severity=Informational SymbolicName=QIC117_SCSIFMTMSMTCH
327: Language=English
328: QIC350 Tape detected during a SCSI BACKUP.
329: From device: %1
330: .
331:
332: MessageId=0x008e Facility=Q117 Severity=Informational SymbolicName=QIC117_QIC40INEAGLE
333: Language=English
334: QIC40 formatted tape is detected in an Eagle.
335: From device: %1
336: .
337:
338: MessageId=0x008f Facility=Q117 Severity=Informational SymbolicName=QIC117_QIC80INEAGLE
339: Language=English
340: QIC80 formatted tape is detected in an Eagle.
341: From device: %1
342: .
343:
344: MessageId=0x0090 Facility=Q117 Severity=Warning SymbolicName=QIC117_CONTROLLERBUSY
345: Language=English
346: Floppy controller is in use by another device.
347: From device: %1
348: .
349:
350: MessageId=0x0091 Facility=Q117 Severity=Error SymbolicName=QIC117_INQUE
351: Language=English
352: If request is currently queued to low-level driver.
353: From device: %1
354: .
355:
356: MessageId=0x0092 Facility=Q117 Severity=Error SymbolicName=QIC117_SPLITREQUESTS
357: Language=English
358: If request is split and queued.
359: From device: %1
360: .
361:
362: MessageId=0x0093 Facility=Q117 Severity=Informational SymbolicName=QIC117_EARLYWARNING
363: Language=English
364: Early warning reported.
365: From device: %1
366: .
367:
368: MessageId=0x0094 Facility=Q117 Severity=Error SymbolicName=QIC117_BOGUS
369: Language=English
370: Bogus error value returned from device %1
371: .
372:
373: ;#endif /* _Q117LOG_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.