Home
last modified time | relevance | path

Searched refs:aml_lastscope (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/acpi/
H A Dacpidebug.c336 extern struct aml_scope *aml_lastscope; in db_acpi_trace()
338 for (root=aml_lastscope; root && root->pos; root=root->parent) { in db_acpi_trace()
H A Ddsdt.c259 struct aml_scope *aml_lastscope; variable
277 for (root = aml_lastscope; root && root->pos; root = root->parent) { in _aml_die()
1909 aml_lastscope = scope; in aml_pushscope()
1938 aml_lastscope = nscope; in aml_popscope()