Home
last modified time | relevance | path

Searched refs:locate_protocol (Results 1 – 7 of 7) sorted by relevance

/drivers/firmware/efi/libstub/
Drandom.c45 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()
Dsmbios.c32 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
Driscv-stub.c63 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
Dtpm.c65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
Defistub.h290 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *,
338 u32 locate_protocol; member
Defi-stub-helper.c371 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
Dx86-stub.c173 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()