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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c35 EFI_USER_PROFILE_HANDLE mCurrentUser = NULL; variable
765 (USER_PROFILE_ENTRY *) mCurrentUser,
1134 if (User != mCurrentUser) {
1381 if (User == mCurrentUser) {
1696 Status = FindUserInfoByType (mCurrentUser, &IdInfo, EFI_USER_INFO_IDENTIFIER_RECORD);
1705 Status = FindUserInfoByType (mCurrentUser, &NameInfo, EFI_USER_INFO_NAME_RECORD);
2420 Status = IdentifyByProviderId (mCurrentUser, &mProviderDb->Provider[QuestionId & 0xFFF]->Identifier);
2452 mCurrentUser = (EFI_USER_PROFILE_HANDLE) User;
2462 mCurrentUser = (EFI_USER_PROFILE_HANDLE) User;
3035 mCurrentUser
[all...]

Completed in 55 milliseconds