/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 76 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
|
H A D | smbios.c | 32 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|
H A D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
H A D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
H A D | efi-stub-helper.c | 238 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event() 692 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
|
H A D | x86-stub.c | 186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties() 317 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory() 906 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
|
H A D | file.c | 142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
|
H A D | efistub.h | 318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 366 u32 locate_protocol; member
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_gop.c | 30 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in setup()
|
H A D | efi_selftest_textinputex.c | 68 ret = boottime->locate_protocol(&text_input_ex_protocol_guid, NULL, in setup()
|
H A D | efi_selftest_unicode_collation.c | 33 ret = boottime->locate_protocol(&unicode_collation_protocol_guid, NULL, in setup()
|
H A D | efi_selftest_devicepath_util.c | 34 ret = boottime->locate_protocol(&guid_device_path_utilities_protocol, in setup()
|
H A D | efi_selftest_manageprotocols.c | 279 ret = boottime->locate_protocol(&guid1, NULL, (void **)&interface); in execute()
|
H A D | efi_selftest_hii.c | 41 ret = boottime->locate_protocol(&hii_database_protocol_guid, NULL, in setup() 50 ret = boottime->locate_protocol(&hii_string_protocol_guid, NULL, in setup()
|
H A D | efi_selftest_devicepath.c | 74 ret = boottime->locate_protocol(&guid_device_path_to_text_protocol, in setup()
|
H A D | efi_selftest_snp.c | 206 ret = boottime->locate_protocol(&efi_net_guid, NULL, (void **)&net); in setup()
|
H A D | efi_selftest_bitblt.c | 118 ret = boottime->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in setup()
|
/openbmc/u-boot/lib/efi/ |
H A D | efi_stub.c | 320 ret = boot->locate_protocol(&efi_gop_guid, NULL, (void **)&gop); in efi_main()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 171 efi_status_t (EFIAPI *locate_protocol)(const efi_guid_t *protocol,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 3185 .locate_protocol = efi_locate_protocol,
|