/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/ |
H A D | PwdCredentialProvider.c | 112 &NewTable->UserInfo, 113 &mPwdTable->UserInfo, 152 NewPasswordInfo = &mPwdTable->UserInfo[mPwdTable->Count]; 177 CopyMem (&mPwdTable->UserInfo[Index], NewPasswordInfo, sizeof (PASSWORD_INFO)); 188 &mPwdTable->UserInfo 256 CopyMem (mPwdTable->UserInfo, Var, VarSize); 400 Pwd = mPwdTable->UserInfo[Index].Password; 436 EFI_USER_INFO *UserInfo; local 462 UserInfo = NULL; 476 UserInfo, 745 EFI_USER_INFO *UserInfo; local 983 EFI_USER_INFO *UserInfo; local 1154 CredentialGetInfo( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN EFI_USER_INFO_HANDLE UserInfo, OUT EFI_USER_INFO *Info, IN OUT UINTN *InfoSize ) argument 1370 EFI_USER_INFO *UserInfo; local [all...] |
H A D | PwdCredentialProvider.h | 60 PASSWORD_INFO UserInfo[1]; member in struct:__anon12696 300 @param[in] UserInfo Handle of the user information data record. 313 @retval EFI_NOT_FOUND The specified UserInfo does not refer to a valid user info handle. 320 IN EFI_USER_INFO_HANDLE UserInfo, 330 information record handle, point UserInfo at a NULL. Each subsequent call will retrieve 331 another user information record handle until there are no more, at which point UserInfo 335 @param[in, out] UserInfo On entry, points to the previous user information handle or NULL 341 @retval EFI_INVALID_PARAMETER UserInfo is NULL. 348 IN OUT EFI_USER_INFO_HANDLE *UserInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/ |
H A D | UsbCredentialProvider.c | 90 &NewTable->UserInfo, 91 &mUsbTable->UserInfo, 129 NewUsbInfo = &mUsbTable->UserInfo[mUsbTable->Count]; 154 CopyMem (&mUsbTable->UserInfo[Index], NewUsbInfo, sizeof (USB_INFO)); 165 &mUsbTable->UserInfo 232 CopyMem (mUsbTable->UserInfo, Var, VarSize); 524 EFI_USER_INFO *UserInfo; local 550 UserInfo = NULL; 564 UserInfo, 568 if (UserInfo ! 675 EFI_USER_INFO *UserInfo; local 891 EFI_USER_INFO *UserInfo; local 1102 CredentialGetInfo( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN EFI_USER_INFO_HANDLE UserInfo, OUT EFI_USER_INFO *Info, IN OUT UINTN *InfoSize ) argument 1319 EFI_USER_INFO *UserInfo; local [all...] |
H A D | UsbCredentialProvider.h | 61 USB_INFO UserInfo[1]; member in struct:__anon12701 288 @param[in] UserInfo Handle of the user information data record. 301 @retval EFI_NOT_FOUND The specified UserInfo does not refer to a valid user info handle. 308 IN EFI_USER_INFO_HANDLE UserInfo, 317 information record handle, point UserInfo at a NULL. Each subsequent call will retrieve 318 another user information record handle until there are no more, at which point UserInfo 322 @param[in, out] UserInfo On entry, points to the previous user information handle or NULL 328 @retval EFI_INVALID_PARAMETER UserInfo is NULL. 335 IN OUT EFI_USER_INFO_HANDLE *UserInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
H A D | UserProfileAdd.c | 127 EFI_USER_INFO_HANDLE UserInfo; local 156 UserInfo = NULL; 160 &UserInfo, 181 EFI_USER_INFO_HANDLE UserInfo; local 203 UserInfo = NULL; 207 &UserInfo, 227 EFI_USER_INFO_HANDLE UserInfo; local 245 UserInfo = NULL; 249 &UserInfo, 269 EFI_USER_INFO_HANDLE UserInfo; local [all...] |
H A D | UserProfileDelete.c | 31 EFI_USER_INFO_HANDLE UserInfo; local 49 UserInfo = NULL; 58 &UserInfo 67 UserInfo, 80 UserInfo, 188 EFI_USER_INFO_HANDLE UserInfo; local 213 Status = FindInfoByType (User, EFI_USER_INFO_IDENTITY_POLICY_RECORD, &UserInfo); 220 Status = mUserManager->GetInfo (mUserManager, User, UserInfo, Info, &InfoSize); 226 Status = mUserManager->GetInfo (mUserManager, User, UserInfo, Info, &InfoSize);
|
H A D | UserProfileModify.c | 115 EFI_USER_INFO_HANDLE UserInfo; local 156 UserInfo = NULL; 158 Status = mUserManager->GetNextInfo (mUserManager, mModifyUser, &UserInfo); 169 UserInfo, 184 UserInfo, 756 @param[out] UserInfo Points to user information handle found. 766 OUT EFI_USER_INFO_HANDLE *UserInfo 774 if (UserInfo == NULL) { 778 *UserInfo = NULL; 792 Status = mUserManager->GetNextInfo (mUserManager, User, UserInfo); 1123 EFI_USER_INFO_HANDLE UserInfo; local 1390 EFI_USER_INFO_HANDLE UserInfo; local [all...] |
H A D | ModifyIdentityPolicy.c | 424 EFI_USER_INFO_HANDLE UserInfo; local 438 Status = FindInfoByType (mModifyUser, EFI_USER_INFO_IDENTITY_POLICY_RECORD, &UserInfo); 462 Status = mUserManager->SetInfo (mUserManager, mModifyUser, &UserInfo, Info, Info->InfoSize);
|
H A D | ModifyAccessPolicy.c | 31 EFI_USER_INFO_HANDLE UserInfo; local 176 Status = FindInfoByType (mModifyUser, EFI_USER_INFO_ACCESS_POLICY_RECORD, &UserInfo); 187 &UserInfo,
|
H A D | UserProfileManager.h | 388 @param[out] UserInfo Points to user information handle found. 398 OUT EFI_USER_INFO_HANDLE *UserInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
H A D | UserIdentifyManager.c | 180 EFI_USER_INFO *UserInfo; local 200 UserInfo = (EFI_USER_INFO *) (User->ProfileInfo + InfoLen); 201 if (UserInfo == *Info) { 207 InfoLen += ALIGN_VARIABLE (UserInfo->InfoSize); 215 UserInfo = (EFI_USER_INFO *) (User->ProfileInfo + InfoLen); 216 InfoLen += ALIGN_VARIABLE (UserInfo->InfoSize); 271 EFI_USER_INFO *UserInfo; local 293 UserInfo = (EFI_USER_INFO *) (User->ProfileInfo + InfoLen); 294 if (UserInfo->InfoType == InfoType) { 295 if (UserInfo ! 334 FindUserProfileByInfo( IN OUT USER_PROFILE_ENTRY **User, IN OUT EFI_USER_INFO **UserInfo, OPTIONAL IN EFI_USER_INFO *Info, IN UINTN InfoSize ) argument 844 EFI_USER_INFO *UserInfo; local 1029 AddUserInfo( IN USER_PROFILE_ENTRY *User, IN UINT8 *Info, IN UINTN InfoSize, OUT EFI_USER_INFO **UserInfo, OPTIONAL IN BOOLEAN Save ) argument 1101 GetUserInfo( IN USER_PROFILE_ENTRY *User, IN EFI_USER_INFO *UserInfo, OUT EFI_USER_INFO *Info, IN OUT UINTN *InfoSize, IN BOOLEAN ChkRight ) argument 1233 ModifyUserInfo( IN USER_PROFILE_ENTRY *User, IN OUT EFI_USER_INFO **UserInfo, IN CONST EFI_USER_INFO *Info, IN UINTN InfoSize ) argument 1517 EFI_USER_INFO *UserInfo; local 2061 EFI_USER_INFO *UserInfo; local 3474 UserProfileGetInfo( IN CONST EFI_USER_MANAGER_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, IN EFI_USER_INFO_HANDLE UserInfo, OUT EFI_USER_INFO *Info, IN OUT UINTN *InfoSize ) argument 3539 UserProfileSetInfo( IN CONST EFI_USER_MANAGER_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, IN OUT EFI_USER_INFO_HANDLE *UserInfo, IN CONST EFI_USER_INFO *Info, IN UINTN InfoSize ) argument [all...] |
H A D | UserIdentifyManager.h | 242 The search starts with the user information record handle following UserInfo and 253 @param[in, out] UserInfo On entry, points to the previously returned user information 266 and UserInfo points to the user information handle. 267 @retval EFI_NOT_FOUND User information was not found. User points to NULL and UserInfo 276 IN OUT EFI_USER_INFO_HANDLE *UserInfo OPTIONAL, 289 @param UserInfo Handle of the user information data record. 309 IN EFI_USER_INFO_HANDLE UserInfo, 322 @param UserInfo Handle of the user information data record. 339 IN OUT EFI_USER_INFO_HANDLE *UserInfo, 372 Delete the user information attached to the user profile specified by the UserInfo [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | UserManager.h | 410 with the user information record handle following UserInfo and continues until either the 419 @param[in,out] UserInfo On entry, points to the previously returned user information handle or NULL to start 430 @retval EFI_SUCCESS User information was found. User points to the user profile handle and UserInfo 432 @retval EFI_NOT_FOUND User information was not found. User points to NULL and UserInfo points to NULL. 440 IN OUT EFI_USER_INFO_HANDLE *UserInfo OPTIONAL, 485 @param[in] UserInfo Handle of the user information data record. 497 @retval EFI_NOT_FOUND User does not refer to a valid user profile or UserInfo does not refer to a valid 506 IN EFI_USER_INFO_HANDLE UserInfo, 514 This function changes user information. If NULL is pointed to by UserInfo, then a new user 515 information record is created and its handle is returned in UserInfo [all...] |
H A D | UserCredential.h | 225 @param[in] UserInfo Handle of the user information data record. 236 @retval EFI_NOT_FOUND The specified UserInfo does not refer to a valid user info handle. 243 IN EFI_USER_INFO_HANDLE UserInfo, 252 handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information 253 record handle until there are no more, at which point UserInfo will point to NULL. 256 @param[in,out] UserInfo On entry, points to the previous user information handle or NULL to 262 @retval EFI_INVALID_PARAMETER UserInfo is NULL. 268 IN OUT EFI_USER_INFO_HANDLE *UserInfo
|
H A D | UserCredential2.h | 223 @param[in] UserInfo Handle of the user information data record. 234 @retval EFI_NOT_FOUND The specified UserInfo does not refer to a valid user info handle. 241 IN EFI_USER_INFO_HANDLE UserInfo, 250 handle, point UserInfo at a NULL. Each subsequent call will retrieve another user information 251 record handle until there are no more, at which point UserInfo will point to NULL. 254 @param[in,out] UserInfo On entry, points to the previous user information handle or NULL to 260 @retval EFI_INVALID_PARAMETER UserInfo is NULL. 266 IN OUT EFI_USER_INFO_HANDLE *UserInfo
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/ |
H A D | DxeDeferImageLoadLib.c | 177 EFI_USER_INFO_HANDLE UserInfo; local 200 UserInfo = NULL; 207 Status = UserManager->GetNextInfo (UserManager, CurrentUser, &UserInfo); 215 UserInfo, 228 UserInfo,
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | rpcasync.h | 164 void *UserInfo; member in struct:_RPC_ASYNC_STATE
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | rpcasync.h | 157 void *UserInfo; member in struct:_RPC_ASYNC_STATE
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Expression.c | 1932 EFI_USER_INFO *UserInfo; local 1975 UserInfo = (EFI_USER_INFO *) AllocatePool (UserInfoSize); 1976 if (UserInfo == NULL) { 1980 Status = mUserManager->GetInfo (mUserManager, UserProfileHandle, UserInfoHandle, UserInfo, &UserInfoSize); 1982 UserInfo->InfoType != EFI_USER_INFO_ACCESS_POLICY_RECORD || 1983 UserInfo->InfoSize <= sizeof (EFI_USER_INFO)) { 1984 FreePool (UserInfo); 1988 RemainSize = UserInfo->InfoSize - sizeof (EFI_USER_INFO); 1989 AccessControl = (EFI_USER_INFO_ACCESS_CONTROL *)(UserInfo + 1); 2003 FreePool (UserInfo); [all...] |
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMain-win.cpp | 2762 TOKEN_USER UserInfo; member in union:__anon16394 2768 SUPR3HARDENED_ASSERT_NT_SUCCESS(RtlCopySid(cbSidUser, pSidUser, uBuf.UserInfo.User.Sid));
|