Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasllookup.c122 ASL_METHOD_LOCAL *MethodLocals; in LkIsObjectUsed() local
129 if (!Node->Op || !Node->MethodLocals) in LkIsObjectUsed()
134 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals; in LkIsObjectUsed()
144 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) && in LkIsObjectUsed()
145 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED))) in LkIsObjectUsed()
149 MethodLocals[i].Op, AslGbl_MsgBuffer); in LkIsObjectUsed()
H A Daslxref.c322 ASL_METHOD_LOCAL *MethodLocals = NULL; in XfNamespaceLocateBegin() local
340 if (!Node->MethodLocals) in XfNamespaceLocateBegin()
344 MethodLocals = UtLocalCalloc ( in XfNamespaceLocateBegin()
346 Node->MethodLocals = MethodLocals; in XfNamespaceLocateBegin()
417 MethodLocals = Node->MethodLocals; in XfNamespaceLocateBegin()
423 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED; in XfNamespaceLocateBegin()
424 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
431 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED; in XfNamespaceLocateBegin()
432 MethodLocals[RegisterNumber].Op = Op; in XfNamespaceLocateBegin()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Daclocal.h202 void *MethodLocals; member