Searched defs:OpType (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsopinfo.c194 * PARAMETERS: OpType - Type associated with the AML opcode
204 UINT32 OpType)
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R)
209 return (AcpiGbl_ArgumentCount[OpType]);
203 AcpiPsGetArgumentCount( UINT32 OpType) argument
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswexec.c396 UINT32 OpType; local
406 OpType = WalkState->OpInfo->Type;
480 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
524 switch (OpType)
730 OpClass, OpType, Op->Common.AmlOpcode, Op));

Completed in 44 milliseconds