Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswexec.c206 ACPI_OPERAND_OBJECT *LocalObjDesc = NULL; in AcpiDsGetPredicateValue() local
255 Status = AcpiExConvertToInteger (ObjDesc, &LocalObjDesc, in AcpiDsGetPredicateValue()
262 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiDsGetPredicateValue()
274 (void) AcpiExTruncateFor32bitTable (LocalObjDesc); in AcpiDsGetPredicateValue()
280 if (LocalObjDesc->Integer.Value) in AcpiDsGetPredicateValue()
296 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE); in AcpiDsGetPredicateValue()
308 AcpiDbDisplayResultObject (LocalObjDesc, WalkState); in AcpiDsGetPredicateValue()
315 if (LocalObjDesc != ObjDesc) in AcpiDsGetPredicateValue()
317 AcpiUtRemoveReference (LocalObjDesc); in AcpiDsGetPredicateValue()