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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_video.c974 ACPI_BUFFER bcl_buf; local
978 bcl_buf.Length = ACPI_ALLOCATE_BUFFER;
979 bcl_buf.Pointer = NULL;
980 status = AcpiEvaluateObject(handle, "_BCL", NULL, &bcl_buf);
987 res = (ACPI_OBJECT *)bcl_buf.Pointer;
1010 if (bcl_buf.Pointer != NULL)
1011 AcpiOsFree(bcl_buf.Pointer);

Completed in 59 milliseconds