Lines Matching refs:BS
257 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, NULL); in efifb_uga_get_pciio()
261 status = BS->LocateHandle(ByProtocol, &uga_guid, NULL, &bufsz, buf); in efifb_uga_get_pciio()
315 BS->FreePool(resattr); in efifb_uga_locate_framebuffer()
502 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
507 status = BS->OpenProtocol(h, guid, (void **)&edid, IH, NULL, in efifb_gop_get_edid()
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()
628 status = BS->LocateProtocol(&uga_guid, NULL, (VOID **)&uga); in efi_find_framebuffer()
664 BS->FreePages((uintptr_t)gfx_state->tg_shadow_fb, in efi_find_framebuffer()
669 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData, in efi_find_framebuffer()