Home | History | Annotate | Download | only in utilities

Lines Matching defs:Buffer

238  * PARAMETERS:  OutBuffer       - A buffer to receive the resources for the
271 /* Validate/Allocate/Clear caller buffer */
280 * Populate the return buffer
661 * PARAMETERS: InBuffer - Buffer returned by _PLD method
663 * ReturnBuffer - Where the decode buffer is returned
665 * RETURN: Status and the decoded _PLD buffer. User must deallocate
666 * the buffer via ACPI_FREE.
668 * DESCRIPTION: Decode the bit-packed buffer returned by the _PLD method into
680 UINT32 *Buffer = ACPI_CAST_PTR (UINT32, InBuffer);
699 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[0]);
708 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[1]);
714 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[2]);
729 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[3]);
742 ACPI_MOVE_32_TO_32 (&Dword, &Buffer[4]);