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; local
257 Status = AcpiExConvertToInteger (ObjDesc, &LocalObjDesc,
264 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
276 (void) AcpiExTruncateFor32bitTable (LocalObjDesc);
282 if (LocalObjDesc->Integer.Value)
298 (void) AcpiDsDoImplicitReturn (LocalObjDesc, WalkState, TRUE);
309 AcpiDbDisplayResultObject (LocalObjDesc, WalkState);
315 if (LocalObjDesc != ObjDesc)
317 AcpiUtRemoveReference (LocalObjDesc);

Completed in 37 milliseconds