Searched refs:HandleProtocol (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/x86/efi/ |
A D | efi-boot.h | 358 status = efi_bs->HandleProtocol(handles[i], &bio_guid, (void **)&bio); in efi_arch_edd() 373 status = efi_bs->HandleProtocol(handles[i], &devp_guid, in efi_arch_edd()
|
/xen/xen/common/efi/ |
A D | boot.c | 488 ret = efi_bs->HandleProtocol(loaded_image->DeviceHandle, in get_parent_handle() 787 status = efi_bs->HandleProtocol(handles[i], &gop_guid, (void **)&gop); in efi_get_gop() 910 status = efi_bs->HandleProtocol(handles[i], &pci_guid, (void **)&pci); in setup_efi_pci() 1168 status = efi_bs->HandleProtocol(ImageHandle, &loaded_image_guid, in efi_start()
|
/xen/xen/include/efi/ |
A D | efiapi.h | 804 EFI_HANDLE_PROTOCOL HandleProtocol; member
|
Completed in 9 milliseconds