Searched defs:FormSetId (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c843 @param[out] FormSetId On return, holds the identifier of the form set which contains
850 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
858 OUT EFI_GUID *FormSetId,
863 (FormSetId == NULL) || (FormId == NULL)) {
869 CopyGuid (FormSetId, &gPwdCredentialProviderGuid);
855 CredentialForm( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_GUID *FormSetId, OUT EFI_FORM_ID *FormId ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c757 @param[out] FormSetId On return, holds the identifier of the form set which contains
764 @retval EFI_INVALID_PARAMETER Hii is NULL or FormSetId is NULL or FormId is NULL.
772 OUT EFI_GUID *FormSetId,
777 (FormSetId == NULL) || (FormId == NULL)) {
769 CredentialForm( IN CONST EFI_USER_CREDENTIAL2_PROTOCOL *This, OUT EFI_HII_HANDLE *Hii, OUT EFI_GUID *FormSetId, OUT EFI_FORM_ID *FormId ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c1818 EFI_GUID FormSetId; local
1847 &FormSetId,
1858 &FormSetId,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.h1079 memset (&mRef3->FormSetId, 0, sizeof (EFI_GUID));
1090 VOID SetFormSetId (IN EFI_GUID FormSetId) { argument
1091 mRef3->FormSetId = FormSetId;
1105 memset (&mRef4->FormSetId, 0, sizeof (EFI_GUID));
1117 VOID SetFormSetId (IN EFI_GUID FormSetId) { argument
1118 mRef4->FormSetId = FormSetId;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h953 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF3
961 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF4
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h851 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF3
859 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF4
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h939 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF3
947 EFI_GUID FormSetId; member in struct:_EFI_IFR_REF4

Completed in 138 milliseconds