Searched refs:InfoEntry (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c244 @param[in, out] InfoEntry A pointer to the buffer of variable information entry.
246 InfoEntry->VendorGuid is zero, return the first information.
259 IN OUT VARIABLE_INFO_ENTRY *InfoEntry,
268 ASSERT (InfoEntry != NULL);
279 InfoName = (CHAR16 *)(InfoEntry + 1);
281 if (CompareGuid (&InfoEntry->VendorGuid, &mZeroGuid)) {
285 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
295 if (CompareGuid (&VariableInfo->VendorGuid, &InfoEntry->VendorGuid)) {
324 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
258 SmmVariableGetStatistics( IN OUT VARIABLE_INFO_ENTRY *InfoEntry, IN OUT UINTN *InfoSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableSmm.c244 @param[in, out] InfoEntry A pointer to the buffer of variable information entry.
246 InfoEntry->VendorGuid is zero, return the first information.
260 IN OUT VARIABLE_INFO_ENTRY *InfoEntry,
269 if (InfoEntry == NULL) {
283 InfoName = (CHAR16 *)(InfoEntry + 1);
285 if (CompareGuid (&InfoEntry->VendorGuid, &mZeroGuid)) {
289 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
299 if (CompareGuid (&VariableInfo->VendorGuid, &InfoEntry->VendorGuid)) {
328 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
259 SmmVariableGetStatistics( IN OUT VARIABLE_INFO_ENTRY *InfoEntry, IN OUT UINTN *InfoSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c342 EFI_USER_INFO *InfoEntry; local
354 InfoEntry = *UserInfo;
356 InfoEntry = NULL;
375 Status = FindUserInfoByType (*User, &InfoEntry, Info->InfoType);
381 if (CompareMem ((UINT8 *) (InfoEntry + 1), (UINT8 *) (Info + 1), InfoSize - sizeof (EFI_USER_INFO)) == 0) {
386 *UserInfo = InfoEntry;
396 InfoEntry = NULL;

Completed in 104 milliseconds