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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DInfo.c65 (InfoContext->InfoType == Ikev2InfoLiveCheck || InfoContext->InfoType == Ikev2InfoNotify)
248 Context.InfoType = Ikev2InfoLiveCheck;
327 Context.InfoType = Ikev2InfoDelete;
366 Context.InfoType = Ikev2InfoDelete;
H A DIkev2.h226 IKEV2_INFO_TYPE InfoType; member in struct:__anon12533
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileAdd.c134 NewUserInfo->InfoType = EFI_USER_INFO_NAME_RECORD;
191 NewUserInfo->InfoType = EFI_USER_INFO_CREATE_DATE_RECORD;
240 NewUserInfo->InfoType = EFI_USER_INFO_IDENTITY_POLICY_RECORD;
282 NewUserInfo->InfoType = EFI_USER_INFO_ACCESS_POLICY_RECORD;
H A DUserProfileManager.h384 Find the specified info in User profile by the InfoType.
387 @param[in] InfoType The user information type to find.
397 IN UINT8 InfoType,
H A DUserProfileModify.c195 switch (Info->InfoType) {
752 Find the specified info in User profile by the InfoType.
755 @param[in] InfoType The user information type to find.
765 IN UINT8 InfoType,
823 if (Info->InfoType == InfoType) {
1154 Info->InfoType = EFI_USER_INFO_NAME_RECORD;
1452 if (Info->InfoType == EFI_USER_INFO_ACCESS_POLICY_RECORD) {
763 FindInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO_HANDLE *UserInfo ) argument
H A DModifyIdentityPolicy.c457 Info->InfoType = EFI_USER_INFO_IDENTITY_POLICY_RECORD;
H A DUserProfileDelete.c89 if (Info->InfoType == EFI_USER_INFO_NAME_RECORD) {
H A DModifyAccessPolicy.c178 Info->InfoType = EFI_USER_INFO_ACCESS_POLICY_RECORD;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c250 A match occurs when a Info.InfoType field matches the user information record type.
256 @param[in] InfoType The infomation type to be searched.
267 IN UINT8 InfoType
294 if (UserInfo->InfoType == InfoType) {
314 A match occurs when the Info.InfoType field matches the user information record type and the
375 Status = FindUserInfoByType (*User, &InfoEntry, Info->InfoType);
620 switch (Info->InfoType) {
1196 if (Info->InfoType == EFI_USER_INFO_IDENTIFIER_RECORD) {
1255 if (Info->InfoType
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c416 records. A match occurs when a Info.InfoType field matches the user information
420 @param[in] InfoType The infomation type to be searched.
431 IN UINT8 InfoType,
500 if (UserInfo->InfoType == InfoType) {
1247 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_RECORD;
1265 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_NAME_RECORD;
1282 Info->InfoType = EFI_USER_INFO_CREDENTIAL_TYPE_RECORD;
1300 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_NAME_RECORD;
429 FindUserInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO **Info ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c504 record. A match occurs when a Info.InfoType field matches the user information
508 @param[in] InfoType The infomation type to be searched.
519 IN UINT8 InfoType,
588 if (UserInfo->InfoType == InfoType) {
1196 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_RECORD;
1214 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_NAME_RECORD;
1231 Info->InfoType = EFI_USER_INFO_CREDENTIAL_TYPE_RECORD;
1249 Info->InfoType = EFI_USER_INFO_CREDENTIAL_PROVIDER_NAME_RECORD;
517 FindUserInfoByType( IN EFI_USER_PROFILE_HANDLE User, IN UINT8 InfoType, OUT EFI_USER_INFO **Info ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserManager.h63 UINT8 InfoType; member in struct:__anon12385
412 A match occurs when the Info.InfoType field matches the user information record type and the
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c239 if (Info->InfoType != EFI_USER_INFO_ACCESS_POLICY_RECORD) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsql.h656 SQLUSMALLINT InfoType, SQLPOINTER InfoValue,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsql.h656 SQLUSMALLINT InfoType, SQLPOINTER InfoValue,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1982 UserInfo->InfoType != EFI_USER_INFO_ACCESS_POLICY_RECORD ||

Completed in 63 milliseconds