Searched defs:ProvID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileModify.c1221 EFI_STRING_ID ProvID; local
1273 &ProvID
1275 ProvStr = HiiGetString (HiiHandle, ProvID, NULL);
1276 ProvID = HiiSetString (mCallbackInfo->HiiHandle, 0, ProvStr, NULL);
1278 if (ProvID == 0) {
1284 ProvID,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c2009 EFI_STRING_ID ProvID; local
2020 UserCredential->Title (UserCredential, &HiiHandle, &ProvID);
2021 ProvStr = HiiGetString (HiiHandle, ProvID, NULL);
2025 ProvID = HiiSetString (mCallbackInfo->HiiHandle, 0, ProvStr, NULL);
2030 ProvID, // Prompt text

Completed in 209 milliseconds