Searched defs:opc_map_to_uuid (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/
H A Dbus.c421 static int opc_map_to_uuid[16] = {6, 4, 2, 0, 11, 9, 16, 14, 19, 21, local
434 uuid[i] = hex_to_bin(str[opc_map_to_uuid[i]]) << 4;
435 uuid[i] |= hex_to_bin(str[opc_map_to_uuid[i] + 1]);

Completed in 529 milliseconds