Home
last modified time | relevance | path

Searched refs:uga_guid (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/boot/efi/loader/arch/amd64/
HDframebuffer.c44 static EFI_GUID uga_guid = EFI_UGA_DRAW_PROTOCOL_GUID; variable
196 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio()
200 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio()
437 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer()
541 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in command_uga()