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

/freebsd-10.2-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.c777 * InBuffer - Pointer to a buffer structure of the
795 ACPI_BUFFER *InBuffer)
820 * The InBuffer parameter will point to a linked list of
827 Status = AcpiRsCreateAmlResources (InBuffer, &Buffer);
793 AcpiRsSetSrsMethodData( ACPI_NAMESPACE_NODE *Node, ACPI_BUFFER *InBuffer) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasloptions.c62 char *InBuffer,
776 * PARAMETERS: InBuffer - Input containing an option string
787 char *InBuffer,
795 Token = strtok (InBuffer, ASL_TOKEN_SEPARATORS);
786 AslMergeOptionTokens( char *InBuffer, char *OutBuffer) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutxface.c582 * PARAMETERS: InBuffer - Buffer returned by _PLD method
583 * Length - Length of the InBuffer
596 UINT8 *InBuffer,
601 UINT32 *Buffer = ACPI_CAST_PTR (UINT32, InBuffer);
607 if (!InBuffer || !ReturnBuffer || (Length < 16))
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacpixf.h465 UINT8 *InBuffer,
976 ACPI_BUFFER *InBuffer))
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp315 /// \param InBuffer If not -1, should be the known buffer id that contains the
317 void jumpToLoc(SMLoc Loc, int InBuffer=-1);
576 void AsmParser::jumpToLoc(SMLoc Loc, int InBuffer) { argument
577 if (InBuffer != -1) {
578 CurBuffer = InBuffer;

Completed in 120 milliseconds