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

/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c414 ACPI_OPERAND_OBJECT *OperandDesc; local
463 OperandDesc = WalkState->Operands[WalkState->NumOperands - 1];
465 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
466 AcpiUtRemoveReference (OperandDesc);
472 OperandDesc = WalkState->Operands[WalkState->NumOperands - 2];
475 OperandDesc->Integer.Value;
476 AcpiUtRemoveReference (OperandDesc);
736 ACPI_OPERAND_OBJECT *OperandDesc; local
788 OperandDesc = WalkState->Operands[0];
807 ObjDesc->BankField.Value = (UINT32) OperandDesc
[all...]

Completed in 44 milliseconds