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 203 UINT16 ParseOpcode;
213 if (Op->Asl.ParseOpcode != PARSEOP_TOPLD)
228 ParseOpcode = ThisOp->Asl.Child->Asl.ParseOpcode;
231 switch (ThisOp->Asl.ParseOpcode)
235 if (ParseOpcode != PARSEOP_INTEGER)
252 if (ParseOpcode != PARSEOP_INTEGER)
271 if (ParseOpcode != PARSEOP_INTEGER)
283 if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_RED)
287 else if (ThisOp->Asl.ParseOpcode == PARSEOP_PLD_GREEN
    [all...]
aslprune.c 179 UINT16 ParseOpcode;
212 PruneObj.ParseOpcode = (UINT16) PARSEOP_DEVICE;
216 PruneObj.ParseOpcode = (UINT16) PARSEOP_METHOD;
220 PruneObj.ParseOpcode = (UINT16) PARSEOP_IF;
301 if ((Op->Asl.ParseOpcode != PruneObj->ParseOpcode) &&
302 !(Op->Asl.ParseOpcode == PARSEOP_ELSE &&
303 PruneObj->ParseOpcode == PARSEOP_IF))
308 switch (Op->Asl.ParseOpcode)
329 if (Op->Asl.ParseOpcode == PARSEOP_ELSE
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1185 UINT16 ParseOpcode;

Completed in 135 milliseconds