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

/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c748 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1051 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1069 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1091 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1173 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1184 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1207 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1218 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
H A Ddbxface.c560 AcpiGbl_DbBuffer = AcpiOsAllocate (ACPI_DEBUG_BUFFER_SIZE);
565 memset (AcpiGbl_DbBuffer, 0, ACPI_DEBUG_BUFFER_SIZE);
H A Ddbexec.c308 ReturnObj->Length = ACPI_DEBUG_BUFFER_SIZE;
341 ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h162 #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ macro

Completed in 66 milliseconds