aml_lastscope 335 dev/acpi/acpidebug.c extern struct aml_scope *aml_lastscope;
aml_lastscope 337 dev/acpi/acpidebug.c for (root=aml_lastscope; root && root->pos; root=root->parent) {
aml_lastscope 294 dev/acpi/dsdt.c struct aml_scope *aml_lastscope;
aml_lastscope 307 dev/acpi/dsdt.c for (root = aml_lastscope; root && root->pos; root = root->parent) {
aml_lastscope 917 dev/acpi/dsdt.c aml_lastscope = scope;
aml_lastscope 943 dev/acpi/dsdt.c aml_lastscope = nscope;