Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
DVariableSmm.c347 IN OUT VARIABLE_INFO_ENTRY *InfoEntry, in SmmVariableGetStatistics() argument
358 if (InfoEntry == NULL) { in SmmVariableGetStatistics()
372 InfoName = (CHAR16 *)(InfoEntry + 1); in SmmVariableGetStatistics()
375 CopyGuid (&VendorGuid, &InfoEntry->VendorGuid); in SmmVariableGetStatistics()
387 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY)); in SmmVariableGetStatistics()
427 CopyMem (InfoEntry, VariableInfo, sizeof (VARIABLE_INFO_ENTRY)); in SmmVariableGetStatistics()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DUserIdentifyManager.c342 EFI_USER_INFO *InfoEntry; in FindUserProfileByInfo() local
354 InfoEntry = *UserInfo; in FindUserProfileByInfo()
356 InfoEntry = NULL; in FindUserProfileByInfo()
375 Status = FindUserInfoByType (*User, &InfoEntry, Info->InfoType); in FindUserProfileByInfo()
381 …if (CompareMem ((UINT8 *) (InfoEntry + 1), (UINT8 *) (Info + 1), InfoSize - sizeof (EFI_USER_INFO)… in FindUserProfileByInfo()
386 *UserInfo = InfoEntry; in FindUserProfileByInfo()
396 InfoEntry = NULL; in FindUserProfileByInfo()