Deleted Added
full compact
asltypes.h (197104) asltypes.h (199337)
1
2/******************************************************************************
3 *
4 * Module Name: asltypes.h - compiler data types and struct definitions
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 355 unchanged lines hidden (view full) ---

364 ASL_MSG_INVALID_OPERAND,
365 ASL_MSG_INVALID_PERFORMANCE,
366 ASL_MSG_INVALID_PRIORITY,
367 ASL_MSG_INVALID_STRING,
368 ASL_MSG_INVALID_TARGET,
369 ASL_MSG_INVALID_TIME,
370 ASL_MSG_INVALID_TYPE,
371 ASL_MSG_INVALID_UUID,
1
2/******************************************************************************
3 *
4 * Module Name: asltypes.h - compiler data types and struct definitions
5 *
6 *****************************************************************************/
7
8/******************************************************************************

--- 355 unchanged lines hidden (view full) ---

364 ASL_MSG_INVALID_OPERAND,
365 ASL_MSG_INVALID_PERFORMANCE,
366 ASL_MSG_INVALID_PRIORITY,
367 ASL_MSG_INVALID_STRING,
368 ASL_MSG_INVALID_TARGET,
369 ASL_MSG_INVALID_TIME,
370 ASL_MSG_INVALID_TYPE,
371 ASL_MSG_INVALID_UUID,
372 ASL_MSG_LIST_LENGTH,
372 ASL_MSG_LIST_LENGTH_LONG,
373 ASL_MSG_LIST_LENGTH_SHORT,
373 ASL_MSG_LISTING_FILE_OPEN,
374 ASL_MSG_LISTING_FILENAME,
375 ASL_MSG_LOCAL_INIT,
376 ASL_MSG_LONG_LINE,
377 ASL_MSG_MEMORY_ALLOCATION,
378 ASL_MSG_MISSING_ENDDEPENDENT,
379 ASL_MSG_MISSING_STARTDEPENDENT,
380 ASL_MSG_MULTIPLE_TYPES,

--- 102 unchanged lines hidden (view full) ---

483/* ASL_MSG_INVALID_OPERAND */ "Invalid operand",
484/* ASL_MSG_INVALID_PERFORMANCE */ "Invalid performance/robustness value",
485/* ASL_MSG_INVALID_PRIORITY */ "Invalid priority value",
486/* ASL_MSG_INVALID_STRING */ "Invalid Hex/Octal Escape - Non-ASCII or NULL",
487/* ASL_MSG_INVALID_TARGET */ "Target operand not allowed in constant expression",
488/* ASL_MSG_INVALID_TIME */ "Time parameter too long (255 max)",
489/* ASL_MSG_INVALID_TYPE */ "Invalid type",
490/* ASL_MSG_INVALID_UUID */ "UUID string must be of the form \"aabbccdd-eeff-gghh-iijj-kkllmmnnoopp\"",
374 ASL_MSG_LISTING_FILE_OPEN,
375 ASL_MSG_LISTING_FILENAME,
376 ASL_MSG_LOCAL_INIT,
377 ASL_MSG_LONG_LINE,
378 ASL_MSG_MEMORY_ALLOCATION,
379 ASL_MSG_MISSING_ENDDEPENDENT,
380 ASL_MSG_MISSING_STARTDEPENDENT,
381 ASL_MSG_MULTIPLE_TYPES,

--- 102 unchanged lines hidden (view full) ---

484/* ASL_MSG_INVALID_OPERAND */ "Invalid operand",
485/* ASL_MSG_INVALID_PERFORMANCE */ "Invalid performance/robustness value",
486/* ASL_MSG_INVALID_PRIORITY */ "Invalid priority value",
487/* ASL_MSG_INVALID_STRING */ "Invalid Hex/Octal Escape - Non-ASCII or NULL",
488/* ASL_MSG_INVALID_TARGET */ "Target operand not allowed in constant expression",
489/* ASL_MSG_INVALID_TIME */ "Time parameter too long (255 max)",
490/* ASL_MSG_INVALID_TYPE */ "Invalid type",
491/* ASL_MSG_INVALID_UUID */ "UUID string must be of the form \"aabbccdd-eeff-gghh-iijj-kkllmmnnoopp\"",
491/* ASL_MSG_LIST_LENGTH */ "Initializer list too long",
492/* ASL_MSG_LIST_LENGTH_LONG */ "Initializer list longer than declared package length",
493/* ASL_MSG_LIST_LENGTH_SHORT */ "Initializer list shorter than declared package length",
492/* ASL_MSG_LISTING_FILE_OPEN */ "Could not open listing file",
493/* ASL_MSG_LISTING_FILENAME */ "Could not create listing filename",
494/* ASL_MSG_LOCAL_INIT */ "Method local variable is not initialized",
495/* ASL_MSG_LONG_LINE */ "Splitting long input line",
496/* ASL_MSG_MEMORY_ALLOCATION */ "Memory allocation failure",
497/* ASL_MSG_MISSING_ENDDEPENDENT */ "Missing EndDependentFn() macro in dependent resource list",
498/* ASL_MSG_MISSING_STARTDEPENDENT */ "Missing StartDependentFn() macro in dependent resource list",
499/* ASL_MSG_MULTIPLE_TYPES */ "Multiple types",

--- 80 unchanged lines hidden ---
494/* ASL_MSG_LISTING_FILE_OPEN */ "Could not open listing file",
495/* ASL_MSG_LISTING_FILENAME */ "Could not create listing filename",
496/* ASL_MSG_LOCAL_INIT */ "Method local variable is not initialized",
497/* ASL_MSG_LONG_LINE */ "Splitting long input line",
498/* ASL_MSG_MEMORY_ALLOCATION */ "Memory allocation failure",
499/* ASL_MSG_MISSING_ENDDEPENDENT */ "Missing EndDependentFn() macro in dependent resource list",
500/* ASL_MSG_MISSING_STARTDEPENDENT */ "Missing StartDependentFn() macro in dependent resource list",
501/* ASL_MSG_MULTIPLE_TYPES */ "Multiple types",

--- 80 unchanged lines hidden ---