Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswexec.c396 UINT32 OpType; in AcpiDsExecEndOp() local
406 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp()
480 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp()
524 switch (OpType) in AcpiDsExecEndOp()
730 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsopinfo.c204 UINT32 OpType) in AcpiPsGetArgumentCount() argument
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount()
209 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacparser.h180 UINT32 OpType);
H A Dacdebug.h99 UINT32 OpType))