Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmbuffer.c695 (BufferSize != ACPI_PLD_REV2_BUFFER_SIZE)) in AcpiDmIsPldBuffer()
715 (InitializerSize != ACPI_PLD_REV2_BUFFER_SIZE)) in AcpiDmIsPldBuffer()
926 if (ByteCount >= ACPI_PLD_REV2_BUFFER_SIZE) in AcpiDmPldBuffer()
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c110 if (len >= ACPI_PLD_REV2_BUFFER_SIZE && infop->Revision >= 2) { in usbtopo_decode_pld()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h268 #define ACPI_PLD_REV2_BUFFER_SIZE 20 /* For Revision 2 of the buffer (From ACPI spec)… macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c738 if (Length >= ACPI_PLD_REV2_BUFFER_SIZE) in ACPI_EXPORT_SYMBOL()