Lines Matching defs:uuid_buffer
41 * uuid_buffer - Where the 16-byte UUID buffer is returned
43 * RETURN: None. Output data is returned in the uuid_buffer
49 void acpi_ut_convert_string_to_uuid(char *in_string, u8 *uuid_buffer)
54 uuid_buffer[i] =
58 uuid_buffer[i] |=
69 * PARAMETERS: uuid_buffer - 16-byte UUID buffer
79 acpi_status acpi_ut_convert_uuid_to_string(char *uuid_buffer, char *out_string)
83 if (!uuid_buffer || !out_string) {
89 acpi_ut_hex_to_ascii_char(uuid_buffer[i], 4);
92 acpi_ut_hex_to_ascii_char(uuid_buffer[i], 0);