Searched refs:OpType (Results 1 – 6 of 6) sorted by relevance
397 UINT32 OpType; in AcpiDsExecEndOp() local410 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp()482 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp()526 switch (OpType) in AcpiDsExecEndOp()755 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
204 UINT32 OpType) in AcpiPsGetArgumentCount() argument207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount()209 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
645 IN COMMAND_TYPE OpType);1296 IN COMMAND_TYPE OpType) in ParseCommandBinaryOp() argument1300 if (OpType == C_OP_LOWEST) // i.e. CP_MULTI in ParseCommandBinaryOp()1395 if (OpType == C_OP_HIGHEST) in ParseCommandBinaryOp()1398 Cmd = ParseCommandBinaryOp(OpType + 1); in ParseCommandBinaryOp()1400 if (Cmd && !_tcscmp(CurrentToken, OpString[OpType - C_OP_LOWEST])) in ParseCommandBinaryOp()1405 Right = ParseCommandOp(OpType); in ParseCommandBinaryOp()1414 if (!bParseError && (OpType != C_MULTI)) in ParseCommandBinaryOp()1427 Cmd = AllocCommand(OpType, NULL, NULL); in ParseCommandBinaryOp()1448 IN COMMAND_TYPE OpType) in ParseCommandOp() argument[all …]
237 } OpType; typedef
102 UINT32 OpType))
184 UINT32 OpType);