Searched defs:LabelId (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c134 Clean up the dynamic opcode at label and form specified by both LabelId.
136 @param LabelId It is both the Form ID and Label ID for opcode deletion.
142 IN UINT16 LabelId,
151 mStartLabel->Number = LabelId;
155 LabelId,
156 mStartOpCodeHandle, // Label LabelId
141 CleanUpPage( IN UINT16 LabelId, IN BMM_CALLBACK_DATA *CallbackData ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c1201 Clean up the dynamic opcode at label and form specified by both LabelId.
1203 @param[in] LabelId It is both the Form ID and Label ID for opcode deletion.
1209 IN UINT16 LabelId,
1218 mStartLabel->Number = LabelId;
1222 LabelId,
1223 mStartOpCodeHandle, // Label LabelId
1208 CleanUpPage( IN UINT16 LabelId, IN SECUREBOOT_CONFIG_PRIVATE_DATA *PrivateData ) argument
H A DSecureBootConfigImpl.c2300 UINT16 LabelId; local
2363 LabelId = SECUREBOOT_ENROLL_SIGNATURE_TO_DB;
2365 LabelId = SECUREBOOT_ENROLL_SIGNATURE_TO_DBX;
2367 LabelId = FORMID_ENROLL_KEK_FORM;
2373 CleanUpPage (LabelId, Private);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DFrameworkInternalFormRepresentation.h134 UINT16 LabelId; member in struct:__anon10533

Completed in 43 milliseconds