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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_video.c929 ACPI_BUFFER dod_buf; local
934 dod_buf.Length = ACPI_ALLOCATE_BUFFER;
935 dod_buf.Pointer = NULL;
936 status = AcpiEvaluateObject(handle, "_DOD", NULL, &dod_buf);
944 res = (ACPI_OBJECT *)dod_buf.Pointer;
965 if (dod_buf.Pointer != NULL)
966 AcpiOsFree(dod_buf.Pointer);

Completed in 137 milliseconds