Searched refs:User (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c84 And if NextUser is TRUE, return the next User in the user database.
86 @param[in, out] User On entry, points to the user profile entry to search.
88 @param[in] NextUser If FALSE, find the user in user profile database specifyed by User
90 by User.
92 user specifyed by User.
94 @retval EFI_NOT_FOUND User was NULL, or User was not found, or the next user was not found.
95 @retval EFI_SUCCESS User or the next user are found in user profile database
100 IN OUT USER_PROFILE_ENTRY **User,
110 if ((mUserProfileDb == NULL) || (User
99 FindUserProfile( IN OUT USER_PROFILE_ENTRY **User, IN BOOLEAN NextUser, OUT UINTN *ProfileIndex OPTIONAL ) argument
172 FindUserInfo( IN USER_PROFILE_ENTRY * User, IN OUT EFI_USER_INFO **Info, IN BOOLEAN NextInfo, OUT UINTN *Offset OPTIONAL ) argument
264 FindUserInfoByType( IN USER_PROFILE_ENTRY *User, IN OUT EFI_USER_INFO **Info, IN UINT8 InfoType ) argument
334 FindUserProfileByInfo( IN OUT USER_PROFILE_ENTRY **User, IN OUT EFI_USER_INFO **UserInfo, OPTIONAL IN EFI_USER_INFO *Info, IN UINTN InfoSize ) argument
944 ExpandUserProfile( IN USER_PROFILE_ENTRY *User, IN UINTN ExpandSize ) argument
986 SaveNvUserProfile( IN USER_PROFILE_ENTRY *User, IN BOOLEAN Delete ) argument
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
1178 DelUserInfo( IN USER_PROFILE_ENTRY *User, IN EFI_USER_INFO *Info, IN BOOLEAN Save ) argument
1233 ModifyUserInfo( IN USER_PROFILE_ENTRY *User, IN OUT EFI_USER_INFO **UserInfo, IN CONST EFI_USER_INFO *Info, IN UINTN InfoSize ) argument
1443 USER_PROFILE_ENTRY *User; local
1557 USER_PROFILE_ENTRY *User; local
1754 GetIdentifyType( IN EFI_USER_PROFILE_HANDLE User, OUT UINT8 *PolicyType ) argument
1808 IdentifyByProviderId( IN EFI_USER_PROFILE_HANDLE User, IN EFI_GUID *Provider ) argument
2053 AddUserSelection( IN UINT16 Index, IN USER_PROFILE_ENTRY *User, IN VOID *OpCodeHandle ) argument
2336 USER_PROFILE_ENTRY *User; local
3393 UserProfileFind( IN CONST EFI_USER_MANAGER_PROTOCOL *This, IN OUT EFI_USER_PROFILE_HANDLE *User, IN OUT EFI_USER_INFO_HANDLE *UserInfo OPTIONAL, IN CONST EFI_USER_INFO *Info, IN UINTN InfoSize ) argument
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
3649 UserProfileDeleteInfo( IN CONST EFI_USER_MANAGER_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, IN EFI_USER_INFO_HANDLE UserInfo ) argument
3703 UserProfileGetNextInfo( IN CONST EFI_USER_MANAGER_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, IN OUT EFI_USER_INFO_HANDLE *UserInfo ) argument
[all...]
H A DUserIdentifyManager.h2 The header file for User identify Manager driver.
136 The user profile is non-volatile, but the handle User
141 @param[out] User Handle of a new user profile.
143 @retval EFI_SUCCESS User profile was successfully created.
147 @retval EFI_INVALID_PARAMETER User is NULL.
154 OUT EFI_USER_PROFILE_HANDLE *User
163 @param User User profile handle.
165 @retval EFI_SUCCESS User profile was successfully deleted.
170 @retval EFI_INVALID_PARAMETER User doe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileDelete.c20 @param[in] User Handle of a user profile.
27 IN EFI_USER_PROFILE_HANDLE User
57 User,
66 User,
79 User,
119 @param[in] User Points to the user profile whose username is added.
126 IN EFI_USER_PROFILE_HANDLE User,
136 NameId = GetUserName (User);
186 EFI_USER_PROFILE_HANDLE User; local
195 User
125 AddUserToForm( IN EFI_USER_PROFILE_HANDLE User, IN UINT16 Index, IN VOID *OpCodeHandle ) argument
274 EFI_USER_PROFILE_HANDLE User; local
[all...]
H A DUserProfileAdd.c47 L"Input User Name",
110 @param[in] User Handle of a user profile .
121 IN EFI_USER_PROFILE_HANDLE User,
159 User,
172 @param[in] User Handle of a user profile.
177 IN EFI_USER_PROFILE_HANDLE User
206 User,
218 @param[in] User Handle of a user profile.
223 IN EFI_USER_PROFILE_HANDLE User
248 User,
120 SetUserName( IN EFI_USER_PROFILE_HANDLE User, IN UINTN UserNameLen, IN CHAR16 *UserName ) argument
310 EFI_USER_PROFILE_HANDLE User; local
[all...]
H A DModifyIdentityPolicy.c64 @param[in] User Points to user profile.
73 IN EFI_USER_PROFILE_HANDLE User
85 return UserCredential->Enroll (UserCredential, User);
94 Delete the User's credential record on the provider.
97 @param[in] User Points to user profile.
99 @retval EFI_SUCCESS Delete User's credential record successfully.
106 IN EFI_USER_PROFILE_HANDLE User
118 return UserCredential->Delete (UserCredential, User);
127 Delete User's credental from all the providers that exist in User'
[all...]
H A DUserProfileManager.h51 // User profile information structure.
72 // User access information structure.
201 @param[in] User Points to the user profile whose username is added.
208 IN EFI_USER_PROFILE_HANDLE User,
384 Find the specified info in User profile by the InfoType.
386 @param[in] User Handle of the user whose information will be searched.
396 IN EFI_USER_PROFILE_HANDLE User,
431 Delete User's credental from all the providers that exist in User's identity policy.
433 @param[in] IdentityPolicy Point to User'
[all...]
H A DUserProfileModify.c30 EFI_USER_PROFILE_HANDLE User; local
71 User = NULL;
75 Status = mUserManager->GetNext (mUserManager, &User);
85 if ((CurrentAccessRight == EFI_USER_INFO_ACCESS_MANAGE) || (User == CurrentUser)) {
86 AddUserToForm (User, (UINT16)(KEY_MODIFY_USER | KEY_SELECT_USER | Index), StartOpCodeHandle);
752 Find the specified info in User profile by the InfoType.
754 @param[in] User Handle of the user whose information will be searched.
764 IN EFI_USER_PROFILE_HANDLE User,
792 Status = mUserManager->GetNextInfo (mUserManager, User, UserInfo);
802 User,
763 FindInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO_HANDLE *UserInfo ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential2.h2 UEFI 2.3.1 User Credential Protocol definition.
37 @param[in] User The user profile to enroll.
39 @retval EFI_SUCCESS User profile was successfully enrolled.
45 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
51 IN EFI_USER_PROFILE_HANDLE User
143 @param[in] User The user profile handle of the user profile currently being considered
148 @retval EFI_SUCCESS User identifier returned successfully.
151 @retval EFI_NOT_FOUND User is not NULL, and the specified user handle can't be found in user
159 IN EFI_USER_PROFILE_HANDLE User,
167 FALSE, then the user interface will be constructed by the User Identit
302 EFI_CREDENTIAL2_USER User; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
[all...]
H A DUserManager.h2 UEFI User Manager Protocol definition.
21 /// Global ID for the User Manager Protocol
52 /// User information structure
79 /// User credential class GUIDs
105 /// User information record types
191 /// User Information access types
277 /// User identity policy expression operators.
294 /// User information table
307 handle. The user profile is non-volatile, but the handle User can change across reboots.
310 @param[out] User O
[all...]
H A DUserCredential.h2 UEFI 2.2 User Credential Protocol definition.It has been removed from UEFI 2.3.1 and replaced
34 is successfully enrolled, it calls the User Manager Protocol function Notify() to notify the user
39 @param[in] User The user profile to enroll.
41 @retval EFI_SUCCESS User profile was successfully enrolled.
47 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
53 IN EFI_USER_PROFILE_HANDLE User
145 @param[in] User The user profile handle of the user profile currently being considered
150 @retval EFI_SUCCESS User identifier returned successfully.
153 @retval EFI_NOT_FOUND User is not NULL, and the specified user handle can't be found in user
161 IN EFI_USER_PROFILE_HANDLE User,
281 EFI_CREDENTIAL_USER User; member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.h100 @param[in] User The user profile to enroll.
102 @retval EFI_SUCCESS User profile was successfully enrolled.
111 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
118 IN EFI_USER_PROFILE_HANDLE User
215 @param[in] User The user profile handle of the user profile currently being
220 @retval EFI_SUCCESS User identifier returned successfully.
224 @retval EFI_NOT_FOUND User is not NULL, and the specified user handle can't be
232 IN EFI_USER_PROFILE_HANDLE User,
240 AutoLogon returns FALSE, then the user interface will be constructed by the User
339 @retval EFI_SUCCESS User informatio
[all...]
H A DPwdCredentialProvider.c414 This function searches all user information records of User from beginning
419 @param[in] User Points to the user profile record to search.
430 IN EFI_USER_PROFILE_HANDLE User,
465 Status = UserManager->GetNextInfo (UserManager, User, &UserInfoHandle);
474 User,
489 User,
721 @param[in] User The user profile to enroll.
723 @retval EFI_SUCCESS User profile was successfully enrolled.
732 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
739 IN EFI_USER_PROFILE_HANDLE User
429 FindUserInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO **Info ) argument
975 CredentialUser( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, OUT EFI_USER_INFO_IDENTIFIER *Identifier ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.h84 If a user profile is successfully enrolled, it calls the User Manager Protocol
90 @param[in] User The user profile to enroll.
92 @retval EFI_SUCCESS User profile was successfully enrolled.
101 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
108 IN EFI_USER_PROFILE_HANDLE User
203 @param[in] User The user profile handle of the user profile currently being
208 @retval EFI_SUCCESS User identifier returned successfully.
212 @retval EFI_NOT_FOUND User is not NULL, and the specified user handle can't be
220 IN EFI_USER_PROFILE_HANDLE User,
228 AutoLogon returns FALSE, then the user interface will be constructed by the User
[all...]
H A DUsbCredentialProvider.c502 This function searches all user information records of User from beginning
507 @param[in] User Points to the user profile record to search.
518 IN EFI_USER_PROFILE_HANDLE User,
553 Status = UserManager->GetNextInfo (UserManager, User, &UserInfoHandle);
562 User,
577 User,
651 @param[in] User The user profile to enroll.
653 @retval EFI_SUCCESS User profile was successfully enrolled.
662 @retval EFI_INVALID_PARAMETER User does not refer to a valid user profile handle.
669 IN EFI_USER_PROFILE_HANDLE User
517 FindUserInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO **Info ) argument
883 CredentialUser( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN EFI_USER_PROFILE_HANDLE User, OUT EFI_USER_INFO_IDENTIFIER *Identifier ) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIDefs.h59 ResizeEventType = QEvent::User + 101
/vbox/src/VBox/Installer/linux/
H A DVBox.sh63 Please consult the User Manual for build instructions.
/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.h200 * This is called by a timer or a User event posted by the debugger thread.
367 enum { kEventNumber = QEvent::User + 42 };
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Include/Library/
H A DGenericBdsLib.h960 @param[out] User Points to the user profile handle.
970 OUT EFI_USER_PROFILE_HANDLE *User
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxUtils-darwin.h189 enum { GrabMouseEvent = QEvent::User + 200 };
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdce.h232 unsigned short* User; member in struct:_SEC_WINNT_AUTH_IDENTITY_W
243 unsigned char* User; member in struct:_SEC_WINNT_AUTH_IDENTITY_A
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdce.h218 unsigned short* User; member in struct:_SEC_WINNT_AUTH_IDENTITY_W
229 unsigned char* User; member in struct:_SEC_WINNT_AUTH_IDENTITY_A
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.h58 UIConsoleEventType_MousePointerShapeChange = QEvent::User + 1,
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/
H A DQIFileDialog.cpp247 enum { TypeId = QEvent::User + 1 };
425 enum { TypeId = QEvent::User + 2 };
683 enum { TypeId = QEvent::User + 3 };
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h399 DECL_GETTER_REF(com::Utf8Str, User);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1570 @param[out] User Point to user profile handle.
1572 @retval EFI_SUCCESS User is successfully identified, or user identification
1574 @retval EFI_ACCESS_DENIED User is not successfully identified
1580 OUT EFI_USER_PROFILE_HANDLE *User
1595 return Manager->Identify (Manager, User);

Completed in 104 milliseconds

12