Home
last modified time | relevance | path

Searched refs:mEndLabel (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
DData.c20 EFI_IFR_GUID_LABEL *mEndLabel = NULL; variable
DUpdatePage.c44mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mEndOpCodeHandle, &gEfiIfrTianoGuid, NULL,… in CreateUpdateData()
45 mEndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL; in CreateUpdateData()
46 mEndLabel->Number = LABEL_END; in CreateUpdateData()
DBootMaintenanceManager.h1348 extern EFI_IFR_GUID_LABEL *mEndLabel;
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DData.c20 EFI_IFR_GUID_LABEL *mEndLabel = NULL; variable
DBootMaint.c1214mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mEndOpCodeHandle, &gEfiIfrTianoGuid, NULL,… in InitializeBM()
1215 mEndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL; in InitializeBM()
1216 mEndLabel->Number = LABEL_END; in InitializeBM()
DBootMaint.h1677 extern EFI_IFR_GUID_LABEL *mEndLabel;
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c20 EFI_IFR_GUID_LABEL *mEndLabel = NULL; variable
DSecureBootConfigImpl.h65 extern EFI_IFR_GUID_LABEL *mEndLabel;
DSecureBootConfigImpl.c3807 mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode ( in InstallSecureBootConfigForm()
3813 mEndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL; in InstallSecureBootConfigForm()
3814 mEndLabel->Number = LABEL_END; in InstallSecureBootConfigForm()
/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.c21 EFI_IFR_GUID_LABEL *mEndLabel = NULL; variable
1375 mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode ( in TlsAuthConfigFormInit()
1381 mEndLabel->ExtendOpCode = EFI_IFR_EXTEND_OP_LABEL; in TlsAuthConfigFormInit()
1382 mEndLabel->Number = LABEL_END; in TlsAuthConfigFormInit()