Home
last modified time | relevance | path

Searched refs:LocateProtocol (Results 1 – 5 of 5) sorted by relevance

/DragonStub/apps/
H A Drandom.c38 status = efi_bs_call(LocateProtocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
H A Driscv-stub.c56 status = efi_bs_call(LocateProtocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
H A Dhelper.c47 efi_bs_call(LocateProtocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
H A Delf.c223 status = efi_bs_call(LocateProtocol, &guid, NULL, (void **)&memattr); in efi_remap_image_all_rwx()
/DragonStub/inc/
H A Defiapi.h941 EFI_LOCATE_PROTOCOL LocateProtocol; member