Searched refs:mEndOpCodeHandle (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DData.c18 VOID *mEndOpCodeHandle = NULL; variable
H A DFileExplorer.c88 mEndOpCodeHandle // LABEL_END
206 mEndOpCodeHandle // LABEL_END
H A DBootMaint.c980 mEndOpCodeHandle = HiiAllocateOpCodeHandle ();
981 if (mEndOpCodeHandle == NULL) {
995 mEndLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (mEndOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1078 mEndOpCodeHandle // LABEL_END
1102 if (mEndOpCodeHandle != NULL) {
1103 HiiFreeOpCodeHandle (mEndOpCodeHandle);
H A DUpdatePage.c129 mEndOpCodeHandle // LABEL_END
157 mEndOpCodeHandle // LABEL_END
H A DBootMaint.h1551 extern VOID *mEndOpCodeHandle;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c36 VOID *mEndOpCodeHandle = NULL; variable
1080 mEndOpCodeHandle // LABEL_END
1191 mEndOpCodeHandle // LABEL_END
1224 mEndOpCodeHandle // LABEL_END
H A DSecureBootConfigImpl.h61 extern VOID *mEndOpCodeHandle;
H A DSecureBootConfigImpl.c2645 mEndOpCodeHandle = HiiAllocateOpCodeHandle ();
2646 if (mEndOpCodeHandle == NULL) {
2666 mEndOpCodeHandle,
2732 if (mEndOpCodeHandle != NULL) {
2733 HiiFreeOpCodeHandle (mEndOpCodeHandle);

Completed in 147 milliseconds