Searched refs:LocateProtocol (Results 1 – 8 of 8) sorted by relevance
| /src/stand/efi/loader/arch/riscv/ |
| H A D | exec.c | 56 status = BS->LocateProtocol(&riscvboot, NULL, (void **)&proto); in riscv_set_boot_hart()
|
| /src/stand/efi/loader/ |
| H A D | efi_main.c | 92 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main()
|
| H A D | framebuffer.c | 612 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer()
|
| H A D | main.c | 1527 status = BS->LocateProtocol(&rng_guid, NULL, (VOID **)&rng); in command_seed_entropy()
|
| /src/sys/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 541 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \
|
| /src/stand/efi/libefi/ |
| H A D | devpath.c | 508 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL, in efi_devpath_name() 549 status = BS->LocateProtocol(&DevicePathFromTextGUID, NULL, in efi_name_to_devpath16()
|
| /src/stand/efi/boot1/ |
| H A D | boot1.c | 202 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
|
| /src/sys/contrib/edk2/Include/Uefi/ |
| H A D | UefiSpec.h | 2006 EFI_LOCATE_PROTOCOL LocateProtocol; member
|