Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

184 lines
5.4 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (C) Microsoft Corporation, 1991 - 1999
  4. ;
  5. ;Module Name:
  6. ;
  7. ; ntiologc.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the I/O error code log values.
  12. ;
  13. ;Author:
  14. ;
  15. ; Bob Rinne (BobRi) 11-Nov-1992
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. ;
  21. ;#ifndef _FTLOG_
  22. ;#define _FTLOG_
  23. ;
  24. ;//
  25. ;// Status values are 32 bit values layed out as follows:
  26. ;//
  27. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  28. ;// 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
  29. ;// +---+-+-------------------------+-------------------------------+
  30. ;// |Sev|C| Facility | Code |
  31. ;// +---+-+-------------------------+-------------------------------+
  32. ;//
  33. ;// where
  34. ;//
  35. ;// Sev - is the severity code
  36. ;//
  37. ;// 00 - Success
  38. ;// 01 - Informational
  39. ;// 10 - Warning
  40. ;// 11 - Error
  41. ;//
  42. ;// C - is the Customer code flag
  43. ;//
  44. ;// Facility - is the facility code
  45. ;//
  46. ;// Code - is the facility's status code
  47. ;//
  48. ;
  49. MessageIdTypedef=NTSTATUS
  50. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  51. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  52. Warning=0x2:STATUS_SEVERITY_WARNING
  53. Error=0x3:STATUS_SEVERITY_ERROR
  54. )
  55. FacilityNames=(System=0x0
  56. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  57. RpcStubs=0x3:FACILITY_RPC_STUBS
  58. Io=0x4:FACILITY_IO_ERROR_CODE
  59. Ft=0x5:FACILITY_FT_ERROR_CODE
  60. )
  61. MessageId=0x0001 Facility=Ft Severity=Error SymbolicName=FT_SECTOR_FAILURE
  62. Language=English
  63. An unrecoverable bad sector failure occurred on disk set %2.
  64. Data is still readable on the redundant copy.
  65. .
  66. MessageId=0x0006 Facility=Ft Severity=Error SymbolicName=FT_ORPHANING
  67. Language=English
  68. One of the devices that is part of disk set %2 has failed and will no
  69. longer be used.
  70. .
  71. MessageId=0x0007 Facility=Ft Severity=Error SymbolicName=FT_SET_DISABLED
  72. Language=English
  73. Disk set %2 is disabled because one or more of its members are missing
  74. or invalid.
  75. .
  76. MessageId=0x000a Facility=Ft Severity=Error SymbolicName=FT_DOUBLE_FAILURE
  77. Language=English
  78. An unrecoverable sector failure occurred on accesses to both copies of the
  79. data on disk set %2.
  80. .
  81. MessageId=0x000f Facility=Ft Severity=Informational SymbolicName=FT_MIRROR_COPY_STARTED
  82. Language=English
  83. Mirror set %2 initialization or synchronization started.
  84. .
  85. MessageId=0x0011 Facility=Ft Severity=Informational SymbolicName=FT_PARITY_INITIALIZATION_STARTED
  86. Language=English
  87. Initialization of stripe with parity set %2 started.
  88. .
  89. MessageId=0x0012 Facility=Ft Severity=Informational SymbolicName=FT_REGENERATION_STARTED
  90. Language=English
  91. Regeneration of stripe with parity set member on disk set %2 started.
  92. .
  93. MessageId=0x0013 Facility=Ft Severity=Informational SymbolicName=FT_MIRROR_COPY_ENDED
  94. Language=English
  95. Mirror set %2 initialization or synchronization is complete.
  96. .
  97. MessageId=0x0016 Facility=Ft Severity=Informational SymbolicName=FT_REGENERATION_ENDED
  98. Language=English
  99. Regeneration or initialization of stripe with parity set %2 is complete.
  100. .
  101. MessageId=0x001b Facility=Ft Severity=Warning SymbolicName=FT_DIRTY_SHUTDOWN
  102. Language=English
  103. Disk set %2 was shut down dirty. Reinitializing redundant data.
  104. .
  105. MessageId=0x001c Facility=Ft Severity=Warning SymbolicName=FT_CORRUPT_DISK_DESCRIPTION
  106. Language=English
  107. The fault tolerant driver deleted a corrupt descriptor on disk %2.
  108. .
  109. MessageId=0x001d Facility=Ft Severity=Error SymbolicName=FT_CANT_WRITE_ON_DISK
  110. Language=English
  111. The fault tolerant driver could not write on disk structures to disk %2.
  112. .
  113. MessageId=0x001e Facility=Ft Severity=Warning SymbolicName=FT_NOT_FT_CAPABLE
  114. Language=English
  115. Disk %2 is ONTRACK or EZDRIVE and therefore cannot be involved in the creation
  116. of a disk set.
  117. .
  118. MessageId=0x001f Facility=Ft Severity=Error SymbolicName=FT_CANT_READ_ON_DISK
  119. Language=English
  120. The fault tolerant driver could not read the on disk structures from disk %2.
  121. .
  122. MessageId=0x0020 Facility=Ft Severity=Warning SymbolicName=FT_NOT_ENOUGH_ON_DISK_SPACE
  123. Language=English
  124. Insufficient disk space on disk %2 for additional on disk structures.
  125. .
  126. MessageId=0x0021 Facility=Ft Severity=Error SymbolicName=FT_SWP_STATE_CORRUPTION
  127. Language=English
  128. The stripe set with parity state information for disk set %2 is corrupt.
  129. Resetting to initial state.
  130. .
  131. MessageId=0x0022 Facility=Ft Severity=Error SymbolicName=FT_MIRROR_STATE_CORRUPTION
  132. Language=English
  133. The mirror state information for disk set %2 is corrupt.
  134. Resetting to initial state.
  135. .
  136. MessageId=0x0023 Facility=Ft Severity=Error SymbolicName=FT_MIRROR_STATE_CORRUPTION_BREAK
  137. Language=English
  138. The mirror state information for disk set %2 is corrupt. Breaking mirror.
  139. .
  140. MessageId=0x0024 Facility=Ft Severity=Warning SymbolicName=FT_STATE_INCONSISTENCY
  141. Language=English
  142. An inconsistency in the state information for disk set %2 was fixed.
  143. .
  144. MessageId=0x0025 Facility=Ft Severity=Error SymbolicName=FT_REDISTRIBUTION_ERROR
  145. Language=English
  146. An I/O error occurred during the redistribution of disk set %2.
  147. Redistribution aborted.
  148. .
  149. MessageId=0x0026 Facility=Ft Severity=Error SymbolicName=FT_WRONG_VERSION
  150. Language=English
  151. Disk %2 has a unrecognized version of the NTFT on disk structures.
  152. .
  153. MessageId=0x0027 Facility=Ft Severity=Warning SymbolicName=FT_STALE_ONDISK
  154. Language=English
  155. Disk %2 has FT disk information that is being superseded by FT registry information.
  156. .
  157. ;#endif /* _NTIOLOGC_ */