Lines Matching defs:Buffer
61 "/Buffer",
148 * PARAMETERS: Buffer - Where the formatted string is returned
151 * RETURN: Formatted string in Buffer.
159 char *Buffer,
169 strcpy (Buffer, "NONE");
174 Buffer[0] = 0;
183 strcat (Buffer, &UtRtypeNames[i][j]);
206 char *Buffer,
217 ", Buffer",
287 * PARAMETERS: Buffer - Scratch buffer for this function
301 char *Buffer,
311 ArgCount = AcpiUtGetArgumentTypes (Buffer,
329 printf (" (%s)", Buffer);
341 AcpiUtGetExpectedReturnTypes (Buffer, ThisName->Info.ExpectedBtypes);
342 printf (" Return value types: %s\n", Buffer);
355 * PARAMETERS: Buffer - Where to return the formatted types
361 * String, Buffer, or Package) and return the required argument
368 char *Buffer,
377 *Buffer = 0;
403 strcat (Buffer, UtExternalTypeNames[ThisArgumentType] + SubIndex);
415 * PARAMETERS: Buffer - Where the formatted string is returned
418 * RETURN: Count of return types. Formatted string in Buffer.
426 char *Buffer,
434 *Buffer = 0;
442 strcat (Buffer, &(UtResourceTypeNames[i][SubIndex]));