Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasllookup.c230 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local
237 if (!Node->Op || !Node->MethodLocals) in LkIsObjectUsed()
242 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals; in LkIsObjectUsed()
252 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) && in LkIsObjectUsed()
253 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED))) in LkIsObjectUsed()
257 MethodLocals[i].Op, MsgBuffer); in LkIsObjectUsed()
H A Daslxref.c452 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local
467 if (!Node->MethodLocals) in XfNamespaceLocateBegin()
471 MethodLocals = UtLocalCalloc ( in XfNamespaceLocateBegin()
473 Node->MethodLocals = MethodLocals; in XfNamespaceLocateBegin()
544 MethodLocals = Node->MethodLocals; in XfNamespaceLocateBegin()
550 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED; in XfNamespaceLocateBegin()
551 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
558 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED; in XfNamespaceLocateBegin()
559 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h310 void *MethodLocals; member