Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c208 ACPI_OPERAND_OBJECT *LocalObjDesc = NULL; in AcpiDsGetPredicateValue() local
257 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()