Home
last modified time | relevance | path

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

/DragonStub/apps/
H A Ddragon_stub-main.c26 status = efi_bs_call(HandleProtocol, image_handle, &LoadedImageProtocol, in efi_main()
/DragonStub/lib/
H A Dinit.c67 Status = uefi_call_wrapper(BS->HandleProtocol, 3, ImageHandle, in InitializeLib()
118 Status = uefi_call_wrapper(BS->HandleProtocol, 3, in InitializeUnicodeSupport()
H A Dhand.c44 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handles[Index], ProtocolGuid, Interface); in LibLocateProtocol()
181 BS->HandleProtocol, in LibLocateHandleByDiskSignature()
312 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, DeviceHandle, &FileSystemProtocol, (VOID*)&Volum… in LibOpenRoot()
H A Dhw.c64 … Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs); in InitializeGlobalIoDevice()
H A Dmisc.c540 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &UiProtocol, (VOID *)&Ui); in LibGetUiString()
H A Ddpath.c39 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle()
458 Status =uefi_call_wrapper(BS->HandleProtocol, 3, Device, Protocol, Interface); in LibDevicePathToInterface()
/DragonStub/inc/
H A Defiapi.h897 EFI_HANDLE_PROTOCOL HandleProtocol; member
/DragonStub/
H A DChangeLog416 Subject: [PATCH 2/4] Use OpenProtocol instead of HandleProtocol
418 UEFI 2.x recommends OpenProtocol instead of HandleProtocol.