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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c330 InfoEntry and InfoSize are external input. Care must be taken to make sure not security issue at runtime.
332 @param[in, out] InfoEntry A pointer to the buffer of variable information entry.
334 InfoEntry->VendorGuid is zero, return the first information.
348 IN OUT VARIABLE_INFO_ENTRY *InfoEntry,
358 if (InfoEntry == NULL) {
372 InfoName = (CHAR16 *)(InfoEntry + 1);
374 CopyGuid (&VendorGuid, &InfoEntry->VendorGuid);
380 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
419 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY));
347 SmmVariableGetStatistics( IN OUT VARIABLE_INFO_ENTRY *InfoEntry, IN OUT UINTN *InfoSize ) argument
/device/linaro/bootloader/edk2/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 65 milliseconds