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

/freebsd-current/sys/dev/acpica/
H A Dacpi_video.c1044 ACPI_BUFFER dod_buf; local
1049 dod_buf.Length = ACPI_ALLOCATE_BUFFER;
1050 dod_buf.Pointer = NULL;
1051 status = AcpiEvaluateObject(handle, "_DOD", NULL, &dod_buf);
1059 res = (ACPI_OBJECT *)dod_buf.Pointer;
1080 if (dod_buf.Pointer != NULL)
1081 AcpiOsFree(dod_buf.Pointer);

Completed in 65 milliseconds