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

/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbcmds.c712 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1015 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1033 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1055 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1137 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1148 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1171 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
1182 ReturnBuffer.Length = ACPI_DEBUG_BUFFER_SIZE;
H A Ddbxface.c542 AcpiGbl_DbBuffer = AcpiOsAllocate (ACPI_DEBUG_BUFFER_SIZE);
547 memset (AcpiGbl_DbBuffer, 0, ACPI_DEBUG_BUFFER_SIZE);
H A Ddbexec.c268 ReturnObj->Length = ACPI_DEBUG_BUFFER_SIZE;
289 ACPI_DEBUG_BUFFER_SIZE, (UINT32) ReturnObj->Length));
/barrelfish-master/lib/acpica/source/include/
H A Dacdebug.h126 #define ACPI_DEBUG_BUFFER_SIZE 0x4000 /* 16K buffer for return objects */ macro

Completed in 36 milliseconds