Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/acpica/include/
HDacbuffer.h160 #define ACPI_PLD_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec)… macro
/trueos/sys/contrib/dev/acpica/components/utilities/
HDutxface.c659 if (Length >= ACPI_PLD_BUFFER_SIZE) in ACPI_EXPORT_SYMBOL()
/trueos/sys/contrib/dev/acpica/components/debugger/
HDdbconvert.c353 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE); in AcpiDbEncodePldBuffer()
/trueos/sys/contrib/dev/acpica/compiler/
HDaslopcodes.c727 Buffer = ACPI_ALLOCATE_ZEROED (ACPI_PLD_BUFFER_SIZE); in OpcEncodePldBuffer()
903 Buffer = UtLocalCalloc (ACPI_PLD_BUFFER_SIZE); in OpcDoPld()