158#define ACPI_SERIALIZED 0xFF
161#define ACPI_GLOBAL_LOCK (ACPI_SEMAPHORE) (-1)
165#define AML_NUM_OPCODES 0x83
171struct acpi_obj_mutex;
192#define ACPI_MTX_INTERPRETER 0
193#define ACPI_MTX_NAMESPACE 1
194#define ACPI_MTX_TABLES 2
195#define ACPI_MTX_EVENTS 3
196#define ACPI_MTX_CACHES 4
197#define ACPI_MTX_MEMORY 5
199#define ACPI_MAX_MUTEX 5
200#define ACPI_NUM_MUTEX (ACPI_MAX_MUTEX+1)
218#define ACPI_LOCK_GPES 0
219#define ACPI_LOCK_HARDWARE 1
221#define ACPI_MAX_LOCK 1
222#define ACPI_NUM_LOCK (ACPI_MAX_LOCK+1)
227#define ACPI_MUTEX_NOT_ACQUIRED ((ACPI_THREAD_ID) -1)
231#ifdef ACPI_OS_INVALID_THREAD_ID
232#define ACPI_INVALID_THREAD_ID ACPI_OS_INVALID_THREAD_ID
234#define ACPI_INVALID_THREAD_ID ((ACPI_THREAD_ID) 0xFFFFFFFF)
250#define ACPI_MTX_DO_NOT_LOCK 0
251#define ACPI_MTX_LOCK 1
256#define ACPI_FIELD_BYTE_GRANULARITY 1
257#define ACPI_FIELD_WORD_GRANULARITY 2
258#define ACPI_FIELD_DWORD_GRANULARITY 4
259#define ACPI_FIELD_QWORD_GRANULARITY 8
262#define ACPI_ENTRY_NOT_FOUND NULL
308#ifdef ACPI_LARGE_NAMESPACE_NODE
323#define ANOBJ_RESERVED 0x01
324#define ANOBJ_TEMPORARY 0x02
325#define ANOBJ_METHOD_ARG 0x04
326#define ANOBJ_METHOD_LOCAL 0x08
327#define ANOBJ_SUBTREE_HAS_INI 0x10
328#define ANOBJ_EVALUATED 0x20
329#define ANOBJ_ALLOCATED_BUFFER 0x40
330#define ANOBJ_NODE_EARLY_INIT 0x80
332#define ANOBJ_IS_EXTERNAL 0x08
333#define ANOBJ_METHOD_NO_RETVAL 0x10
334#define ANOBJ_METHOD_SOME_NO_RETVAL 0x20
335#define ANOBJ_IS_REFERENCED 0x80
351#define ACPI_ROOT_ORIGIN_UNKNOWN (0)
352#define ACPI_ROOT_ORIGIN_ALLOCATED (1)
353#define ACPI_ROOT_ALLOW_RESIZE (2)
368#define ACPI_INVALID_TABLE_INDEX (0xFFFFFFFF)
389#define ACPI_COPY_TYPE_SIMPLE 0
390#define ACPI_COPY_TYPE_PACKAGE 1
439#define ACPI_BTYPE_ANY 0x00000000
440#define ACPI_BTYPE_INTEGER 0x00000001
441#define ACPI_BTYPE_STRING 0x00000002
442#define ACPI_BTYPE_BUFFER 0x00000004
443#define ACPI_BTYPE_PACKAGE 0x00000008
444#define ACPI_BTYPE_FIELD_UNIT 0x00000010
445#define ACPI_BTYPE_DEVICE 0x00000020
446#define ACPI_BTYPE_EVENT 0x00000040
447#define ACPI_BTYPE_METHOD 0x00000080
448#define ACPI_BTYPE_MUTEX 0x00000100
449#define ACPI_BTYPE_REGION 0x00000200
450#define ACPI_BTYPE_POWER 0x00000400
451#define ACPI_BTYPE_PROCESSOR 0x00000800
452#define ACPI_BTYPE_THERMAL 0x00001000
453#define ACPI_BTYPE_BUFFER_FIELD 0x00002000
454#define ACPI_BTYPE_DDB_HANDLE 0x00004000
455#define ACPI_BTYPE_DEBUG_OBJECT 0x00008000
456#define ACPI_BTYPE_REFERENCE_OBJECT 0x00010000
457#define ACPI_BTYPE_RESOURCE 0x00020000
458#define ACPI_BTYPE_NAMED_REFERENCE 0x00040000
460#define ACPI_BTYPE_COMPUTE_DATA (ACPI_BTYPE_INTEGER | ACPI_BTYPE_STRING | ACPI_BTYPE_BUFFER)
462#define ACPI_BTYPE_DATA (ACPI_BTYPE_COMPUTE_DATA | ACPI_BTYPE_PACKAGE)
466#define ACPI_BTYPE_DATA_REFERENCE (ACPI_BTYPE_DATA | ACPI_BTYPE_REFERENCE_OBJECT | ACPI_BTYPE_DDB_HANDLE)
467#define ACPI_BTYPE_DEVICE_OBJECTS (ACPI_BTYPE_DEVICE | ACPI_BTYPE_THERMAL | ACPI_BTYPE_PROCESSOR)
468#define ACPI_BTYPE_OBJECTS_AND_REFS 0x0001FFFF
469#define ACPI_BTYPE_ALL_OBJECTS 0x0000FFFF
584#define ACPI_RTYPE_ANY 0x00
585#define ACPI_RTYPE_NONE 0x01
586#define ACPI_RTYPE_INTEGER 0x02
587#define ACPI_RTYPE_STRING 0x04
588#define ACPI_RTYPE_BUFFER 0x08
589#define ACPI_RTYPE_PACKAGE 0x10
590#define ACPI_RTYPE_REFERENCE 0x20
591#define ACPI_RTYPE_ALL 0x3F
593#define ACPI_NUM_RTYPES 5
777#define ACPI_CONTROL_NORMAL 0xC0
778#define ACPI_CONTROL_CONDITIONAL_EXECUTING 0xC1
779#define ACPI_CONTROL_PREDICATE_EXECUTING 0xC2
780#define ACPI_CONTROL_PREDICATE_FALSE 0xC3
781#define ACPI_CONTROL_PREDICATE_TRUE 0xC4
784#define ACPI_STATE_COMMON \
786 UINT8 DescriptorType; \
976#if defined(ACPI_DISASSEMBLER) || defined(ACPI_DEBUG_OUTPUT)
1012#if defined(ACPI_DISASSEMBLER) || defined(ACPI_DEBUG_OUTPUT)
1013#define ACPI_DISASM_ONLY_MEMBERS(a) a;
1015#define ACPI_DISASM_ONLY_MEMBERS(a)
1018#if defined(ACPI_ASL_COMPILER)
1019#define ACPI_CONVERTER_ONLY_MEMBERS(a) a;
1021#define ACPI_CONVERTER_ONLY_MEMBERS(a)
1024#define ACPI_PARSE_COMMON \
1025 union acpi_parse_object *Parent; \
1026 UINT8 DescriptorType; \
1030 union acpi_parse_object *Next; \
1031 ACPI_NAMESPACE_NODE *Node; \
1032 ACPI_PARSE_VALUE Value; \
1033 UINT8 ArgListLength; \
1034 ACPI_DISASM_ONLY_MEMBERS (\
1035 UINT16 DisasmFlags; \
1036 UINT8 DisasmOpcode; \
1037 char *OperatorSymbol; \
1038 char AmlOpName[16]) \
1039 ACPI_CONVERTER_ONLY_MEMBERS (\
1040 char *InlineComment; \
1041 char *EndNodeComment; \
1042 char *NameComment; \
1043 char *CloseBraceComment; \
1044 ACPI_COMMENT_NODE *CommentList; \
1045 ACPI_COMMENT_NODE *EndBlkComment; \
1047 char *CvParentFilename)
1071#define ACPI_DASM_BUFFER 0x00
1072#define ACPI_DASM_RESOURCE 0x01
1073#define ACPI_DASM_STRING 0x02
1074#define ACPI_DASM_UNICODE 0x03
1075#define ACPI_DASM_PLD_METHOD 0x04
1076#define ACPI_DASM_UUID 0x05
1077#define ACPI_DASM_EISAID 0x06
1078#define ACPI_DASM_MATCHOP 0x07
1079#define ACPI_DASM_LNOT_PREFIX 0x08
1080#define ACPI_DASM_LNOT_SUFFIX 0x09
1081#define ACPI_DASM_HID_STRING 0x0A
1082#define ACPI_DASM_IGNORE_SINGLE 0x0B
1083#define ACPI_DASM_SWITCH 0x0C
1084#define ACPI_DASM_SWITCH_PREDICATE 0x0D
1085#define ACPI_DASM_CASE 0x0E
1086#define ACPI_DASM_DEFAULT 0x0F
1150#define ACPI_MAX_PARSEOP_NAME 20
1225#define ACPI_PARSEOP_GENERIC 0x01
1226#define ACPI_PARSEOP_NAMED_OBJECT 0x02
1227#define ACPI_PARSEOP_DEFERRED 0x04
1228#define ACPI_PARSEOP_BYTELIST 0x08
1229#define ACPI_PARSEOP_IN_STACK 0x10
1230#define ACPI_PARSEOP_TARGET 0x20
1231#define ACPI_PARSEOP_IN_CACHE 0x80
1235#define ACPI_PARSEOP_IGNORE 0x0001
1236#define ACPI_PARSEOP_PARAMETER_LIST 0x0002
1237#define ACPI_PARSEOP_EMPTY_TERMLIST 0x0004
1238#define ACPI_PARSEOP_PREDEFINED_CHECKED 0x0008
1239#define ACPI_PARSEOP_CLOSING_PAREN 0x0010
1240#define ACPI_PARSEOP_COMPOUND_ASSIGNMENT 0x0020
1241#define ACPI_PARSEOP_ASSIGNMENT 0x0040
1242#define ACPI_PARSEOP_ELSEIF 0x0080
1243#define ACPI_PARSEOP_LEGACY_ASL_ONLY 0x0100
1265#define ACPI_PM1_STATUS_PRESERVED_BITS 0x0800
1269#define ACPI_PM1_CONTROL_WRITEONLY_BITS 0x2004
1281#define ACPI_PM1_CONTROL_IGNORED_BITS 0x0200
1282#define ACPI_PM1_CONTROL_RESERVED_BITS 0xC1F8
1283#define ACPI_PM1_CONTROL_PRESERVED_BITS \
1284 (ACPI_PM1_CONTROL_IGNORED_BITS | ACPI_PM1_CONTROL_RESERVED_BITS)
1286#define ACPI_PM2_CONTROL_PRESERVED_BITS 0xFFFFFFFE
1292#define ACPI_REGISTER_PM1_STATUS 0x01
1293#define ACPI_REGISTER_PM1_ENABLE 0x02
1294#define ACPI_REGISTER_PM1_CONTROL 0x03
1295#define ACPI_REGISTER_PM2_CONTROL 0x04
1296#define ACPI_REGISTER_PM_TIMER 0x05
1297#define ACPI_REGISTER_PROCESSOR_BLOCK 0x06
1298#define ACPI_REGISTER_SMI_COMMAND_BLOCK 0x07
1303#define ACPI_BITMASK_TIMER_STATUS 0x0001
1304#define ACPI_BITMASK_BUS_MASTER_STATUS 0x0010
1305#define ACPI_BITMASK_GLOBAL_LOCK_STATUS 0x0020
1306#define ACPI_BITMASK_POWER_BUTTON_STATUS 0x0100
1307#define ACPI_BITMASK_SLEEP_BUTTON_STATUS 0x0200
1308#define ACPI_BITMASK_RT_CLOCK_STATUS 0x0400
1309#define ACPI_BITMASK_PCIEXP_WAKE_STATUS 0x4000
1310#define ACPI_BITMASK_WAKE_STATUS 0x8000
1312#define ACPI_BITMASK_ALL_FIXED_STATUS (\
1313 ACPI_BITMASK_TIMER_STATUS | \
1314 ACPI_BITMASK_BUS_MASTER_STATUS | \
1315 ACPI_BITMASK_GLOBAL_LOCK_STATUS | \
1316 ACPI_BITMASK_POWER_BUTTON_STATUS | \
1317 ACPI_BITMASK_SLEEP_BUTTON_STATUS | \
1318 ACPI_BITMASK_RT_CLOCK_STATUS | \
1319 ACPI_BITMASK_PCIEXP_WAKE_STATUS | \
1320 ACPI_BITMASK_WAKE_STATUS)
1322#define ACPI_BITMASK_TIMER_ENABLE 0x0001
1323#define ACPI_BITMASK_GLOBAL_LOCK_ENABLE 0x0020
1324#define ACPI_BITMASK_POWER_BUTTON_ENABLE 0x0100
1325#define ACPI_BITMASK_SLEEP_BUTTON_ENABLE 0x0200
1326#define ACPI_BITMASK_RT_CLOCK_ENABLE 0x0400
1327#define ACPI_BITMASK_PCIEXP_WAKE_DISABLE 0x4000
1329#define ACPI_BITMASK_SCI_ENABLE 0x0001
1330#define ACPI_BITMASK_BUS_MASTER_RLD 0x0002
1331#define ACPI_BITMASK_GLOBAL_LOCK_RELEASE 0x0004
1332#define ACPI_BITMASK_SLEEP_TYPE 0x1C00
1333#define ACPI_BITMASK_SLEEP_ENABLE 0x2000
1335#define ACPI_BITMASK_ARB_DISABLE 0x0001
1340#define ACPI_BITPOSITION_TIMER_STATUS 0x00
1341#define ACPI_BITPOSITION_BUS_MASTER_STATUS 0x04
1342#define ACPI_BITPOSITION_GLOBAL_LOCK_STATUS 0x05
1343#define ACPI_BITPOSITION_POWER_BUTTON_STATUS 0x08
1344#define ACPI_BITPOSITION_SLEEP_BUTTON_STATUS 0x09
1345#define ACPI_BITPOSITION_RT_CLOCK_STATUS 0x0A
1346#define ACPI_BITPOSITION_PCIEXP_WAKE_STATUS 0x0E
1347#define ACPI_BITPOSITION_WAKE_STATUS 0x0F
1349#define ACPI_BITPOSITION_TIMER_ENABLE 0x00
1350#define ACPI_BITPOSITION_GLOBAL_LOCK_ENABLE 0x05
1351#define ACPI_BITPOSITION_POWER_BUTTON_ENABLE 0x08
1352#define ACPI_BITPOSITION_SLEEP_BUTTON_ENABLE 0x09
1353#define ACPI_BITPOSITION_RT_CLOCK_ENABLE 0x0A
1354#define ACPI_BITPOSITION_PCIEXP_WAKE_DISABLE 0x0E
1356#define ACPI_BITPOSITION_SCI_ENABLE 0x00
1357#define ACPI_BITPOSITION_BUS_MASTER_RLD 0x01
1358#define ACPI_BITPOSITION_GLOBAL_LOCK_RELEASE 0x02
1359#define ACPI_BITPOSITION_SLEEP_TYPE 0x0A
1360#define ACPI_BITPOSITION_SLEEP_ENABLE 0x0D
1362#define ACPI_BITPOSITION_ARB_DISABLE 0x00
1367#define ACPI_ALWAYS_ILLEGAL 0x00
1378#define ACPI_OSI_INVALID 0x01
1379#define ACPI_OSI_DYNAMIC 0x02
1380#define ACPI_OSI_FEATURE 0x04
1381#define ACPI_OSI_DEFAULT_INVALID 0x08
1382#define ACPI_OSI_OPTIONAL_FEATURE (ACPI_OSI_FEATURE | ACPI_OSI_DEFAULT_INVALID | ACPI_OSI_INVALID)
1402#define ACPI_ADDRESS_TYPE_MEMORY_RANGE 0
1403#define ACPI_ADDRESS_TYPE_IO_RANGE 1
1404#define ACPI_ADDRESS_TYPE_BUS_NUMBER_RANGE 2
1408#define ACPI_RESOURCE_NAME_LARGE 0x80
1409#define ACPI_RESOURCE_NAME_SMALL 0x00
1411#define ACPI_RESOURCE_NAME_SMALL_MASK 0x78
1412#define ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK 0x07
1413#define ACPI_RESOURCE_NAME_LARGE_MASK 0x7F
1420#define ACPI_RESOURCE_NAME_IRQ 0x20
1421#define ACPI_RESOURCE_NAME_DMA 0x28
1422#define ACPI_RESOURCE_NAME_START_DEPENDENT 0x30
1423#define ACPI_RESOURCE_NAME_END_DEPENDENT 0x38
1424#define ACPI_RESOURCE_NAME_IO 0x40
1425#define ACPI_RESOURCE_NAME_FIXED_IO 0x48
1426#define ACPI_RESOURCE_NAME_FIXED_DMA 0x50
1427#define ACPI_RESOURCE_NAME_RESERVED_S2 0x58
1428#define ACPI_RESOURCE_NAME_RESERVED_S3 0x60
1429#define ACPI_RESOURCE_NAME_RESERVED_S4 0x68
1430#define ACPI_RESOURCE_NAME_VENDOR_SMALL 0x70
1431#define ACPI_RESOURCE_NAME_END_TAG 0x78
1437#define ACPI_RESOURCE_NAME_MEMORY24 0x81
1438#define ACPI_RESOURCE_NAME_GENERIC_REGISTER 0x82
1439#define ACPI_RESOURCE_NAME_RESERVED_L1 0x83
1440#define ACPI_RESOURCE_NAME_VENDOR_LARGE 0x84
1441#define ACPI_RESOURCE_NAME_MEMORY32 0x85
1442#define ACPI_RESOURCE_NAME_FIXED_MEMORY32 0x86
1443#define ACPI_RESOURCE_NAME_ADDRESS32 0x87
1444#define ACPI_RESOURCE_NAME_ADDRESS16 0x88
1445#define ACPI_RESOURCE_NAME_EXTENDED_IRQ 0x89
1446#define ACPI_RESOURCE_NAME_ADDRESS64 0x8A
1447#define ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64 0x8B
1448#define ACPI_RESOURCE_NAME_GPIO 0x8C
1449#define ACPI_RESOURCE_NAME_PIN_FUNCTION 0x8D
1450#define ACPI_RESOURCE_NAME_SERIAL_BUS 0x8E
1451#define ACPI_RESOURCE_NAME_PIN_CONFIG 0x8F
1452#define ACPI_RESOURCE_NAME_PIN_GROUP 0x90
1453#define ACPI_RESOURCE_NAME_PIN_GROUP_FUNCTION 0x91
1454#define ACPI_RESOURCE_NAME_PIN_GROUP_CONFIG 0x92
1455#define ACPI_RESOURCE_NAME_LARGE_MAX 0x92
1464#define ACPI_ASCII_ZERO 0x30
1487#define ACPI_EXT_RESOLVED_REFERENCE 0x01
1488#define ACPI_EXT_ORIGIN_FROM_FILE 0x02
1489#define ACPI_EXT_INTERNAL_PATH_ALLOCATED 0x04
1490#define ACPI_EXT_EXTERNAL_EMITTED 0x08
1491#define ACPI_EXT_ORIGIN_FROM_OPCODE 0x10
1492#define ACPI_EXT_CONFLICTING_DECLARATION 0x20
1560#define ACPI_DB_DISABLE_OUTPUT 0x00
1561#define ACPI_DB_REDIRECTABLE_OUTPUT 0x01
1562#define ACPI_DB_CONSOLE_OUTPUT 0x02
1563#define ACPI_DB_DUPLICATE_OUTPUT 0x03
1581#define ACPI_MEM_MALLOC 0
1582#define ACPI_MEM_CALLOC 1
1583#define ACPI_MAX_MODULE_NAME 16
1585#define ACPI_COMMON_DEBUG_MEM_HEADER \
1586 struct acpi_debug_mem_block *Previous; \
1587 struct acpi_debug_mem_block *Next; \
1591 char Module[ACPI_MAX_MODULE_NAME]; \
1608#define ACPI_MEM_LIST_GLOBAL 0
1609#define ACPI_MEM_LIST_NSNODE 1
1610#define ACPI_MEM_LIST_MAX 1
1611#define ACPI_NUM_MEM_LISTS 2
1624#ifndef ACPI_ASL_COMPILER
unsigned int UINT32
Definition ProcessorBind.h:102
#define ACPI_DB_LINE_BUFFER_SIZE
Definition acconfig.h:369
#define ACPI_RESULTS_FRAME_OBJ_NUM
Definition acconfig.h:285
#define ACPI_METHOD_NUM_ARGS
Definition acconfig.h:274
UINT32 void * Context
Definition acevents.h:322
struct acpi_debug_mem_block ACPI_DEBUG_MEM_BLOCK
ACPI_STATUS(* ACPI_GPE_CALLBACK)(ACPI_GPE_XRUPT_INFO *GpeXruptInfo, ACPI_GPE_BLOCK_INFO *GpeBlock, void *Context)
Definition aclocal.h:736
struct acpi_file_node ACPI_FILE_NODE
#define ACPI_MAX_PARSEOP_NAME
Definition aclocal.h:1150
struct acpi_port_info ACPI_PORT_INFO
struct acpi_package_info ACPI_PACKAGE_INFO
struct acpi_mutex_info ACPI_MUTEX_INFO
struct acpi_table_list ACPI_TABLE_LIST
struct acpi_field_info ACPI_FIELD_INFO
struct acpi_name_info ACPI_NAME_INFO
struct asl_comment_state ASL_COMMENT_STATE
struct acpi_opcode_info ACPI_OPCODE_INFO
struct acpi_thread_state ACPI_THREAD_STATE
struct acpi_gpe_walk_info ACPI_GPE_WALK_INFO
struct acpi_find_context ACPI_FIND_CONTEXT
struct acpi_fixed_event_info ACPI_FIXED_EVENT_INFO
struct acpi_update_state ACPI_UPDATE_STATE
ACPI_STATUS(* ACPI_EXECUTE_OP)(struct acpi_walk_state *WalkState)
Definition aclocal.h:950
#define ACPI_STATE_COMMON
Definition aclocal.h:784
struct acpi_control_state ACPI_CONTROL_STATE
struct acpi_comment_node ACPI_COMMENT_NODE
ACPI_INTERPRETER_MODE
Definition aclocal.h:274
@ ACPI_IMODE_LOAD_PASS1
Definition aclocal.h:275
@ ACPI_IMODE_EXECUTE
Definition aclocal.h:277
@ ACPI_IMODE_LOAD_PASS2
Definition aclocal.h:276
ACPI_STATUS(* ACPI_PARSE_DOWNWARDS)(struct acpi_walk_state *WalkState, union acpi_parse_object **OutOp)
Definition aclocal.h:893
struct acpi_pkg_state ACPI_PKG_STATE
struct acpi_parse_state ACPI_PARSE_STATE
struct acpi_debug_mem_header ACPI_DEBUG_MEM_HEADER
ASL_COMMENT_TYPES
Definition aclocal.h:1053
@ OPENBRACE_COMMENT
Definition aclocal.h:1057
@ STD_DEFBLK_COMMENT
Definition aclocal.h:1059
@ INCLUDE_COMMENT
Definition aclocal.h:1064
@ STANDARD_COMMENT
Definition aclocal.h:1054
@ CLOSE_BRACE_COMMENT
Definition aclocal.h:1058
@ ENDBLK_COMMENT
Definition aclocal.h:1063
@ INLINE_COMMENT
Definition aclocal.h:1055
@ PARENTFILENAME_COMMENT
Definition aclocal.h:1062
@ FILENAME_COMMENT
Definition aclocal.h:1061
@ END_DEFBLK_COMMENT
Definition aclocal.h:1060
@ ENDNODE_COMMENT
Definition aclocal.h:1056
ACPI_STATUS(* ACPI_OBJECT_CONVERTER)(struct acpi_namespace_node *Scope, union acpi_operand_object *OriginalObject, union acpi_operand_object **ConvertedObject)
Definition aclocal.h:564
ACPI_STATUS(* ACPI_PARSE_UPWARDS)(struct acpi_walk_state *WalkState)
Definition aclocal.h:898
struct acpi_address_range ACPI_ADDRESS_RANGE
struct acpi_result_values ACPI_RESULT_VALUES
struct acpi_ns_search_data ACPI_NS_SEARCH_DATA
struct acpi_bit_register_info ACPI_BIT_REGISTER_INFO
#define ACPI_PARSE_COMMON
Definition aclocal.h:1024
struct acpi_namespace_node ACPI_NAMESPACE_NODE
struct acpi_integrity_info ACPI_INTEGRITY_INFO
struct acpi_object_info ACPI_OBJECT_INFO
struct acpi_tag_info ACPI_TAG_INFO
struct acpi_package_info3 ACPI_PACKAGE_INFO3
struct acpi_gpe_xrupt_info ACPI_GPE_XRUPT_INFO
struct acpi_gpe_handler_info ACPI_GPE_HANDLER_INFO
union acpi_parse_object ACPI_PARSE_OBJECT
struct acpi_namestring_info ACPI_NAMESTRING_INFO
struct acpi_fixed_event_handler ACPI_FIXED_EVENT_HANDLER
struct acpi_external_file ACPI_EXTERNAL_FILE
union acpi_parse_value ACPI_PARSE_VALUE
struct acpi_simple_repair_info ACPI_SIMPLE_REPAIR_INFO
struct acpi_parse_object_list ACPI_PARSE_OBJECT_LIST
ACPI_STATUS(* ACPI_INTERNAL_METHOD)(struct acpi_walk_state *WalkState)
Definition aclocal.h:432
union acpi_gpe_dispatch_info ACPI_GPE_DISPATCH_INFO
struct acpi_create_field_info ACPI_CREATE_FIELD_INFO
union acpi_predefined_info ACPI_PREDEFINED_INFO
union acpi_generic_state ACPI_GENERIC_STATE
struct acpi_pscope_state ACPI_PSCOPE_STATE
struct acpi_package_info2 ACPI_PACKAGE_INFO2
struct acpi_external_list ACPI_EXTERNAL_LIST
struct acpi_interface_info ACPI_INTERFACE_INFO
struct acpi_sci_handler_info ACPI_SCI_HANDLER_INFO
struct acpi_new_table_desc ACPI_NEW_TABLE_DESC
struct acpi_parse_obj_named ACPI_PARSE_OBJ_NAMED
struct acpi_notify_info ACPI_NOTIFY_INFO
struct acpi_comment_addr_node ACPI_COMMENT_ADDR_NODE
struct acpi_gpe_block_info ACPI_GPE_BLOCK_INFO
struct acpi_parse_obj_common ACPI_PARSE_OBJ_COMMON
struct acpi_parse_obj_asl ACPI_PARSE_OBJ_ASL
#define ACPI_COMMON_DEBUG_MEM_HEADER
Definition aclocal.h:1585
struct acpi_package_info4 ACPI_PACKAGE_INFO4
struct ah_predefined_name AH_PREDEFINED_NAME
struct acpi_gpe_register_info ACPI_GPE_REGISTER_INFO
struct acpi_scope_state ACPI_SCOPE_STATE
struct acpi_reg_walk_info ACPI_REG_WALK_INFO
struct ah_device_id AH_DEVICE_ID
struct acpi_gpe_device_info ACPI_GPE_DEVICE_INFO
UINT32 ACPI_MUTEX_HANDLE
Definition aclocal.h:160
struct acpi_db_method_info ACPI_DB_METHOD_INFO
struct acpi_gpe_event_info ACPI_GPE_EVENT_INFO
struct acpi_rw_lock ACPI_RW_LOCK
struct acpi_gpe_notify_info ACPI_GPE_NOTIFY_INFO
struct acpi_global_notify_handler ACPI_GLOBAL_NOTIFY_HANDLER
struct acpi_common_state ACPI_COMMON_STATE
ACPI_BUFFER *RetBuffer ACPI_BUFFER *RetBuffer char * Name
Definition acpixf.h:1159
ACPI_PHYSICAL_ADDRESS ACPI_SIZE Length
Definition acpixf.h:638
unsigned short UINT16
Definition actypes.h:237
unsigned char BOOLEAN
Definition actypes.h:235
UINT32 ACPI_OBJECT_TYPE
Definition actypes.h:784
#define ACPI_MUTEX
Definition actypes.h:381
UINT8 ACPI_ADR_SPACE_TYPE
Definition actypes.h:957
#define ACPI_TOTAL_TYPES
Definition actypes.h:828
UINT32(* ACPI_SCI_HANDLER)(void *Context)
Definition actypes.h:1230
uint32_t ACPI_STATUS
Definition actypes.h:568
void(* ACPI_NOTIFY_HANDLER)(ACPI_HANDLE Device, UINT32 Value, void *Context)
Definition actypes.h:1254
UINT32(* ACPI_GPE_HANDLER)(ACPI_HANDLE GpeDevice, UINT32 GpeNumber, void *Context)
Definition actypes.h:1248
UINT32(* ACPI_EVENT_HANDLER)(void *Context)
Definition actypes.h:1244
unsigned char UINT8
Definition actypes.h:236
void * ACPI_HANDLE
Definition actypes.h:571
COMPILER_DEPENDENT_UINT64 UINT64
Definition actypes.h:239
#define ACPI_THREAD_ID
Definition actypes.h:252
UINT8 ACPI_OWNER_ID
Definition actypes.h:594
#define ACPI_NAME_SIZE
Definition actypes.h:523
ACPI_PHYSICAL_ADDRESS EndAddress
Definition aclocal.h:960
struct acpi_address_range * Next
Definition aclocal.h:957
ACPI_PHYSICAL_ADDRESS StartAddress
Definition aclocal.h:959
ACPI_NAMESPACE_NODE * RegionNode
Definition aclocal.h:958
Definition aclocal.h:1253
UINT8 ParentRegister
Definition aclocal.h:1254
UINT8 BitPosition
Definition aclocal.h:1255
UINT16 AccessBitMask
Definition aclocal.h:1256
UINT64 LoopTimeout
Definition aclocal.h:837
UINT8 * AmlPredicateStart
Definition aclocal.h:835
UINT8 * PackageEnd
Definition aclocal.h:836
union acpi_parse_object * PredicateOp
Definition aclocal.h:834
ACPI_STATE_COMMON UINT16 Opcode
Definition aclocal.h:833
UINT8 FieldFlags
Definition aclocal.h:423
UINT16 PinNumberIndex
Definition aclocal.h:422
ACPI_NAMESPACE_NODE * DataRegisterNode
Definition aclocal.h:415
UINT32 FieldBitPosition
Definition aclocal.h:419
UINT8 * ResourceBuffer
Definition aclocal.h:417
ACPI_NAMESPACE_NODE * RegionNode
Definition aclocal.h:412
UINT8 AccessLength
Definition aclocal.h:426
UINT32 BankValue
Definition aclocal.h:418
UINT32 FieldBitLength
Definition aclocal.h:420
UINT8 Attribute
Definition aclocal.h:424
ACPI_NAMESPACE_NODE * RegisterNode
Definition aclocal.h:414
ACPI_NAMESPACE_NODE * FieldNode
Definition aclocal.h:413
ACPI_NAMESPACE_NODE * ConnectionNode
Definition aclocal.h:416
UINT16 ResourceLength
Definition aclocal.h:421
UINT8 FieldType
Definition aclocal.h:425
Definition aclocal.h:1517
UINT32 Flags
Definition aclocal.h:1528
char NumThreadsStr[11]
Definition aclocal.h:1546
UINT32 NumLoops
Definition aclocal.h:1529
ACPI_THREAD_ID * Threads
Definition aclocal.h:1522
char IndexOfThreadStr[11]
Definition aclocal.h:1548
ACPI_HANDLE ThreadCompleteGate
Definition aclocal.h:1520
UINT32 NumCompleted
Definition aclocal.h:1525
char InitArgs
Definition aclocal.h:1541
UINT32 NumCreated
Definition aclocal.h:1524
char Pathname[ACPI_DB_LINE_BUFFER_SIZE]
Definition aclocal.h:1530
char * Arguments[ACPI_METHOD_NUM_ARGS]
Definition aclocal.h:1545
ACPI_HANDLE InfoGate
Definition aclocal.h:1521
char * Name
Definition aclocal.h:1527
ACPI_OBJECT_TYPE * Types
Definition aclocal.h:1532
char IdOfThreadStr[11]
Definition aclocal.h:1547
ACPI_HANDLE MainThreadGate
Definition aclocal.h:1519
ACPI_HANDLE Method
Definition aclocal.h:1518
char ** Args
Definition aclocal.h:1531
UINT32 NumThreads
Definition aclocal.h:1523
Definition aclocal.h:1601
ACPI_COMMON_DEBUG_MEM_HEADER UINT64 UserSpace
Definition aclocal.h:1603
Definition aclocal.h:1496
struct acpi_external_file * Next
Definition aclocal.h:1498
char * Path
Definition aclocal.h:1497
Definition aclocal.h:1474
char * InternalPath
Definition aclocal.h:1476
UINT32 Value
Definition aclocal.h:1478
UINT16 Length
Definition aclocal.h:1479
UINT8 Type
Definition aclocal.h:1481
UINT16 Flags
Definition aclocal.h:1480
struct acpi_external_list * Next
Definition aclocal.h:1477
char * Path
Definition aclocal.h:1475
UINT32 PkgLength
Definition aclocal.h:766
UINT8 FieldFlag
Definition aclocal.h:765
UINT8 SkipField
Definition aclocal.h:764
Definition aclocal.h:1111
struct acpi_file_node * Parent
Definition aclocal.h:1117
char * FileEnd
Definition aclocal.h:1115
struct acpi_file_node * Next
Definition aclocal.h:1116
void * File
Definition aclocal.h:1112
char * Filename
Definition aclocal.h:1113
BOOLEAN IncludeWritten
Definition aclocal.h:1118
char * FileStart
Definition aclocal.h:1114
ACPI_COMMENT_NODE * IncludeComment
Definition aclocal.h:1119
UINT32 * Count
Definition aclocal.h:375
ACPI_HANDLE * List
Definition aclocal.h:374
char * SearchFor
Definition aclocal.h:373
ACPI_EVENT_HANDLER Handler
Definition aclocal.h:746
void * Context
Definition aclocal.h:747
UINT8 EnableRegisterId
Definition aclocal.h:754
UINT16 EnableBitMask
Definition aclocal.h:756
UINT8 StatusRegisterId
Definition aclocal.h:753
UINT16 StatusBitMask
Definition aclocal.h:755
ACPI_NOTIFY_HANDLER Handler
Definition aclocal.h:906
void * Context
Definition aclocal.h:907
UINT8 SpaceId
Definition aclocal.h:701
UINT16 BlockBaseNumber
Definition aclocal.h:700
UINT32 RegisterCount
Definition aclocal.h:698
UINT16 GpeCount
Definition aclocal.h:699
BOOLEAN Initialized
Definition aclocal.h:702
struct acpi_gpe_block_info * Previous
Definition aclocal.h:692
ACPI_GPE_REGISTER_INFO * RegisterInfo
Definition aclocal.h:695
struct acpi_gpe_block_info * Next
Definition aclocal.h:693
ACPI_NAMESPACE_NODE * Node
Definition aclocal.h:691
ACPI_GPE_EVENT_INFO * EventInfo
Definition aclocal.h:696
UINT64 Address
Definition aclocal.h:697
struct acpi_gpe_xrupt_info * XruptBlock
Definition aclocal.h:694
UINT32 NextBlockBaseIndex
Definition aclocal.h:730
ACPI_NAMESPACE_NODE * GpeDevice
Definition aclocal.h:732
ACPI_STATUS Status
Definition aclocal.h:731
UINT32 Index
Definition aclocal.h:729
UINT8 RuntimeCount
Definition aclocal.h:666
struct acpi_gpe_register_info * RegisterInfo
Definition aclocal.h:663
union acpi_gpe_dispatch_info Dispatch
Definition aclocal.h:662
BOOLEAN DisableForDispatch
Definition aclocal.h:667
UINT8 Flags
Definition aclocal.h:664
UINT8 GpeNumber
Definition aclocal.h:665
void * Context
Definition aclocal.h:628
ACPI_NAMESPACE_NODE * MethodNode
Definition aclocal.h:629
UINT8 OriginalFlags
Definition aclocal.h:630
BOOLEAN OriginallyEnabled
Definition aclocal.h:631
ACPI_GPE_HANDLER Address
Definition aclocal.h:627
struct acpi_gpe_notify_info * Next
Definition aclocal.h:640
ACPI_NAMESPACE_NODE * DeviceNode
Definition aclocal.h:639
UINT8 MaskForRun
Definition aclocal.h:680
UINT8 EnableForRun
Definition aclocal.h:679
ACPI_GENERIC_ADDRESS EnableAddress
Definition aclocal.h:676
UINT8 EnableMask
Definition aclocal.h:681
ACPI_GENERIC_ADDRESS StatusAddress
Definition aclocal.h:675
UINT8 EnableForWake
Definition aclocal.h:678
UINT16 BaseGpeNumber
Definition aclocal.h:677
ACPI_GPE_BLOCK_INFO * GpeBlock
Definition aclocal.h:720
UINT16 Count
Definition aclocal.h:721
ACPI_NAMESPACE_NODE * GpeDevice
Definition aclocal.h:719
BOOLEAN ExecuteByOwnerId
Definition aclocal.h:723
ACPI_OWNER_ID OwnerId
Definition aclocal.h:722
UINT32 InterruptNumber
Definition aclocal.h:713
struct acpi_gpe_xrupt_info * Previous
Definition aclocal.h:710
struct acpi_gpe_xrupt_info * Next
Definition aclocal.h:711
ACPI_GPE_BLOCK_INFO * GpeBlockListHead
Definition aclocal.h:712
Definition aclocal.h:1553
UINT32 Objects
Definition aclocal.h:1555
UINT32 Nodes
Definition aclocal.h:1554
Definition aclocal.h:1370
UINT8 Flags
Definition aclocal.h:1373
char * Name
Definition aclocal.h:1371
struct acpi_interface_info * Next
Definition aclocal.h:1372
UINT8 Value
Definition aclocal.h:1374
UINT32 UseCount
Definition aclocal.h:242
ACPI_THREAD_ID ThreadId
Definition aclocal.h:243
ACPI_MUTEX Mutex
Definition aclocal.h:241
UINT8 ExpectedBtypes
Definition aclocal.h:485
UINT16 ArgumentList
Definition aclocal.h:484
char Name[ACPI_NAME_SIZE]
Definition aclocal.h:483
union acpi_operand_object * Object
Definition aclocal.h:295
struct acpi_namespace_node * Child
Definition aclocal.h:302
ACPI_OWNER_ID OwnerId
Definition aclocal.h:299
struct acpi_namespace_node * Parent
Definition aclocal.h:301
UINT8 Type
Definition aclocal.h:297
struct acpi_namespace_node * Peer
Definition aclocal.h:303
ACPI_NAME_UNION Name
Definition aclocal.h:300
UINT8 Flags
Definition aclocal.h:298
UINT8 DescriptorType
Definition aclocal.h:296
UINT32 Length
Definition aclocal.h:400
const char * NextExternalChar
Definition aclocal.h:398
char * InternalName
Definition aclocal.h:399
const char * ExternalName
Definition aclocal.h:397
UINT32 NumCarats
Definition aclocal.h:402
UINT32 NumSegments
Definition aclocal.h:401
BOOLEAN FullyQualified
Definition aclocal.h:403
ACPI_TABLE_HEADER * Table
Definition aclocal.h:360
struct acpi_new_table_desc * Next
Definition aclocal.h:361
ACPI_GLOBAL_NOTIFY_HANDLER * Global
Definition aclocal.h:921
ACPI_STATE_COMMON UINT8 HandlerListId
Definition aclocal.h:918
ACPI_NAMESPACE_NODE * Node
Definition aclocal.h:919
union acpi_operand_object * HandlerListHead
Definition aclocal.h:920
ACPI_NAMESPACE_NODE * Node
Definition aclocal.h:382
Definition aclocal.h:1567
UINT32 Types[ACPI_TOTAL_TYPES]
Definition aclocal.h:1568
UINT32 ParseArgs
Definition aclocal.h:979
UINT8 Class
Definition aclocal.h:983
UINT16 Flags
Definition aclocal.h:981
UINT32 RuntimeArgs
Definition aclocal.h:980
UINT8 Type
Definition aclocal.h:984
UINT8 ObjectType
Definition aclocal.h:982
UINT8 Reserved
Definition aclocal.h:520
UINT8 ObjectType[4]
Definition aclocal.h:519
UINT8 Count
Definition aclocal.h:518
UINT8 Type
Definition aclocal.h:517
UINT8 ObjectType[2]
Definition aclocal.h:530
UINT8 Count
Definition aclocal.h:529
UINT8 Type
Definition aclocal.h:528
UINT16 Reserved
Definition aclocal.h:532
UINT8 TailObjectType
Definition aclocal.h:531
UINT16 Reserved
Definition aclocal.h:543
UINT8 PkgCount
Definition aclocal.h:542
UINT8 Count1
Definition aclocal.h:540
UINT8 Type
Definition aclocal.h:538
UINT8 SubObjectTypes
Definition aclocal.h:541
UINT8 ObjectType1
Definition aclocal.h:539
UINT8 ObjectType2
Definition aclocal.h:507
UINT8 ObjectType1
Definition aclocal.h:505
UINT16 Reserved
Definition aclocal.h:509
UINT8 Type
Definition aclocal.h:504
UINT8 Count2
Definition aclocal.h:508
UINT8 Count1
Definition aclocal.h:506
Definition aclocal.h:1153
UINT8 AmlOpcodeLength
Definition aclocal.h:1177
char * ExternalName
Definition aclocal.h:1160
UINT32 CompileFlags
Definition aclocal.h:1175
UINT32 FinalAmlOffset
Definition aclocal.h:1174
char * Filename
Definition aclocal.h:1157
ACPI_PARSE_COMMON union acpi_parse_object * Child
Definition aclocal.h:1155
union acpi_parse_object * ParentMethod
Definition aclocal.h:1156
UINT32 FinalAmlLength
Definition aclocal.h:1173
UINT16 ParseOpcode
Definition aclocal.h:1176
UINT8 Extra
Definition aclocal.h:1179
char ParseOpName[ACPI_MAX_PARSEOP_NAME]
Definition aclocal.h:1180
UINT32 AmlSubtreeLength
Definition aclocal.h:1172
BOOLEAN FileChanged
Definition aclocal.h:1158
UINT32 LineNumber
Definition aclocal.h:1165
UINT32 LogicalLineNumber
Definition aclocal.h:1166
UINT32 ExtraValue
Definition aclocal.h:1163
UINT8 AmlPkgLenBytes
Definition aclocal.h:1178
UINT32 Column
Definition aclocal.h:1164
UINT32 AcpiBtype
Definition aclocal.h:1170
char * Namepath
Definition aclocal.h:1161
UINT32 LogicalByteOffset
Definition aclocal.h:1167
UINT32 EndLine
Definition aclocal.h:1168
char * ParentFilename
Definition aclocal.h:1159
UINT32 AmlLength
Definition aclocal.h:1171
UINT32 EndLogicalLine
Definition aclocal.h:1169
char NameSeg[4]
Definition aclocal.h:1162
Definition aclocal.h:1128
Definition aclocal.h:1138
UINT32 Length
Definition aclocal.h:1142
ACPI_PARSE_COMMON char * Path
Definition aclocal.h:1140
UINT8 * Data
Definition aclocal.h:1141
UINT32 Name
Definition aclocal.h:1143
Definition aclocal.h:1504
struct acpi_parse_object_list * Next
Definition aclocal.h:1506
ACPI_PARSE_OBJECT * Op
Definition aclocal.h:1505
Definition aclocal.h:1208
UINT8 * PkgStart
Definition aclocal.h:1212
union acpi_parse_object * StartOp
Definition aclocal.h:1214
union acpi_generic_state * Scope
Definition aclocal.h:1216
UINT32 AmlSize
Definition aclocal.h:1218
UINT8 * PkgEnd
Definition aclocal.h:1213
UINT8 * AmlEnd
Definition aclocal.h:1211
union acpi_parse_object * StartScope
Definition aclocal.h:1217
struct acpi_namespace_node * StartNode
Definition aclocal.h:1215
UINT8 * AmlStart
Definition aclocal.h:1209
UINT8 * Aml
Definition aclocal.h:1210
void * ThisTargetObj
Definition aclocal.h:820
union acpi_operand_object * SourceObject
Definition aclocal.h:817
struct acpi_walk_state * WalkState
Definition aclocal.h:819
ACPI_STATE_COMMON UINT32 Index
Definition aclocal.h:816
union acpi_operand_object * DestObject
Definition aclocal.h:818
UINT32 NumPackages
Definition aclocal.h:821
Definition aclocal.h:1385
char * Name
Definition aclocal.h:1386
UINT16 End
Definition aclocal.h:1388
UINT8 OsiDependency
Definition aclocal.h:1389
UINT16 Start
Definition aclocal.h:1387
UINT8 * PkgEnd
Definition aclocal.h:859
UINT32 ArgList
Definition aclocal.h:860
union acpi_parse_object * Op
Definition aclocal.h:857
UINT8 * ArgEnd
Definition aclocal.h:858
ACPI_STATE_COMMON UINT32 ArgCount
Definition aclocal.h:856
UINT32 Function
Definition aclocal.h:600
UINT32 RegRunCount
Definition aclocal.h:601
ACPI_ADR_SPACE_TYPE SpaceId
Definition aclocal.h:602
ACPI_STATE_COMMON union acpi_operand_object * ObjDesc[ACPI_RESULTS_FRAME_OBJ_NUM]
Definition aclocal.h:887
ACPI_MUTEX ReaderMutex
Definition aclocal.h:208
ACPI_MUTEX WriterMutex
Definition aclocal.h:207
UINT32 NumReaders
Definition aclocal.h:209
struct acpi_sci_handler_info * Next
Definition aclocal.h:617
void * Context
Definition aclocal.h:619
ACPI_SCI_HANDLER Address
Definition aclocal.h:618
ACPI_STATE_COMMON ACPI_NAMESPACE_NODE * Node
Definition aclocal.h:848
UINT32 PackageIndex
Definition aclocal.h:573
UINT32 UnexpectedBtypes
Definition aclocal.h:572
ACPI_OBJECT_CONVERTER ObjectConverter
Definition aclocal.h:574
char Name[ACPI_NAME_SIZE]
Definition aclocal.h:571
UINT8 Flags
Definition aclocal.h:345
UINT32 CurrentTableCount
Definition aclocal.h:343
ACPI_TABLE_DESC * Tables
Definition aclocal.h:342
UINT32 MaxTableCount
Definition aclocal.h:344
UINT32 BitLength
Definition aclocal.h:993
UINT32 BitOffset
Definition aclocal.h:992
struct acpi_walk_state * WalkStateList
Definition aclocal.h:873
ACPI_STATE_COMMON UINT8 CurrentSyncLevel
Definition aclocal.h:872
union acpi_operand_object * AcquiredMutexList
Definition aclocal.h:874
ACPI_THREAD_ID ThreadId
Definition aclocal.h:875
ACPI_STATE_COMMON union acpi_operand_object * Object
Definition aclocal.h:805
Definition acstruct.h:182
Definition aclocal.h:1631
char * Name
Definition aclocal.h:1632
char * Description
Definition aclocal.h:1633
Definition aclocal.h:1621
char * Name
Definition aclocal.h:1622
char * Description
Definition aclocal.h:1623
char * Action
Definition aclocal.h:1625
Definition aclocal.h:1645
char * Description
Definition aclocal.h:1647
char * Signature
Definition aclocal.h:1646
Definition aclocal.h:1638
char * Description
Definition aclocal.h:1639
char * String
Definition aclocal.h:1640
ACPI_RESULT_VALUES Results
Definition aclocal.h:937
ACPI_THREAD_STATE Thread
Definition aclocal.h:936
ACPI_COMMON_STATE Common
Definition aclocal.h:930
ACPI_SCOPE_STATE Scope
Definition aclocal.h:933
ACPI_UPDATE_STATE Update
Definition aclocal.h:932
ACPI_NOTIFY_INFO Notify
Definition aclocal.h:938
ACPI_PSCOPE_STATE ParseScope
Definition aclocal.h:934
ACPI_PKG_STATE Pkg
Definition aclocal.h:935
ACPI_CONTROL_STATE Control
Definition aclocal.h:931
ACPI_GPE_HANDLER_INFO * Handler
Definition aclocal.h:651
ACPI_GPE_NOTIFY_INFO * NotifyList
Definition aclocal.h:652
ACPI_NAMESPACE_NODE * MethodNode
Definition aclocal.h:650
Definition acobject.h:623
Definition aclocal.h:1185
ACPI_PARSE_OBJ_NAMED Named
Definition aclocal.h:1187
ACPI_PARSE_OBJ_ASL Asl
Definition aclocal.h:1188
ACPI_PARSE_OBJ_COMMON Common
Definition aclocal.h:1186
Definition aclocal.h:1000
char * Name
Definition aclocal.h:1005
union acpi_parse_object * Arg
Definition aclocal.h:1006
UINT8 * Buffer
Definition aclocal.h:1004
UINT64 Integer
Definition aclocal.h:1001
char * String
Definition aclocal.h:1003
ACPI_TAG_INFO Tag
Definition aclocal.h:1007
UINT32 Size
Definition aclocal.h:1002
ACPI_PACKAGE_INFO2 RetInfo2
Definition aclocal.h:551
ACPI_PACKAGE_INFO4 RetInfo4
Definition aclocal.h:553
ACPI_NAME_INFO Info
Definition aclocal.h:549
ACPI_PACKAGE_INFO RetInfo
Definition aclocal.h:550
ACPI_PACKAGE_INFO3 RetInfo3
Definition aclocal.h:552