Searched refs:gop_guid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c49 EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; variable
552 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize, hlist);
557 status = BS->LocateHandle(ByProtocol, &gop_guid, NULL, &hsize,
581 status = OpenProtocolByHandle(gop_handle, &gop_guid, (void **)&gop);
/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c40 extern EFI_GUID gop_guid;

Completed in 59 milliseconds