Searched defs:DriverHandle (Results 26 - 35 of 35) sorted by relevance

12

/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...]
H A DHiiDatabase.h115 EFI_HANDLE DriverHandle; member in struct:__anon11186
261 EFI_HANDLE DriverHandle; member in struct:_HII_DATABASE_RECORD
1145 EFI_DEVICE_PATH_PROTOCOL associated with the DriverHandle, then this function will
1152 @param DriverHandle Associate the package list with this EFI handle.
1169 IN CONST EFI_HANDLE DriverHandle, OPTIONAL
1470 @param DriverHandle On return, contains the EFI_HANDLE which was
1474 @retval EFI_SUCCESS The DriverHandle was returned successfully.
1476 DriverHandle was NULL.
1484 OUT EFI_HANDLE *DriverHandle
/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/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.c3679 EFI_HANDLE DriverHandle; local
3694 Status = mHiiDatabase->GetPackageListHandle (mHiiDatabase, Handle, &DriverHandle);
3698 FormSet->DriverHandle = DriverHandle;
3700 DriverHandle,
H A DUi.c1699 EFI_HANDLE DriverHandle; local
1712 &DriverHandle
1761 if (!EFI_ERROR (Status) && (Handle == DriverHandle)) {
H A DSetup.h480 EFI_HANDLE DriverHandle; member in struct:__anon11285
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp6.h70 EFI_HANDLE DriverHandle; member in struct:__anon12174
/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...]
/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...]

Completed in 2965 milliseconds

12