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

  /src/sys/external/bsd/acpica/dist/compiler/
aslpld.c 95 UINT16 ParseOpcode;
105 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD)
120 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode;
123 switch (ThisOp->Asl.ParseOpcode)
127 if (ParseOpcode != PARSEOP_INTEGER)
144 if (ParseOpcode != PARSEOP_INTEGER)
163 if (ParseOpcode != PARSEOP_INTEGER)
175 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED)
179 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN
    [all...]
aslprune.c 71 UINT16 ParseOpcode;
104 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
108 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
112 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF;
193 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) &&
194 !(Op->Asl.ParseOpcode == PARSEOP_ELSE &&
195 PruneObj->ParseOpcode == PARSEOP_IF))
200 switch (Op->Asl.ParseOpcode)
221 if (Op->Asl.ParseOpcode == PARSEOP_ELSE
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1077 UINT16 ParseOpcode;

Completed in 22 milliseconds