Home
last modified time | relevance | path

Searched refs:opc_map_to_uuid (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/acpi/
Dbus.c429 static int opc_map_to_uuid[16] = {6, 4, 2, 0, 11, 9, 16, 14, 19, 21, in acpi_str_to_uuid() local
442 uuid[i] = hex_to_bin(str[opc_map_to_uuid[i]]) << 4; in acpi_str_to_uuid()
443 uuid[i] |= hex_to_bin(str[opc_map_to_uuid[i] + 1]); in acpi_str_to_uuid()