Home
last modified time | relevance | path

Searched refs:Handle (Results 1 – 9 of 9) sorted by relevance

/DragonStub/lib/
H A Dhand.c439 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 Dhw.c50 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 Dmisc.c529 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 Ddpath.c33 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 Defiapi.h495 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 Dlibsmbios.h61 UINT8 Handle[2]; member
H A Defilib.h757 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 Defishell.h55 SHELL_FILE_HANDLE Handle; member
/DragonStub/inc/protocol/
H A Dvgaclass.h46 EFI_HANDLE Handle; member