Lines Matching defs:buffer
134 obj_desc->buffer.length);
135 if (obj_desc->buffer.length) {
136 if (obj_desc->buffer.length > 16) {
142 obj_desc->buffer.pointer),
143 obj_desc->buffer.length,
282 * buffer - Buffer for result (not less than 11 bytes)
288 * NOTE: It is the caller's responsibility to ensure that the length of buffer
293 void acpi_db_uint32_to_hex_string(u32 value, char *buffer)
298 strcpy(buffer, "0");
302 buffer[8] = '\0';
305 buffer[i] = acpi_gbl_upper_hex_digits[value & 0x0F];
404 * PARAMETERS: address - Pointer to the buffer
408 * DESCRIPTION: Print a portion of a buffer