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.

77 lines
1.6 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 2000 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; eventmsg.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Constant definitions for the I/O error code log values.
  12. ;
  13. ;Revision History:
  14. ;
  15. ;--*/
  16. MessageIdTypedef=NTSTATUS
  17. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  18. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  19. Warning=0x2:STATUS_SEVERITY_WARNING
  20. Error=0x3:STATUS_SEVERITY_ERROR
  21. )
  22. FacilityNames=(System=0x0
  23. Processor=0x5:PROCESSOR_EVENT_CODE
  24. )
  25. MessageId=1
  26. Facility=Processor
  27. Severity=Error
  28. SymbolicName=PROCESSOR_ERROR_1
  29. Language=English
  30. Acpi 2.0 Processor Performance requires the _PCT, _PSS, and _PPC objects.
  31. This bios is missing object(s) %2.
  32. .
  33. MessageId=+1
  34. Facility=Processor
  35. Severity=Informational
  36. SymbolicName=PROCESSOR_PCT_ERROR
  37. Language=English
  38. The Acpi 2.0 _PCT object returned an invalid value of %2
  39. .
  40. MessageId=+1
  41. Facility=Processor
  42. Severity=Informational
  43. SymbolicName=PROCESSOR_INIT_TRANSITION_FAILURE
  44. Language=English
  45. Performance Transition to state %2 failed during the initialization phase
  46. .
  47. MessageId=+1
  48. Facility=Processor
  49. Severity=Informational
  50. SymbolicName=PROCESSOR_INITIALIZATION_FAILURE
  51. Language=English
  52. The Initialization of Processor Performace has failed
  53. .
  54. MessageId=+1
  55. Facility=Processor
  56. Severity=Informational
  57. SymbolicName=PROCESSOR_REINITIALIZATION_FAILURE
  58. Language=English
  59. The Re-Initialization of Processor Performance interface has failed
  60. .
  61. MessageId=+1
  62. Facility=Processor
  63. Severity=Informational
  64. SymbolicName=PROCESSOR_LEGACY_INTERFACE_FAILURE
  65. Language=English
  66. The Legacy Interface for Processor Performance failed initialization
  67. .