Home
last modified time | relevance | path

Searched defs:acpi_walk_state (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h181 typedef struct acpi_walk_state struct
183 struct acpi_walk_state *Next; /* Next WalkState in list */ argument
184 UINT8 DescriptorType; /* To differentiate various internal objs */
185 UINT8 WalkType;
186 UINT16 Opcode; /* Current AML opcode */
187 UINT8 NextOpInfo; /* Info about NextOp */
188 UINT8 NumOperands; /* Stack pointer for Operands[] array */
189 … OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
190 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */
191 BOOLEAN LastPredicate; /* Result of last predicate */
[all …]