Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
- Timestamp:
- Aug 12, 2020 4:09:12 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139865
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
r80721 r85718 37 37 #pragma pack() 38 38 39 EFI_H ANDLE mDpHiiHandle;39 EFI_HII_HANDLE mDpHiiHandle; 40 40 41 41 typedef struct { … … 155 155 } 156 156 // 157 // Try to get the Handle f orm the caached array.157 // Try to get the Handle from the cached array. 158 158 // 159 159 for (Index = 0; Index < mCachePairCount; Index++) { … … 919 919 920 920 /** 921 Retri ve HII package list from ImageHandle and publish to HII database.921 Retrieve HII package list from ImageHandle and publish to HII database. 922 922 923 923 @param ImageHandle The image handle of the process. … … 925 925 @return HII handle. 926 926 **/ 927 EFI_H ANDLE927 EFI_HII_HANDLE 928 928 InitializeHiiPackage ( 929 929 EFI_HANDLE ImageHandle … … 932 932 EFI_STATUS Status; 933 933 EFI_HII_PACKAGE_LIST_HEADER *PackageList; 934 EFI_H ANDLEHiiHandle;934 EFI_HII_HANDLE HiiHandle; 935 935 936 936 //
Note:
See TracChangeset
for help on using the changeset viewer.