Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/acpi/
Dacpidebug.c337 extern struct aml_scope *aml_lastscope; in db_acpi_trace()
339 for (root=aml_lastscope; root && root->pos; root=root->parent) { in db_acpi_trace()
Ddsdt.c261 struct aml_scope *aml_lastscope; variable
279 for (root = aml_lastscope; root && root->pos; root = root->parent) { in _aml_die()
1919 aml_lastscope = scope; in aml_pushscope()
1948 aml_lastscope = nscope; in aml_popscope()