Searched refs:DriverHandle (Results 26 - 50 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DTcp6.h75 EFI_HANDLE DriverHandle; ///< The handle of the driver that creates this entry. member in struct:__anon12338
H A DUdp4.h49 EFI_HANDLE DriverHandle; member in struct:__anon12353
H A DIp6.h70 EFI_HANDLE DriverHandle; member in struct:__anon12174
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h76 EFI_HANDLE DriverHandle; member in struct:__anon12703
H A DUsbCredentialProvider.c623 CallbackInfo->DriverHandle = NULL;
630 CallbackInfo->DriverHandle,
1399 &mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.h96 EFI_HANDLE DriverHandle; member in struct:__anon12707
H A DUserIdentifyManager.c2817 CallbackInfo->DriverHandle = NULL;
2823 &CallbackInfo->DriverHandle,
2837 CallbackInfo->DriverHandle,
3747 &mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.h92 EFI_HANDLE DriverHandle; member in struct:__anon12712
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c2185 ConfigRequestHdr = HiiConstructConfigHdr (&gSecureBootConfigFormSetGuid, mSecureBootStorageName, PrivateData->DriverHandle);
2579 EFI_HANDLE DriverHandle; local
2582 DriverHandle = NULL;
2585 &DriverHandle,
2596 PrivateData->DriverHandle = DriverHandle;
2603 DriverHandle,
2610 DriverHandle,
2699 if (PrivateData->DriverHandle != NULL) {
2701 PrivateData->DriverHandle,
[all...]
H A DSecureBootConfigImpl.h207 EFI_HANDLE DriverHandle; member in struct:__anon12738
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c35 EFI_HANDLE DriverHandle; member in struct:__anon11261
1192 ConfigRequestHdr = HiiConstructConfigHdr (&gPlatformOverridesManagerGuid, mVariableName, Private->DriverHandle);
1630 &mCallbackInfo->DriverHandle,
1648 mCallbackInfo->DriverHandle,
1703 if (mCallbackInfo->DriverHandle != NULL) {
1705 mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c531 ConfigRequestHdr = HiiConstructConfigHdr (&gIp4IScsiConfigGuid, mVendorStorageName, Private->DriverHandle);
1158 &CallbackInfo->DriverHandle,
1172 CallbackInfo->DriverHandle,
1228 mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Common.c328 Ip4VariableData->DriverHandle = IpSb->Image;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c679 CallbackInfo->DriverHandle = NULL;
685 &CallbackInfo->DriverHandle,
699 CallbackInfo->DriverHandle,
1450 &mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c2774 EFI_DEVICE_PATH_PROTOCOL associated with the DriverHandle, then this function will
2781 @param DriverHandle Associate the package list with this EFI handle.
2799 IN CONST EFI_HANDLE DriverHandle, OPTIONAL
2825 DatabaseRecord->DriverHandle == DriverHandle) {
2847 DatabaseRecord->DriverHandle = DriverHandle;
2853 DriverHandle,
3805 @param DriverHandle On return, contains the EFI_HANDLE which was
3809 @retval EFI_SUCCESS The DriverHandle wa
2796 HiiNewPackageList( IN CONST EFI_HII_DATABASE_PROTOCOL *This, IN CONST EFI_HII_PACKAGE_LIST_HEADER *PackageList, IN CONST EFI_HANDLE DriverHandle, OPTIONAL OUT EFI_HII_HANDLE *Handle ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DHiiLib.h271 @param[in] DriverHandle The driver handle that supports a Device Path Protocol
273 the Device Path associated with DriverHandle is converted
276 @retval NULL DriverHandle does not support the Device Path Protocol.
277 @retval NULL DriverHandle does not support the Device Path Protocol.
286 IN EFI_HANDLE DriverHandle
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c1235 @param[in] DriverHandle The handle of the driver.
1246 IN CONST EFI_HANDLE DriverHandle,
1267 DriverHandle,
1277 DriverHandle,
1245 ParseHandleDatabaseForChildDevices( IN CONST EFI_HANDLE DriverHandle, IN UINTN *MatchingHandleCount, OUT EFI_HANDLE **MatchingHandleBuffer OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c1943 ConfigRequestHdr = HiiConstructConfigHdr (&gIScsiConfigGuid, mVendorStorageName, Private->DriverHandle);
2487 &CallbackInfo->DriverHandle,
2501 CallbackInfo->DriverHandle,
2508 &CallbackInfo->DriverHandle,
2583 mCallbackInfo->DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c580 @param[in] DriverHandle The driver handle which supports a Device Path Protocol
582 the Device Path associated with DriverHandle is converted
585 @retval NULL DriverHandle does not support the Device Path Protocol.
594 IN EFI_HANDLE DriverHandle
617 // Retrieve DevicePath Protocol associated with DriverHandle
619 if (DriverHandle != NULL) {
620 DevicePath = DevicePathFromHandle (DriverHandle);
676 // Append the device path associated with DriverHandle converted to <HexChar>DevicePathSize
1625 EFI_HANDLE DriverHandle; local
1735 Status = gBS->LocateDevicePath (&gEfiDevicePathProtocolGuid, &TempDevicePath, &DriverHandle);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Common.c688 Ip6VariableData->DriverHandle = IpSb->Image;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c371 &gFrontPagePrivate.DriverHandle,
385 gFrontPagePrivate.DriverHandle,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMisc.c1036 Tcp4VariableData->DriverHandle = TcpService->DriverBindingHandle;
1053 Tcp6VariableData->DriverHandle = TcpService->DriverBindingHandle;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c2041 EFI_HANDLE DriverHandle; local
2059 DriverHandle = NULL;
2074 &DriverHandle
2076 if (EFI_ERROR (Status) || (DriverHandle == NULL)) {
2094 if (!EFI_ERROR (Status) && (Handle == DriverHandle)) {
H A DSetup.h480 EFI_HANDLE DriverHandle; member in struct:__anon11285
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Misc.c955 Tcp4VariableData->DriverHandle = Tcp4Service->DriverBindingHandle;

Completed in 271 milliseconds

123