Searched refs:LocalObjDesc (Results 1 – 1 of 1) sorted by relevance
208 ACPI_OPERAND_OBJECT *LocalObjDesc = NULL; in AcpiDsGetPredicateValue() local257 Status = AcpiExConvertToInteger (ObjDesc, &LocalObjDesc, in AcpiDsGetPredicateValue()264 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiDsGetPredicateValue()276 (void) AcpiExTruncateFor32bitTable (LocalObjDesc); in AcpiDsGetPredicateValue()282 if (LocalObjDesc->Integer.Value) in AcpiDsGetPredicateValue()298 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE); in AcpiDsGetPredicateValue()309 AcpiDbDisplayResultObject (LocalObjDesc, WalkState); in AcpiDsGetPredicateValue()315 if (LocalObjDesc != ObjDesc) in AcpiDsGetPredicateValue()317 AcpiUtRemoveReference (LocalObjDesc); in AcpiDsGetPredicateValue()