Home
last modified time | relevance | path

Searched refs:ACPI_PLD_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacbuffer.h161 #define ACPI_PLD_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec)… macro
/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbconvert.c358 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE); in AcpiDbEncodePldBuffer()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslpld.c623 Buffer = ACPI_CAST_PTR (UINT32, UtLocalCacheCalloc (ACPI_PLD_BUFFER_SIZE)); in OpcEncodePldBuffer()