Searched refs:gop_guid (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/efi/loader/ |
H A D | framebuffer.c | 45 EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; variable 558 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_has_gop() 578 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist); in efi_find_framebuffer() 583 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, in efi_find_framebuffer() 601 status = OpenProtocolByHandle(hlist[i], &gop_guid, (void **)&tgop); in efi_find_framebuffer()
|
/freebsd/stand/efi/libefi/ |
H A D | efi_console.c | 37 extern EFI_GUID gop_guid;
|