Searched refs:LocateProtocol (Results 1 – 5 of 5) sorted by relevance
/DragonStub/apps/ |
H A D | random.c | 38 status = efi_bs_call(LocateProtocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
|
H A D | riscv-stub.c | 56 status = efi_bs_call(LocateProtocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
H A D | helper.c | 47 efi_bs_call(LocateProtocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
|
H A D | elf.c | 223 status = efi_bs_call(LocateProtocol, &guid, NULL, (void **)&memattr); in efi_remap_image_all_rwx()
|
/DragonStub/inc/ |
H A D | efiapi.h | 941 EFI_LOCATE_PROTOCOL LocateProtocol; member
|