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

  /src/sys/external/bsd/acpica/dist/compiler/
asllookup.c 230 ASL_METHOD_LOCAL *MethodLocals;
237 if (!Node->Op || !Node->MethodLocals)
242 MethodLocals = (ASL_METHOD_LOCAL *) Node->MethodLocals;
252 if ((MethodLocals[i].Flags & ASL_LOCAL_INITIALIZED) &&
253 (!(MethodLocals[i].Flags & ASL_LOCAL_REFERENCED)))
257 MethodLocals[i].Op, AslGbl_MsgBuffer);
aslxref.c 430 ASL_METHOD_LOCAL *MethodLocals = NULL;
448 if (!Node->MethodLocals)
452 MethodLocals = UtLocalCalloc (
454 Node->MethodLocals = MethodLocals;
525 MethodLocals = Node->MethodLocals;
531 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_INITIALIZED;
532 MethodLocals[RegisterNumber].Op = Op;
539 MethodLocals[RegisterNumber].Flags |= ASL_LOCAL_REFERENCED
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 310 void *MethodLocals;

Completed in 62 milliseconds