Searched refs:Handle (Results 1 – 9 of 9) sorted by relevance
/DragonStub/lib/ |
H A D | hand.c | 439 IN OUT EFI_HANDLE *Handle, in LibInstallProtocolInterfaces() argument 456 OldHandle = *Handle; in LibInstallProtocolInterfaces() 464 va_start (args, Handle); in LibInstallProtocolInterfaces() 484 …Status = uefi_call_wrapper(BS->InstallProtocolInterface, 4, Handle, Protocol, EFI_NATIVE_INTERFACE… in LibInstallProtocolInterfaces() 499 va_start (args, Handle); in LibInstallProtocolInterfaces() 504 uefi_call_wrapper(BS->UninstallProtocolInterface, 3, *Handle, Protocol, Interface); in LibInstallProtocolInterfaces() 509 *Handle = OldHandle; in LibInstallProtocolInterfaces() 524 IN EFI_HANDLE Handle, in LibUninstallProtocolInterfaces() argument 534 va_start (args, Handle); in LibUninstallProtocolInterfaces() 552 Status = uefi_call_wrapper(BS->UninstallProtocolInterface, 3, Handle, Protocol, Interface); in LibUninstallProtocolInterfaces() [all …]
|
H A D | hw.c | 50 EFI_HANDLE Handle; in InitializeGlobalIoDevice() local 56 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, Protocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 62 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &DeviceIoProtocol, &DevicePath, &Handle); in InitializeGlobalIoDevice() 64 … Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DeviceIoProtocol, (VOID*)GlobalIoFncs); in InitializeGlobalIoDevice()
|
H A D | misc.c | 529 IN EFI_HANDLE Handle, in LibGetUiString() argument 540 Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &UiProtocol, (VOID *)&Ui); in LibGetUiString() 542 … return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString() 562 return (ReturnDevicePathStrOnMismatch) ? DevicePathToStr(DevicePathFromHandle(Handle)) : NULL; in LibGetUiString()
|
H A D | dpath.c | 33 IN EFI_HANDLE Handle in DevicePathFromHandle() argument 39 …Status = uefi_call_wrapper(BS->HandleProtocol, 3, Handle, &DevicePathProtocol, (VOID*)&DevicePath); in DevicePathFromHandle()
|
/DragonStub/inc/ |
H A D | efiapi.h | 495 IN EFI_HANDLE Handle, 506 IN EFI_HANDLE Handle, 522 IN EFI_HANDLE Handle, 531 IN EFI_HANDLE Handle, 563 IN OUT EFI_HANDLE *Handle, 570 IN OUT EFI_HANDLE Handle, 694 IN OUT EFI_HANDLE *Handle, 703 IN EFI_HANDLE Handle, 712 IN EFI_HANDLE Handle, 720 IN EFI_HANDLE Handle,
|
H A D | libsmbios.h | 61 UINT8 Handle[2]; member
|
H A D | efilib.h | 757 IN OUT EFI_HANDLE *Handle, 763 IN EFI_HANDLE Handle, 769 IN OUT EFI_HANDLE *Handle, 838 IN EFI_HANDLE Handle 1005 IN EFI_HANDLE Handle,
|
H A D | efishell.h | 55 SHELL_FILE_HANDLE Handle; member
|
/DragonStub/inc/protocol/ |
H A D | vgaclass.h | 46 EFI_HANDLE Handle; member
|