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

/vbox/src/VBox/Devices/EFI/Firmware/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.c337 VOID *StartOpCodeHandle; local
376 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
377 ASSERT (StartOpCodeHandle != NULL);
386 StartOpCodeHandle,
447 StartOpCodeHandle
457 StartOpCodeHandle, // Label for where to insert opcodes
461 HiiFreeOpCodeHandle (StartOpCodeHandle);
487 VOID *StartOpCodeHandle; local
495 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
496 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...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c213 VOID *StartOpCodeHandle; local
240 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
241 ASSERT (StartOpCodeHandle != NULL);
249 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
287 HiiCreateEndOpCode (StartOpCodeHandle);
292 HiiCreateEndOpCode (StartOpCodeHandle);
304 HiiCreateSubTitleOpCode (StartOpCodeHandle, Token, 0, 0, 1);
322 StartOpCodeHandle,
332 HiiCreateEndOpCode (StartOpCodeHandle);
339 StartOpCodeHandle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c430 VOID *StartOpCodeHandle; local
485 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
486 ASSERT (StartOpCodeHandle != NULL);
494 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
505 HiiUpdateForm (HiiHandle, NULL, TCG_CONFIGURATION_FORM_ID, StartOpCodeHandle, EndOpCodeHandle);
507 HiiFreeOpCodeHandle (StartOpCodeHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c957 VOID *StartOpCodeHandle; local
1062 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1063 ASSERT (StartOpCodeHandle != NULL);
1071 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1087 StartOpCodeHandle, // Container for dynamic created opcodes
1102 StartOpCodeHandle, // Label DEVICE_ENTRY_LABEL
1106 HiiFreeOpCodeHandle (StartOpCodeHandle);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c340 VOID *StartOpCodeHandle; local
399 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
400 ASSERT (StartOpCodeHandle != NULL);
410 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
509 StartOpCodeHandle,
525 StartOpCodeHandle, // LABEL_SELECT_LANGUAGE
529 HiiFreeOpCodeHandle (StartOpCodeHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c1272 VOID *StartOpCodeHandle; local
1306 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1307 ASSERT (StartOpCodeHandle != NULL);
1312 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
1317 StartOpCodeHandle, // Container for dynamic created opcodes
1329 StartOpCodeHandle, // Label for where to insert opcodes
1333 HiiFreeOpCodeHandle (StartOpCodeHandle);
1428 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1429 ASSERT (StartOpCodeHandle != NULL);
1437 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c847 @param[out] StartOpCodeHandle Points to the start opcode handle.
861 OUT VOID **StartOpCodeHandle,
871 if (StartOpCodeHandle == NULL || StartLabel == NULL || EndOpCodeHandle == NULL || EndLabel == NULL) {
875 *StartOpCodeHandle = NULL;
882 *StartOpCodeHandle = HiiAllocateOpCodeHandle ();
883 if (*StartOpCodeHandle == NULL) {
896 *StartOpCodeHandle,
931 if (*StartOpCodeHandle != NULL) {
932 HiiFreeOpCodeHandle (*StartOpCodeHandle);
961 VOID *StartOpCodeHandle; local
859 IScsiCreateOpCode( IN UINT16 StartLabelNumber, OUT VOID **StartOpCodeHandle, OUT EFI_IFR_GUID_LABEL **StartLabel, OUT VOID **EndOpCodeHandle, OUT EFI_IFR_GUID_LABEL **EndLabel ) argument
1053 VOID *StartOpCodeHandle; local
1297 VOID *StartOpCodeHandle; local
1384 VOID *StartOpCodeHandle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c729 VOID *StartOpCodeHandle; local
799 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
800 ASSERT (StartOpCodeHandle != NULL);
808 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
870 StartOpCodeHandle,
884 StartOpCodeHandle,
898 StartOpCodeHandle,
913 StartOpCodeHandle,
939 HiiCreateSubTitleOpCode (StartOpCodeHandle, STRING_TOKEN (STR_DM_DRIVER_HEALTH_TITLE), 0, 0, 0);
941 StartOpCodeHandle,
1138 VOID *StartOpCodeHandle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c358 VOID *StartOpCodeHandle; local
377 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
378 ASSERT (StartOpCodeHandle != NULL);
386 StartLabel = (EFI_IFR_GUID_LABEL *) HiiCreateGuidOpCode (StartOpCodeHandle, &gEfiIfrTianoGuid, NULL, sizeof (EFI_IFR_GUID_LABEL));
404 StartOpCodeHandle, // Label FORM_ID_DEVICE
519 StartOpCodeHandle,
535 StartOpCodeHandle, // Label FORM_ID_DEVICE
539 HiiFreeOpCodeHandle (StartOpCodeHandle);
644 VOID *StartOpCodeHandle; local
670 StartOpCodeHandle
899 VOID *StartOpCodeHandle; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c1511 VOID *StartOpCodeHandle; local
1528 StartOpCodeHandle = NULL;
1534 StartOpCodeHandle = HiiAllocateOpCodeHandle ();
1535 if (StartOpCodeHandle == NULL) {
1550 StartOpCodeHandle,
1629 StartOpCodeHandle,
1650 StartOpCodeHandle,
1654 if (StartOpCodeHandle != NULL) {
1655 HiiFreeOpCodeHandle (StartOpCodeHandle);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c3541 specified by StartOpCodeHandle. The following rules are used to determine if
3546 from StartOpCodeHandle except the first opcode are inserted immediately after
3554 from StartOpCodeHandle except the first opcode are inserted immediately after
3560 If StartOpCodeHandle is NULL, then ASSERT().
3567 @param[in] StartOpCodeHandle An OpCode Handle that contains the set of IFR
3569 The first IFR instruction in StartOpCodeHandle
3576 opcodes specified by StartOpCodeHandle are
3584 IFR opcode in StartOpCodeHandle.
3597 IN VOID *StartOpCodeHandle,
3619 ASSERT (StartOpCodeHandle !
3593 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...]

Completed in 91 milliseconds