Searched refs:locate_protocol (Results 1 – 7 of 7) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 75 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
|
D | smbios.c | 32 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|
D | riscv-stub.c | 63 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
D | efistub.h | 290 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, 338 u32 locate_protocol; member
|
D | efi-stub-helper.c | 371 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
|
D | x86-stub.c | 173 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
|