Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg1.c627 ACPI_OPERAND_OBJECT *TempDesc; in AcpiExOpcode_1A_0T_1R() local
678 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R()
679 if (ACPI_GET_DESCRIPTOR_TYPE (TempDesc) == ACPI_DESC_TYPE_OPERAND) in AcpiExOpcode_1A_0T_1R()
683 AcpiUtAddReference (TempDesc); in AcpiExOpcode_1A_0T_1R()
693 Status = AcpiExResolveOperands (AML_LNOT_OP, &TempDesc, WalkState); in AcpiExOpcode_1A_0T_1R()
709 ReturnDesc->Integer.Value = TempDesc->Integer.Value + 1; in AcpiExOpcode_1A_0T_1R()
713 ReturnDesc->Integer.Value = TempDesc->Integer.Value - 1; in AcpiExOpcode_1A_0T_1R()
718 AcpiUtRemoveReference (TempDesc); in AcpiExOpcode_1A_0T_1R()
762 WalkState, Operand[0], &Type, &TempDesc); in AcpiExOpcode_1A_0T_1R()
786 Value = TempDesc->String.Length; in AcpiExOpcode_1A_0T_1R()
[all …]