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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddsopcode.c522 ACPI_OPERAND_OBJECT *OperandDesc; local
573 OperandDesc = WalkState->Operands[WalkState->NumOperands - 1];
575 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
576 AcpiUtRemoveReference (OperandDesc);
591 OperandDesc = WalkState->Operands[WalkState->NumOperands - 2];
594 OperandDesc->Integer.Value;
595 AcpiUtRemoveReference (OperandDesc);
869 ACPI_OPERAND_OBJECT *OperandDesc; local
921 OperandDesc = WalkState->Operands[0];
940 ObjDesc->BankField.Value = (UINT32) OperandDesc
[all...]

Completed in 27 milliseconds