Lines Matching defs:Buffer
162 UINT8 *Buffer,
168 UINT8 *Buffer,
174 UINT8 *Buffer,
180 char *Buffer,
188 * PARAMETERS: Buffer - Output buffer
201 UINT8 *Buffer,
214 DtCompileInteger (Buffer, Field, ByteLength, Flags);
219 DtCompileString (Buffer, Field, ByteLength);
224 Status = DtCompileUuid (Buffer, Field, ByteLength);
234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
239 DtCompileUnicode (Buffer, Field, ByteLength);
258 * PARAMETERS: Buffer - Output buffer
270 UINT8 *Buffer,
290 memcpy (Buffer, Field->Value, Length);
298 * PARAMETERS: Buffer - Output buffer
313 UINT8 *Buffer,
324 UnicodeString = (UINT16 *) Buffer;
340 * PARAMETERS: Buffer - Output buffer
352 UINT8 *Buffer,
370 AcpiUtConvertStringToUuid (InString, Buffer);
381 * PARAMETERS: Buffer - Output buffer
395 UINT8 *Buffer,
472 memcpy (Buffer, &Value, ByteLength);
481 * PARAMETERS: Buffer - Input buffer
483 * the Buffer
494 char *Buffer,
504 NewBuffer = UtLocalCalloc (strlen (Buffer) + 1);
507 while ((c = *Buffer++))
550 * PARAMETERS: Buffer - Output buffer
558 * "AA 1F 20 3B" ==> Buffer[] = {0xAA,0x1F,0x20,0x3B}
564 UINT8 *Buffer,
603 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]);
621 * PARAMETERS: Buffer - Output buffer
633 UINT8 *Buffer,
736 *Buffer |= (UINT8) (Value << BitPosition);