aslmessages.c (2e578044134b742546a8cf7d49597f34528bdbec) | aslmessages.c (37d7a5bcc0d1b717c16ee4eb4c6068501bf813fb) |
---|---|
1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 351 unchanged lines hidden (view full) --- 360/* ASL_MSG_UNLOAD */ "Unload is not supported by all operating systems", 361/* ASL_MSG_OFFSET */ "Unnecessary/redundant use of Offset operator", 362/* ASL_MSG_LONG_SLEEP */ "Very long Sleep, greater than 1 second", 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", | 1/****************************************************************************** 2 * 3 * Module Name: aslmessages.c - Compiler error/warning message strings 4 * 5 *****************************************************************************/ 6 7/****************************************************************************** 8 * --- 351 unchanged lines hidden (view full) --- 360/* ASL_MSG_UNLOAD */ "Unload is not supported by all operating systems", 361/* ASL_MSG_OFFSET */ "Unnecessary/redundant use of Offset operator", 362/* ASL_MSG_LONG_SLEEP */ "Very long Sleep, greater than 1 second", 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" | 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" |
369}; 370 371/* Table compiler */ 372 373const char *AslTableCompilerMsgs [] = 374{ 375/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 376/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 164 unchanged lines hidden --- | 370}; 371 372/* Table compiler */ 373 374const char *AslTableCompilerMsgs [] = 375{ 376/* ASL_MSG_BUFFER_ELEMENT */ "Invalid element in buffer initializer list", 377/* ASL_MSG_DIVIDE_BY_ZERO */ "Expression contains divide-by-zero", --- 164 unchanged lines hidden --- |