Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c487 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()
H A Defi_device_path.c139 if (guidcmp(handler->guid, &efi_guid_device_path)) in find_obj()
/OK3568_Linux_fs/u-boot/include/
H A Defi_loader.h236 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() function