Searched defs:StartOpCodeHandle (Results 1 - 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileDelete.c276 VOID *StartOpCodeHandle; local
284 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
285 ASSERT (StartOpCodeHandle != NULL);
294 StartOpCodeHandle,
327 StartOpCodeHandle
337 StartOpCodeHandle, // Label for where to insert opcodes
341 HiiFreeOpCodeHandle (StartOpCodeHandle);
H A DModifyAccessPolicy.c323 VOID *StartOpCodeHandle; local
362 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
363 ASSERT (StartOpCodeHandle != NULL);
372 StartOpCodeHandle,
433 StartOpCodeHandle
443 StartOpCodeHandle, // Label for where to insert opcodes
447 HiiFreeOpCodeHandle (StartOpCodeHandle);
473 VOID *StartOpCodeHandle; local
481 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
482 ASSERT (StartOpCodeHandle !
[all...]
H A DUserProfileManager.c176 VOID *StartOpCodeHandle; local
224 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
225 ASSERT (StartOpCodeHandle != NULL);
234 StartOpCodeHandle,
258 StartOpCodeHandle, // Container for dynamic created opcodes
271 StartOpCodeHandle, // Container for dynamic created opcodes
284 StartOpCodeHandle, // Container for dynamic created opcodes
297 StartOpCodeHandle, // Label for where to insert opcodes
301 HiiFreeOpCodeHandle (StartOpCodeHandle);
H A DUserProfileModify.c33 VOID *StartOpCodeHandle; local
41 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
42 ASSERT (StartOpCodeHandle != NULL);
51 StartOpCodeHandle,
86 AddUserToForm (User, (UINT16)(KEY_MODIFY_USER | KEY_SELECT_USER | Index), StartOpCodeHandle);
95 StartOpCodeHandle, // Label for where to insert opcodes
99 HiiFreeOpCodeHandle (StartOpCodeHandle);
479 VOID *StartOpCodeHandle; local
487 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
488 ASSERT (StartOpCodeHandle !
846 VOID *StartOpCodeHandle; local
1224 VOID *StartOpCodeHandle; local
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c213 VOID *StartOpCodeHandle; local
248 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
249 ASSERT (StartOpCodeHandle != NULL);
257 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
295 HiiCreateEndOpCode (StartOpCodeHandle);
300 HiiCreateEndOpCode (StartOpCodeHandle);
312 HiiCreateSubTitleOpCode (StartOpCodeHandle, Token, 0, 0, 1);
330 StartOpCodeHandle,
340 HiiCreateEndOpCode (StartOpCodeHandle);
347 StartOpCodeHandle,
[all...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DForms.c504 VOID *StartOpCodeHandle; local
549 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
550 ASSERT (StartOpCodeHandle != NULL);
558 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
574 Status = FwUpdateDataToUefiUpdateData (ThunkContext, Data, StartOpCodeHandle);
577 Status = HiiUpdateForm (UefiHiiHandle, &FormsetGuid, FormId, StartOpCodeHandle, NULL);
584 Status = HiiUpdateForm (UefiHiiHandle, &FormsetGuid, FormId, StartOpCodeHandle, EndOpCodeHandle);
588 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c352 VOID *StartOpCodeHandle; local
381 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
382 ASSERT (StartOpCodeHandle != NULL);
391 StartOpCodeHandle,
434 StartOpCodeHandle,
455 StartOpCodeHandle, // Label for where to insert opcodes
459 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
H A DBootManager.c441 VOID *StartOpCodeHandle; local
474 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
475 ASSERT (StartOpCodeHandle != NULL);
483 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
518 HiiCreateEndOpCode (StartOpCodeHandle);
523 HiiCreateEndOpCode (StartOpCodeHandle);
535 HiiCreateSubTitleOpCode (StartOpCodeHandle, Token, 0, 0, 1);
554 StartOpCodeHandle,
564 HiiCreateEndOpCode (StartOpCodeHandle);
571 StartOpCodeHandle,
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerLib/
H A DDeviceManager.c495 VOID *StartOpCodeHandle; local
544 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
545 ASSERT (StartOpCodeHandle != NULL);
553 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
626 StartOpCodeHandle,
640 StartOpCodeHandle,
660 StartOpCodeHandle,
683 StartOpCodeHandle,
710 StartOpCodeHandle,
714 HiiFreeOpCodeHandle (StartOpCodeHandle);
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
H A DPlatVarCleanupLib.c658 VOID *StartOpCodeHandle; local
671 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
672 ASSERT (StartOpCodeHandle != NULL);
680 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
695 StartOpCodeHandle, // LABEL_START
719 HiiCreateSubTitleOpCode (StartOpCodeHandle, PromptStringToken, 0, 0, 0);
729 StartOpCodeHandle,
744 StartOpCodeHandle,
755 StartOpCodeHandle,
763 StartOpCodeHandle,
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.c697 VOID *StartOpCodeHandle; local
718 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
719 ASSERT (StartOpCodeHandle != NULL);
727 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
822 StartOpCodeHandle,
838 StartOpCodeHandle,
851 StartOpCodeHandle,
864 StartOpCodeHandle,
869 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c977 VOID *StartOpCodeHandle; local
1082 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1083 ASSERT (StartOpCodeHandle != NULL);
1091 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1107 StartOpCodeHandle, // Container for dynamic created opcodes
1122 StartOpCodeHandle, // Label DEVICE_ENTRY_LABEL
1126 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c308 VOID *StartOpCodeHandle; local
371 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
372 ASSERT (StartOpCodeHandle != NULL);
382 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
501 StartOpCodeHandle,
517 StartOpCodeHandle, // LABEL_SELECT_LANGUAGE
521 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootMaintenance.c1133 VOID *StartOpCodeHandle; local
1161 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1162 ASSERT (StartOpCodeHandle != NULL);
1170 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1241 StartOpCodeHandle,
1266 StartOpCodeHandle,
1270 HiiFreeOpCodeHandle (StartOpCodeHandle);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c1273 VOID *StartOpCodeHandle; local
1312 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1313 ASSERT (StartOpCodeHandle != NULL);
1318 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1323 StartOpCodeHandle, // Container for dynamic created opcodes
1335 StartOpCodeHandle, // Label for where to insert opcodes
1339 HiiFreeOpCodeHandle (StartOpCodeHandle);
1395 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1396 ASSERT (StartOpCodeHandle != NULL);
1401 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle,
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c864 @param[out] StartOpCodeHandle Points to the start opcode handle.
878 OUT VOID **StartOpCodeHandle,
888 if (StartOpCodeHandle == NULL || StartLabel == NULL || EndOpCodeHandle == NULL || EndLabel == NULL) {
892 *StartOpCodeHandle = NULL;
899 *StartOpCodeHandle = HiiAllocateOpCodeHandle ();
900 if (*StartOpCodeHandle == NULL) {
913 *StartOpCodeHandle,
948 if (*StartOpCodeHandle != NULL) {
949 HiiFreeOpCodeHandle (*StartOpCodeHandle);
978 VOID *StartOpCodeHandle; local
876 IScsiCreateOpCode( IN UINT16 StartLabelNumber, OUT VOID **StartOpCodeHandle, OUT EFI_IFR_GUID_LABEL **StartLabel, OUT VOID **EndOpCodeHandle, OUT EFI_IFR_GUID_LABEL **EndLabel ) argument
1070 VOID *StartOpCodeHandle; local
1313 VOID *StartOpCodeHandle; local
1400 VOID *StartOpCodeHandle; local
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c319 @param[out] StartOpCodeHandle Points to the start opcode handle.
333 OUT VOID **StartOpCodeHandle,
343 if (StartOpCodeHandle == NULL || StartLabel == NULL || EndOpCodeHandle == NULL || EndLabel == NULL) {
347 *StartOpCodeHandle = NULL;
354 *StartOpCodeHandle = HiiAllocateOpCodeHandle ();
355 if (*StartOpCodeHandle == NULL) {
368 *StartOpCodeHandle,
403 if (*StartOpCodeHandle != NULL) {
404 HiiFreeOpCodeHandle (*StartOpCodeHandle);
449 VOID *StartOpCodeHandle; local
331 Ip6CreateOpCode( IN UINT16 StartLabelNumber, OUT VOID **StartOpCodeHandle, OUT EFI_IFR_GUID_LABEL **StartLabel, OUT VOID **EndOpCodeHandle, OUT EFI_IFR_GUID_LABEL **EndLabel ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c803 VOID *StartOpCodeHandle; local
880 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
881 ASSERT (StartOpCodeHandle != NULL);
889 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
966 StartOpCodeHandle,
980 StartOpCodeHandle,
994 StartOpCodeHandle,
1009 StartOpCodeHandle,
1041 HiiCreateSubTitleOpCode (StartOpCodeHandle, STRING_TOKEN (STR_DM_DRIVER_HEALTH_TITLE), 0, 0, 0);
1043 StartOpCodeHandle,
1247 VOID *StartOpCodeHandle; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPage.c175 VOID *StartOpCodeHandle; local
188 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
189 ASSERT (StartOpCodeHandle != NULL);
199 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
317 StartOpCodeHandle,
333 StartOpCodeHandle, // LABEL_SELECT_LANGUAGE
337 HiiFreeOpCodeHandle (StartOpCodeHandle);
453 VOID *StartOpCodeHandle; local
481 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
482 ASSERT (StartOpCodeHandle !
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c344 VOID *StartOpCodeHandle; local
363 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
364 ASSERT (StartOpCodeHandle != NULL);
372 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
390 StartOpCodeHandle, // Label FORM_ID_DEVICE
512 StartOpCodeHandle,
528 StartOpCodeHandle, // Label FORM_ID_DEVICE
532 HiiFreeOpCodeHandle (StartOpCodeHandle);
638 VOID *StartOpCodeHandle; local
667 StartOpCodeHandle
922 VOID *StartOpCodeHandle; local
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
H A DUserIdentifyManager.c2232 VOID *StartOpCodeHandle; local
2250 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
2251 ASSERT (StartOpCodeHandle != NULL);
2260 StartOpCodeHandle,
2285 AddProviderSelection ((EFI_GUID *) (Identity + 1), StartOpCodeHandle);
2295 StartOpCodeHandle, // Label for where to insert opcodes
2299 HiiFreeOpCodeHandle (StartOpCodeHandle);
2339 VOID *StartOpCodeHandle; local
2360 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
2361 ASSERT (StartOpCodeHandle !
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c4131 specified by StartOpCodeHandle. The following rules are used to determine if
4136 from StartOpCodeHandle except the first opcode are inserted immediately after
4144 from StartOpCodeHandle except the first opcode are inserted immediately after
4150 If StartOpCodeHandle is NULL, then ASSERT().
4157 @param[in] StartOpCodeHandle An OpCode Handle that contains the set of IFR
4159 The first IFR instruction in StartOpCodeHandle
4166 opcodes specified by StartOpCodeHandle are
4174 IFR opcode in StartOpCodeHandle.
4187 IN VOID *StartOpCodeHandle,
4209 ASSERT (StartOpCodeHandle !
4183 HiiUpdateForm( IN EFI_HII_HANDLE HiiHandle, IN EFI_GUID *FormSetGuid, OPTIONAL IN EFI_FORM_ID FormId, IN VOID *StartOpCodeHandle, IN VOID *EndOpCodeHandle OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c2258 VOID *StartOpCodeHandle; local
2275 StartOpCodeHandle = NULL;
2281 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
2282 if (StartOpCodeHandle == NULL) {
2297 StartOpCodeHandle,
2384 StartOpCodeHandle,
2405 StartOpCodeHandle,
2409 if (StartOpCodeHandle != NULL) {
2410 HiiFreeOpCodeHandle (StartOpCodeHandle);

Completed in 1063 milliseconds