Home
last modified time | relevance | path

Searched refs:ANOBJ_METHOD_LOCAL (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexresnte.c128 (Node->Flags & (ANOBJ_METHOD_ARG | ANOBJ_METHOD_LOCAL))) in AcpiExResolveNodeToValue()
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmthdat.c132 WalkState->LocalVariables[i].Flags = ANOBJ_METHOD_LOCAL; in AcpiDsMethodDataInit()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Daclocal.h218 #define ANOBJ_METHOD_LOCAL 0x08 /* Node is a method local */ macro