Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0013-efi_loader-corstone1000-remove-guid-check-from-corst.patch25 - if (guidcmp(&corstone1000_capsule_guid, &capsule->capsule_guid)) {
38 - if (!guidcmp(&capsule->capsule_guid,
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch275 + if (guidcmp(&corstone1000_capsule_guid, &capsule->capsule_guid)) {
306 if (!guidcmp(&capsule->capsule_guid,
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c223 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event()
233 if (!evt->group || guidcmp(evt->group, event->group)) in efi_signal_event()
480 if (!guidcmp(protocol->guid, protocol_guid)) { in efi_search_protocol()
507 if (guidcmp(handler->guid, protocol)) in efi_remove_protocol()
1009 if (!guidcmp(&efi_guid_device_path, protocol)) in efi_add_protocol()
1084 if (protocol && guidcmp(handler->guid, protocol)) in efi_get_drivers()
1102 if (protocol && guidcmp(handler->guid, protocol)) in efi_get_drivers()
1443 if (!guidcmp(guid, &systab.tables[i].guid)) { in efi_install_configuration_table()
1470 if (evt->group && !guidcmp(evt->group, guid)) { in efi_install_configuration_table()
1950 !guidcmp(evt->group, in efi_exit_boot_services()
H A Defi_file.c537 if (!guidcmp(info_type, &efi_file_info_guid)) { in efi_file_getinfo()
571 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) { in efi_file_getinfo()
H A Defi_image_loader.c84 if (!guidcmp(handler->guid, &efi_guid_loaded_image)) { in efi_print_image_infos()
H A Defi_runtime.c131 !guidcmp(evt->group, in efi_reset_system_boottime()
H A Defi_hii.c757 if (!guidcmp(&layout_data->keyboard_layout.guid, key_guid)) in get_keyboard_layout()
/openbmc/u-boot/include/
H A Defi_loader.h483 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() function
/openbmc/u-boot/cmd/
H A Defidebug.c248 if (!guidcmp(&guid_list[i].guid, guid)) in get_guid_text()