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 D | 0013-efi_loader-corstone1000-remove-guid-check-from-corst.patch | 25 - if (guidcmp(&corstone1000_capsule_guid, &capsule->capsule_guid)) { 38 - if (!guidcmp(&capsule->capsule_guid,
|
H A D | 0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch | 275 + if (guidcmp(&corstone1000_capsule_guid, &capsule->capsule_guid)) { 306 if (!guidcmp(&capsule->capsule_guid,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 223 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 D | efi_file.c | 537 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 D | efi_image_loader.c | 84 if (!guidcmp(handler->guid, &efi_guid_loaded_image)) { in efi_print_image_infos()
|
H A D | efi_runtime.c | 131 !guidcmp(evt->group, in efi_reset_system_boottime()
|
H A D | efi_hii.c | 757 if (!guidcmp(&layout_data->keyboard_layout.guid, key_guid)) in get_keyboard_layout()
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 483 static inline int guidcmp(const efi_guid_t *g1, const efi_guid_t *g2) in guidcmp() function
|
/openbmc/u-boot/cmd/ |
H A D | efidebug.c | 248 if (!guidcmp(&guid_list[i].guid, guid)) in get_guid_text()
|