Searched refs:OpType (Results 1 - 4 of 4) 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));
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacdebug.h99 UINT32 OpType))
H A Dacparser.h180 UINT32 OpType);

Completed in 50 milliseconds