Home
last modified time | relevance | path

Searched refs:ACPI_PLD_REV1_BUFFER_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmbuffer.c694 if ((BufferSize != ACPI_PLD_REV1_BUFFER_SIZE) && in AcpiDmIsPldBuffer()
714 if ((InitializerSize != ACPI_PLD_REV1_BUFFER_SIZE) && in AcpiDmIsPldBuffer()
867 if (ByteCount < ACPI_PLD_REV1_BUFFER_SIZE) in AcpiDmPldBuffer()
/illumos-gate/usr/src/lib/fm/topo/modules/common/usb/
H A Dtopo_usb_acpi.c59 if (buf == NULL || len < ACPI_PLD_REV1_BUFFER_SIZE) in usbtopo_decode_pld()
H A Dtopo_usb.c448 "acpi-physical-location", &loc)) >= ACPI_PLD_REV1_BUFFER_SIZE && in topo_usb_gather_acpi_port()
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_usbport.c236 ACPI_PLD_REV1_BUFFER_SIZE) { in acpidev_usbport_init()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h267 #define ACPI_PLD_REV1_BUFFER_SIZE 16 /* For Revision 1 of the buffer (From ACPI spec)… macro
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutxface.c686 if (!InBuffer || !ReturnBuffer || (Length < ACPI_PLD_REV1_BUFFER_SIZE)) in ACPI_EXPORT_SYMBOL()