Lines Matching defs:Buffer
54 UINT8 *Buffer,
60 UINT8 *Buffer,
66 UINT8 *Buffer,
72 char *Buffer,
80 * PARAMETERS: Buffer - Output buffer
93 UINT8 *Buffer,
106 DtCompileInteger (Buffer, Field, ByteLength, Flags);
111 DtCompileString (Buffer, Field, ByteLength);
116 Status = DtCompileUuid (Buffer, Field, ByteLength);
126 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength);
131 DtCompileUnicode (Buffer, Field, ByteLength);
150 * PARAMETERS: Buffer - Output buffer
162 UINT8 *Buffer,
182 memcpy (Buffer, Field->Value, Length);
190 * PARAMETERS: Buffer - Output buffer
205 UINT8 *Buffer,
216 UnicodeString = (UINT16 *) Buffer;
232 * PARAMETERS: Buffer - Output buffer
244 UINT8 *Buffer,
262 AcpiUtConvertStringToUuid (InString, Buffer);
273 * PARAMETERS: Buffer - Output buffer
287 UINT8 *Buffer,
364 memcpy (Buffer, &Value, ByteLength);
373 * PARAMETERS: Buffer - Input buffer
375 * the Buffer
386 char *Buffer,
396 NewBuffer = UtLocalCalloc (strlen (Buffer) + 1);
399 while ((c = *Buffer++))
442 * PARAMETERS: Buffer - Output buffer
450 * "AA 1F 20 3B" ==> Buffer[] = {0xAA,0x1F,0x20,0x3B}
456 UINT8 *Buffer,
495 Status = AcpiUtAsciiToHexByte (Substring, &Buffer[i]);
513 * PARAMETERS: Buffer - Output buffer
525 UINT8 *Buffer,
628 *Buffer |= (UINT8) (Value << BitPosition);