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

/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.c432 static EFI_GUID gop_guid variable
453 status = BS->LocateHandleBuffer(ByProtocol, &gop_guid, NULL, &nhandles,
457 status = BS->HandleProtocol(handles[i], &gop_guid,
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c67 static EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; variable
438 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop);
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.c61 static EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; variable
422 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop);
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c66 static EFI_GUID gop_guid = EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID; variable
401 status = BS->LocateProtocol(&gop_guid, NULL, (void **)&gop);

Completed in 79 milliseconds