ACPI_VPRINTF_BUFFER_SIZE
char buffer[ACPI_VPRINTF_BUFFER_SIZE];
vsnprintf(buffer, ACPI_VPRINTF_BUFFER_SIZE, fmt, args);