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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserManager.h115 #define EFI_USER_INFO_NAME_RECORD 0x01 macro
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c134 NewUserInfo->InfoType = EFI_USER_INFO_NAME_RECORD;
H A DUserProfileDelete.c89 if (Info->InfoType == EFI_USER_INFO_NAME_RECORD) {
H A DUserProfileModify.c196 case EFI_USER_INFO_NAME_RECORD:
1154 Info->InfoType = EFI_USER_INFO_NAME_RECORD;
1196 Status = FindInfoByType (mModifyUser, EFI_USER_INFO_NAME_RECORD, &UserInfo);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c627 case EFI_USER_INFO_NAME_RECORD:
1584 Info->InfoType = EFI_USER_INFO_NAME_RECORD;
1705 Status = FindUserInfoByType (mCurrentUser, &NameInfo, EFI_USER_INFO_NAME_RECORD);
2064 Status = FindUserInfoByType (User, &UserInfo, EFI_USER_INFO_NAME_RECORD);

Completed in 55 milliseconds