Searched refs:LocateProtocol (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/stand/efi/loader/ |
| HD | framebuffer.c | 435 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in efi_find_framebuffer() 439 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer() 475 status = BS->LocateProtocol(&gop_guid, NULL, (VOID **)&gop); in command_gop() 544 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in command_uga()
|
| HD | efi_main.c | 88 status = BS->LocateProtocol(&console_control_protocol, NULL, in efi_main()
|
| /freebsd-11-stable/sys/contrib/edk2/Include/Library/ |
| HD | DebugLib.h | 407 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \
|
| /freebsd-11-stable/stand/efi/libefi/ |
| HD | devpath.c | 72 status = BS->LocateProtocol(&DevicePathToTextGUID, NULL, in efi_devpath_name()
|
| /freebsd-11-stable/stand/efi/boot1/ |
| HD | boot1.c | 407 status = BS->LocateProtocol(&ConsoleControlGUID, NULL, in efi_main()
|
| /freebsd-11-stable/stand/efi/include/ |
| HD | efiapi.h | 812 EFI_LOCATE_PROTOCOL LocateProtocol; member
|
| /freebsd-11-stable/sys/contrib/edk2/Include/Uefi/ |
| HD | UefiSpec.h | 1912 EFI_LOCATE_PROTOCOL LocateProtocol; member
|