Searched refs:LocateProtocol (Results 1 – 9 of 9) sorted by relevance
| /openbsd/src/sys/arch/riscv64/stand/efiboot/ |
| D | efiriscv.c | 58 status = BS->LocateProtocol(&riscv_guid, NULL, (void **)&riscv); in efi_get_boot_hart_id()
|
| D | efirng.c | 70 status = BS->LocateProtocol(&rng_guid, NULL, (void **)&rng); in fwrandom()
|
| D | efiboot.c | 401 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 1025 status = BS->LocateProtocol(&dt_fixup_guid, NULL, (void **)&dt_fixup); in fdt_load_override()
|
| /openbsd/src/sys/arch/arm64/stand/efiboot/ |
| D | efirng.c | 70 status = BS->LocateProtocol(&rng_guid, NULL, (void **)&rng); in fwrandom()
|
| D | efiboot.c | 438 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 1226 status = BS->LocateProtocol(&dt_fixup_guid, NULL, (void **)&dt_fixup); in fdt_load_override()
|
| /openbsd/src/sys/arch/amd64/stand/efiboot/ |
| D | efirng.c | 70 status = BS->LocateProtocol(&rng_guid, NULL, (void **)&rng); in fwrandom()
|
| D | efiboot.c | 472 status = BS->LocateProtocol(&con_guid, NULL, (void **)&conctrl); in efi_video_init()
|
| /openbsd/src/sys/arch/armv7/stand/efiboot/ |
| D | efiboot.c | 422 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop); in efi_framebuffer() 1048 status = BS->LocateProtocol(&dt_fixup_guid, NULL, (void **)&dt_fixup); in fdt_load_override()
|
| /openbsd/src/sys/stand/efi/include/ |
| D | efiapi.h | 807 EFI_LOCATE_PROTOCOL LocateProtocol; member
|