aslmessages.c (a009b7dcabdc27aa3fdde1f2c6dd08d4fe5a3170) | aslmessages.c (f9a6772ec354ef7acdcc3de0167e31461ab78a38) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 354 unchanged lines hidden (view full) --- 363/* ASL_MSG_PREFIX_NOT_EXIST */ "One or more prefix Scopes do not exist", 364/* ASL_MSG_NAMEPATH_NOT_EXIST */ "One or more objects within the Pathname do not exist", 365/* ASL_MSG_REGION_LENGTH */ "Operation Region declared with zero length", 366/* ASL_MSG_TEMPORARY_OBJECT */ "Object is created temporarily in another method and cannot be accessed", 367/* ASL_MSG_UNDEFINED_EXTERNAL */ "Named object was declared external but the actual definition does not exist", 368/* ASL_MSG_BUFFER_FIELD_OVERFLOW */ "Buffer field extends beyond end of target buffer", 369/* ASL_MSG_INVALID_SPECIAL_NAME */ "declaration of this named object outside root scope is illegal", 370/* ASL_MSG_INVALID_PROCESSOR_UID */ "_UID inside processor declaration must be an integer", | 1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 354 unchanged lines hidden (view full) --- 363/* ASL_MSG_PREFIX_NOT_EXIST */ "One or more prefix Scopes do not exist", 364/* ASL_MSG_NAMEPATH_NOT_EXIST */ "One or more objects within the Pathname do not exist", 365/* ASL_MSG_REGION_LENGTH */ "Operation Region declared with zero length", 366/* ASL_MSG_TEMPORARY_OBJECT */ "Object is created temporarily in another method and cannot be accessed", 367/* ASL_MSG_UNDEFINED_EXTERNAL */ "Named object was declared external but the actual definition does not exist", 368/* ASL_MSG_BUFFER_FIELD_OVERFLOW */ "Buffer field extends beyond end of target buffer", 369/* ASL_MSG_INVALID_SPECIAL_NAME */ "declaration of this named object outside root scope is illegal", 370/* ASL_MSG_INVALID_PROCESSOR_UID */ "_UID inside processor declaration must be an integer", |
371/* ASL_MSG_LEGACY_PROCESSOR_OP */ "Legacy Processor() keyword detected. Use Device() keyword instead." | 371/* ASL_MSG_LEGACY_PROCESSOR_OP */ "Legacy Processor() keyword detected. Use Device() keyword instead.", 372/* ASL_MSG_NAMESTRING_LENGTH */ "NameString contains too many NameSegs (>255)", 373/* ASL_MSG_CASE_FOUND_HERE */ "Original Case value below:" |
372}; 373 374/* Table compiler */ 375 376const char *AslTableCompilerMsgs [] = 377{ 378/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 379/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 167 unchanged lines hidden --- | 374}; 375 376/* Table compiler */ 377 378const char *AslTableCompilerMsgs [] = 379{ 380/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 381/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 167 unchanged lines hidden --- |