Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1206 typedef struct acpi_parse_state struct
1208 UINT8 *AmlStart; /* First AML byte */
1209 UINT8 *Aml; /* Next AML byte */
1210 UINT8 *AmlEnd; /* (last + 1) AML byte */
1211 UINT8 *PkgStart; /* Current package begin */
1212 UINT8 *PkgEnd; /* Current package end */
1213 union acpi_parse_object *StartOp; /* Root of parse tree */
1214 struct acpi_namespace_node *StartNode;
1215 union acpi_generic_state *Scope; /* Current scope */
1216 union acpi_parse_object *StartScope;
[all …]