Searched defs:DeviceHandle (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DLoadedImage.h59 EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded from. member in struct:__anon12208
60 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DLoadedImage.h61 EFI_HANDLE DeviceHandle; ///< The device handle that the EFI Image was loaded from. member in struct:__anon15653
62 EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to DeviceHandle
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DUndi32.h60 EFI_HANDLE DeviceHandle; member in struct:__anon12607
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/
H A DDxeMain.h186 EFI_HANDLE DeviceHandle; member in struct:__anon10919
1634 @param DeviceHandle The device handle consume the allocated space.
1650 IN EFI_HANDLE DeviceHandle OPTIONAL
1789 @param DeviceHandle The device handle consume the allocated space.
1805 IN EFI_HANDLE DeviceHandle OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DHandle.c533 EFI_HANDLE DeviceHandle; local
565 DeviceHandle = NULL;
567 Status = CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &DevicePath, &DeviceHandle);
568 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(DevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DSnp.h63 EFI_HANDLE DeviceHandle; member in struct:__anon11239
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c47 EFI_HANDLE DeviceHandle; local
54 DeviceHandle = NULL;
59 &DeviceHandle
63 DeviceHandle,
78 DeviceHandle = NULL;
83 &DeviceHandle
88 DeviceHandle,
116 DeviceHandle = NULL;
121 &DeviceHandle
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaBus.c229 EFI_HANDLE DeviceHandle; local
251 DeviceHandle = NULL;
253 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
254 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiBusDxe/
H A DScsiBus.c1066 EFI_HANDLE DeviceHandle; local
1106 DeviceHandle = NULL;
1108 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &RemainingDevicePath, &DeviceHandle);
1109 if (!EFI_ERROR (Status) && (DeviceHandle != NULL) && IsDevicePathEnd(RemainingDevicePath)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c1042 EFI_HANDLE DeviceHandle; local
1070 DeviceHandle = NULL;
1079 CoreLocateDevicePath (&gEfiDevicePathProtocolGuid, &HandleFilePath, &DeviceHandle);
1105 Status = CoreLocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle);
1108 Status = CoreLocateDevicePath (&gEfiSimpleFileSystemProtocolGuid, &HandleFilePath, &DeviceHandle);
1112 Status = CoreLocateDevicePath (&gEfiLoadFile2ProtocolGuid, &HandleFilePath, &DeviceHandle);
1116 Status = CoreLocateDevicePath (&gEfiLoadFileProtocolGuid, &HandleFilePath, &DeviceHandle);
1166 if (DeviceHandle != NULL) {
1167 Status = CoreHandleProtocol (DeviceHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath);
1178 Image->Info.DeviceHandle
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DDispatcher.c316 EFI_HANDLE DeviceHandle; local
338 DeviceHandle = NULL;
346 Status = gBS->LocateDevicePath (&gEfiFirmwareVolume2ProtocolGuid, &HandleFilePath, &DeviceHandle);
377 Status = gBS->HandleProtocol (DeviceHandle, &gEfiDevicePathProtocolGuid, (VOID **)&HandleFilePath);
554 DriverEntry->LoadedImage->DeviceHandle = DeviceHandle;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiDxeCis.h156 EFI_HANDLE DeviceHandle; member in struct:__anon11956
196 EFI_HANDLE DeviceHandle; member in struct:__anon11957
253 @param DeviceHandle The device handle for which the memory resource
279 IN EFI_HANDLE DeviceHandle OPTIONAL
447 @param DeviceHandle The device handle for which the I/O resource is being allocated.
470 IN EFI_HANDLE DeviceHandle OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c496 EFI_HANDLE DeviceHandle; local
505 &DeviceHandle
512 DeviceHandle,
596 @param[in] DeviceHandle A handle for a device
603 IN EFI_HANDLE DeviceHandle
616 DeviceHandle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c533 @param[in] DeviceHandle The handle of the device being managed by the Driver specified.
549 IN EFI_HANDLE DeviceHandle,
690 if (SetOptions && DeviceHandle == NULL) {
744 if (DeviceHandle != NULL && DeviceHandle != HandleBuffer[LoopCounter]) {
541 PreHiiDrvCfg( IN CONST CHAR8 *Language, IN BOOLEAN ForceDefaults, IN UINT32 DefaultType, IN BOOLEAN AllChildren, IN BOOLEAN ValidateOptions, IN BOOLEAN SetOptions, IN EFI_HANDLE DriverImageHandle, IN EFI_HANDLE DeviceHandle, IN EFI_HANDLE ChildHandle ) argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiDxeCis.h158 EFI_HANDLE DeviceHandle; member in struct:__anon15558
198 EFI_HANDLE DeviceHandle; member in struct:__anon15559
255 @param DeviceHandle The device handle for which the memory resource
281 IN EFI_HANDLE DeviceHandle OPTIONAL
448 @param DeviceHandle The device handle for which the I/O resource is being allocated.
471 IN EFI_HANDLE DeviceHandle OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DFrameworkHii.h116 EFI_HANDLE DeviceHandle; ///< Optional. member in struct:__anon10718
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c610 @param DeviceHandle Mode specific. See EFI_GET_PLATFORM_HOOK_MODE enum.
625 OUT EFI_HANDLE DeviceHandle, OPTIONAL
621 PlatformHooks( IN EFI_LEGACY_BIOS_PLATFORM_PROTOCOL *This, IN EFI_GET_PLATFORM_HOOK_MODE Mode, IN UINT16 Type, OUT EFI_HANDLE DeviceHandle, OPTIONAL IN OUT UINTN *Shadowaddress, OPTIONAL IN EFI_COMPATIBILITY16_TABLE *Compatibility16Table, OPTIONAL OUT VOID **AdditionalData OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c117 EFI_HANDLE DeviceHandle; local
124 DeviceHandle = NULL;
129 &DeviceHandle
133 DeviceHandle,
148 DeviceHandle = NULL;
153 &DeviceHandle
158 DeviceHandle,
186 DeviceHandle = NULL;
191 &DeviceHandle
/vbox/src/VBox/Additions/WINNT/SharedFolders/np/
H A Dvboxmrxnp.cpp69 HANDLE DeviceHandle = CreateFile(DD_MRX_VBOX_USERMODE_DEV_NAME_U, local
77 if (INVALID_HANDLE_VALUE != DeviceHandle)
79 BOOL fSuccess = DeviceIoControl(DeviceHandle,
95 CloseHandle(DeviceHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h780 EFI_HANDLE DeviceHandle; member in struct:__anon11376
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.c613 DeviceHandle.
616 device's name using the EFI_DEVICE_PATH_PROTOCOL, if present on DeviceHandle.
621 @param DeviceHandle The handle of the device.
638 @retval EFI_INVALID_PARAMETER DeviceHandle was NULL
643 IN EFI_HANDLE DeviceHandle,
666 DeviceHandle == NULL
688 DeviceHandle,
733 Status = CompName2->GetControllerName(CompName2, DeviceHandle, NULL, Lang, &DeviceNameToReturn);
748 PARSE_HANDLE_DATABASE_PARENTS(DeviceHandle, &ParentControllerCount, &ParentControllerBuffer);
792 Status = CompName2->GetControllerName(CompName2, ParentControllerBuffer[LoopVar], DeviceHandle, Lan
642 EfiShellGetDeviceName( IN EFI_HANDLE DeviceHandle, IN EFI_SHELL_DEVICE_NAME_FLAGS Flags, IN CHAR8 *Language, OUT CHAR16 **BestDeviceName ) argument
866 EfiShellOpenRootByHandle( IN EFI_HANDLE DeviceHandle, OUT SHELL_FILE_HANDLE *FileHandle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Protocol/
H A DHiiFramework.h104 EFI_HANDLE DeviceHandle; // Optional member in struct:__anon10214
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c452 @param DeviceHandle pointer to the system device handle.
478 OUT EFI_HANDLE *DeviceHandle,
490 if (FilePath == NULL || FileHandle == NULL || DeviceHandle == NULL) {
516 DeviceHandle);
520 Status = gBS->OpenProtocol(*DeviceHandle,
639 EFI_HANDLE DeviceHandle; local
681 &DeviceHandle,
476 ShellOpenFileByDevicePath( IN OUT EFI_DEVICE_PATH_PROTOCOL **FilePath, OUT EFI_HANDLE *DeviceHandle, OUT SHELL_FILE_HANDLE *FileHandle, IN UINT64 OpenMode, IN UINT64 Attributes ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DLibSmbios.h496 UINT16 DeviceHandle; member in struct:MEMORYDEVICE
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DSmBios.h2012 UINT16 DeviceHandle; member in struct:__anon11891

Completed in 160 milliseconds