Searched refs:gop_guid (Results 1 – 1 of 1) sorted by relevance
/xen/xen/common/efi/ |
A D | boot.c | 774 static EFI_GUID __initdata gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; in efi_get_gop() local 777 status = efi_bs->LocateHandle(ByProtocol, &gop_guid, NULL, &size, NULL); in efi_get_gop() 781 status = efi_bs->LocateHandle(ByProtocol, &gop_guid, NULL, &size, in efi_get_gop() 787 status = efi_bs->HandleProtocol(handles[i], &gop_guid, (void **)&gop); in efi_get_gop()
|
Completed in 6 milliseconds