Searched refs:InBuffer (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c305 * InBuffer - Pointer to a buffer containing the
313 * the buffer pointed to by the InBuffer variable.
320 ACPI_BUFFER *InBuffer)
331 if ((!InBuffer) ||
332 (!InBuffer->Pointer) ||
333 (!InBuffer->Length))
340 Status = AcpiRsValidateParameters (DeviceHandle, InBuffer, &Node);
346 Status = AcpiRsSetSrsMethodData (Node, InBuffer);
359 * InBuffer - Pointer to a buffer containing the
367 * the buffer pointed to by the InBuffer variabl
[all...]
H A Drsutils.c784 * InBuffer - Pointer to a buffer structure of the
802 ACPI_BUFFER *InBuffer)
827 * The InBuffer parameter will point to a linked list of
834 Status = AcpiRsCreateAmlResources (InBuffer, &Buffer);
800 AcpiRsSetSrsMethodData( ACPI_NAMESPACE_NODE *Node, ACPI_BUFFER *InBuffer) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c553 * PARAMETERS: InBuffer - Buffer returned by _PLD method
554 * Length - Length of the InBuffer
567 UINT8 *InBuffer,
572 UINT32 *Buffer = ACPI_CAST_PTR (UINT32, InBuffer);
578 if (!InBuffer || !ReturnBuffer || (Length < ACPI_PLD_REV1_BUFFER_SIZE))
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c62 char *InBuffer,
821 * PARAMETERS: InBuffer - Input containing an option string
832 char *InBuffer,
840 Token = strtok (InBuffer, ASL_TOKEN_SEPARATORS);
831 AslMergeOptionTokens( char *InBuffer, char *OutBuffer) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacpixf.h514 UINT8 *InBuffer,
1025 ACPI_BUFFER *InBuffer))
/freebsd-11.0-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp317 /// \param InBuffer If not 0, should be the known buffer id that contains the
319 void jumpToLoc(SMLoc Loc, unsigned InBuffer = 0);
602 void AsmParser::jumpToLoc(SMLoc Loc, unsigned InBuffer) { argument
603 CurBuffer = InBuffer ? InBuffer : SrcMgr.FindBufferContainingLoc(Loc);

Completed in 106 milliseconds