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

123

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.cpp45 NTSTATUS ntStatus = pPEXT->u.primary.DxgkInterface.DxgkCbMapMemory(pPEXT->u.primary.DxgkInterface.DeviceHandle,
82 ntStatus = pPEXT->u.primary.DxgkInterface.DxgkCbUnmapMemory(pPEXT->u.primary.DxgkInterface.DeviceHandle, *ppv);
102 HANDLE hDev = pPEXT->u.primary.DxgkInterface.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/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/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/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/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/PC/ipxe/src/drivers/net/efi/
H A Dsnponly.c64 efirc = bs->OpenProtocol ( efi_loaded_image->DeviceHandle,
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_download.c199 if (efi_loaded_image->DeviceHandle) { /* TODO: ensure handle is the NIC (maybe efi_image has a better way to indicate the handle doing SNP?) */
200 handle = efi_loaded_image->DeviceHandle;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Gcd/
H A DGcd.c496 if (Entry->DeviceHandle != AdjacentEntry->DeviceHandle) {
881 Entry->DeviceHandle = NULL;
979 @param DeviceHandle The device handle consume the allocated space.
996 IN EFI_HANDLE DeviceHandle OPTIONAL
1210 Entry->DeviceHandle = DeviceHandle;
1287 @param DeviceHandle The device handle consume the allocated space.
1303 IN EFI_HANDLE DeviceHandle OPTIONAL
1311 DEBUG ((DEBUG_GCD, " DeviceHandle
[all...]
/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/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/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c51 @param DeviceHandle A handle for a device
58 IN EFI_HANDLE DeviceHandle
71 DeviceHandle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellProtocol.h210 DeviceHandle.
213 device's name using the EFI_DEVICE_PATH_PROTOCOL, if present on DeviceHandle.
218 @param DeviceHandle The handle of the device.
235 @retval EFI_INVALID_PARAMETER DeviceHandle was NULL
240 IN EFI_HANDLE DeviceHandle,
251 @param DeviceHandle The handle of the device that contains the volume.
264 IN EFI_HANDLE DeviceHandle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShell.h321 DeviceHandle.
324 device's name using the EFI_DEVICE_PATH_PROTOCOL, if present on DeviceHandle.
329 @param[in] DeviceHandle The handle of the device.
345 IN EFI_HANDLE DeviceHandle,
687 @param[in] DeviceHandle The handle of the device that contains the volume.
700 IN EFI_HANDLE DeviceHandle,
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrivers.c56 LoadedImage->DeviceHandle,
66 LoadedImage->DeviceHandle,
/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/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBiosPlatform.h371 /// DeviceHandle Handle of device OpROM is associated with.
388 /// DeviceHandle 0.
405 /// DeviceHandle Handle of device OpROM is associated with.
623 @param DeviceHandle Mode specific. See EFI_GET_PLATFORM_HOOK_MODE enum.
638 IN EFI_HANDLE DeviceHandle, OPTIONAL
H A DFrameworkHii.h116 EFI_HANDLE DeviceHandle; ///< Optional. member in struct:__anon10718
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/
H A DDriverEntryPoint.c206 // Retrieve the Device Path Protocol from the DeviceHandle from which this driver was loaded
209 LoadedImage->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/OptionRomPkg/UndiRuntimeDxe/
H A DInit.c445 UNDI32Device->DeviceHandle = NULL;
451 &UNDI32Device->DeviceHandle,
488 UNDI32Device->DeviceHandle,
495 &UNDI32Device->DeviceHandle,
/vbox/src/VBox/Devices/PC/ipxe/src/image/
H A Defi_image.c157 loaded.image->DeviceHandle = device_handle;
/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/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c255 IN EFI_HANDLE DeviceHandle
267 DeviceHandle - Handle of PCIIO protocol.
283 DeviceHandle,
443 IN EFI_HANDLE DeviceHandle
454 DeviceHandle - Handle of PCIIO protocol.
469 DeviceHandle,
487 IN EFI_HANDLE DeviceHandle
498 DeviceHandle - Handle of PCIIO protocol.
512 DeviceHandle,
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVModes.cpp462 NTSTATUS Status = pDevExt->u.primary.DxgkInterface.DxgkCbIndicateChildStatus(pDevExt->u.primary.DxgkInterface.DeviceHandle, &DdiChildStatus);
482 NTSTATUS Status = pDevExt->u.primary.DxgkInterface.DxgkCbIndicateChildStatus(pDevExt->u.primary.DxgkInterface.DeviceHandle, &DdiChildStatus);
501 NTSTATUS Status = pDevExt->u.primary.DxgkInterface.DxgkCbIndicateChildStatus(pDevExt->u.primary.DxgkInterface.DeviceHandle, &DdiChildStatus);

Completed in 99 milliseconds

123