HomeSort by: relevance | last modified time | path
    Searched refs:MethodLocals (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
asllookup.c 122 ASL_METHOD_LOCAL *MethodLocals;
129 if (!Node->Op || !Node->MethodLocals)
134 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals;
144 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) &&
145 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED)))
149 MethodLocals[i].Op, AslGbl_MsgBuffer);
aslxref.c 322 ASL_METHOD_LOCAL *MethodLocals = NULL;
340 if (!Node->MethodLocals)
344 MethodLocals = UtLocalCalloc (
346 Node->MethodLocals = MethodLocals;
417 MethodLocals = Node->MethodLocals;
423 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED;
424 MethodLocals[RegisterNumber].Op = Op;
431 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 202 void *MethodLocals;

Completed in 18 milliseconds