Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h150 typedef struct acpi_walk_state struct
152 struct acpi_walk_state *Next; /* Next WalkState in list */ argument
153 UINT8 DescriptorType; /* To differentiate various internal objs */
154 UINT8 WalkType;
155 UINT16 Opcode; /* Current AML opcode */
156 UINT8 NextOpInfo; /* Info about NextOp */
157 UINT8 NumOperands; /* Stack pointer for Operands[] array */
158 … OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */
159 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */
160 BOOLEAN LastPredicate; /* Result of last predicate */
[all …]