Searched refs:RetValue (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbtest.c833 ACPI_OBJECT *RetValue; local
861 RetValue = (ACPI_OBJECT *) ReturnObj.Pointer;
863 switch (RetValue->Type)
873 if (RetValue->Type != ExpectedType)
877 AcpiUtGetTypeName (RetValue->Type));
882 *Value = RetValue;
888 AcpiUtGetTypeName (RetValue->Type));

Completed in 24 milliseconds