Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c236 (Node->Flags & (ANOBJ_METHOD_ARG | ANOBJ_METHOD_LOCAL))) in AcpiExResolveNodeToValue()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbobject.c336 if (Node->Flags & ANOBJ_METHOD_LOCAL) in AcpiDbDecodeNode()
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmthdat.c240 WalkState->LocalVariables[i].Flags = ANOBJ_METHOD_LOCAL; in AcpiDsMethodDataInit()
/freebsd/sys/contrib/dev/acpica/include/
H A Daclocal.h326 #define ANOBJ_METHOD_LOCAL 0x08 /* Node is a method local */ macro