Searched refs:guidcmp (Results 1 – 3 of 3) sorted by relevance
487 if (!guidcmp(handler->guid, protocol)) { in efi_install_protocol_interface()558 if (!guidcmp(hprotocol, protocol)) { in efi_uninstall_protocol_interface()605 if (guid && !guidcmp(guid, protocol)) in efi_search()698 if (!guidcmp(guid, &efi_conf_table[i].guid)) { in efi_install_configuration_table()1076 if (!guidcmp(handler->guid, protocol)) { in efi_locate_protocol()1212 if (!guidcmp(hprotocol, protocol)) { in efi_open_protocol()
139 if (guidcmp(handler->guid, &efi_guid_device_path)) in find_obj()
236 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() function