Searched refs:guid_input (Results 1 – 1 of 1) sorted by relevance
113 uuid_le guid_input; in find_guid() local117 if (uuid_le_to_bin(guid_string, &guid_input)) in find_guid()123 if (memcmp(block->guid, &guid_input, 16) == 0) { in find_guid()136 uuid_le guid_input; in find_guid_context() local145 if (uuid_le_to_bin(id->guid_string, &guid_input)) in find_guid_context()147 if (!memcmp(wblock->gblock.guid, &guid_input, 16)) in find_guid_context()522 uuid_le guid_input; in wmi_install_notify_handler() local527 if (uuid_le_to_bin(guid, &guid_input)) in wmi_install_notify_handler()533 if (memcmp(block->gblock.guid, &guid_input, 16) == 0) { in wmi_install_notify_handler()561 uuid_le guid_input; in wmi_remove_notify_handler() local[all …]