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

/fuchsia/zircon/system/dev/bus/acpi/
H A Dnhlt.c68 ACPI_OBJECT* out_obj = out.Pointer; local
69 if (out_obj->Type != ACPI_TYPE_BUFFER) {
70 zxlogf(ERROR, "acpi: unexpected object type (%u) for NHLT blob\n", out_obj->Type);
76 acpi_status = AcpiBufferToResource(out_obj->Buffer.Pointer, out_obj->Buffer.Length, &res);
H A Dmethods.cpp130 ACPI_OBJECT* out_obj = static_cast<ACPI_OBJECT*>(out.Pointer); local
131 if (out_obj->Buffer.Length > dword_length) {
135 memcpy(dwords_out, out_obj->Buffer.Pointer, out_obj->Buffer.Length);

Completed in 25 milliseconds