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

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c3009 USER_PROFILE_ENTRY *UserEntry; local
3025 UserEntry = (USER_PROFILE_ENTRY *) mUserProfileDb->UserProfile[0];
3027 Status = FindUserInfoByType (UserEntry, &IdentifyInfo, EFI_USER_INFO_IDENTITY_POLICY_RECORD);
3035 mCurrentUser = (EFI_USER_PROFILE_HANDLE) UserEntry;
3036 UpdateUserInfo (UserEntry);
3037 *User = UserEntry;
3053 Status = IdentifyAutoLogonUser (Index, &UserEntry);
3055 mCurrentUser = (EFI_USER_PROFILE_HANDLE) UserEntry;
3056 UpdateUserInfo (UserEntry);
3057 *User = UserEntry;
[all...]

Completed in 26 milliseconds