Searched defs:Hii (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c842 @param[out] Hii On return, holds the HII database handle.
850 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
857 OUT EFI_HII_HANDLE *Hii,
862 if ((This == NULL) || (Hii == NULL) ||
867 *Hii = mCallbackInfo->HiiHandle;
889 @param[out] Hii On return, holds the HII database handle.
894 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
903 OUT EFI_HII_HANDLE *Hii,
907 if ((This == NULL) || (Hii == NULL) || (Image == NULL)) {
921 @param[out] Hii O
855 CredentialForm( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_GUID *FormSetId, OUT EFI_FORM_ID *FormId ) argument
899 CredentialTile( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN OUT UINTN *Width, IN OUT UINTN *Height, OUT EFI_HII_HANDLE *Hii, OUT EFI_IMAGE_ID *Image ) argument
931 CredentialTitle( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_STRING_ID *String ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c756 @param[out] Hii On return, holds the HII database handle.
764 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
771 OUT EFI_HII_HANDLE *Hii,
776 if ((This == NULL) || (Hii == NULL) ||
798 @param[out] Hii On return, holds the HII database handle.
803 @retval EFI_INVALID_PARAMETER Hii is NULL or Image is NULL.
812 OUT EFI_HII_HANDLE *Hii,
816 if ((This == NULL) || (Hii == NULL) || (Image == NULL)) {
830 @param[out] Hii On return, holds the HII database handle.
835 @retval EFI_INVALID_PARAMETER Hii i
769 CredentialForm( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_GUID *FormSetId, OUT EFI_FORM_ID *FormId ) argument
808 CredentialTile( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, IN OUT UINTN *Width, IN OUT UINTN *Height, OUT EFI_HII_HANDLE *Hii, OUT EFI_IMAGE_ID *Image ) argument
840 CredentialTitle( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_STRING_ID *String ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DStatusCodeDataTypeId.h76 EFI_STATUS_CODE_STRING_TOKEN Hii; member in union:__anon11354

Completed in 48 milliseconds