Searched defs:DefaultId (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c656 if (DefaultValueArray->DefaultId == DefaultValueData->DefaultId) {
1166 DefaultDataPtr->DefaultId = ((EFI_IFR_DEFAULTSTORE *) IfrOpHdr)->DefaultId;
1332 // Set default value base on the DefaultId list get from IFR data.
1336 DefaultData.DefaultId = DefaultDataPtr->DefaultId;
1394 // default id by DeaultOption DefaultId can override CheckBox Flags and Default value.
1462 DefaultData.DefaultId = VarDefaultId;
1488 DefaultData.DefaultId
1901 IFR_DEFAULT_DATA *DefaultId; local
[all...]
H A DHiiDatabase.h98 UINT16 DefaultId; member in struct:__anon11185
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c1590 1. For setting default action, Reset the default value specified by DefaultId
1604 @param DefaultId Specifies the type of defaults to retrieve only for setting default action.
1614 IN UINT16 DefaultId,
1808 (ActionType == ACTION_SET_DEFAUTL_VALUE) ? &DefaultId:NULL, // it can be NULL to get the current setting.
1987 Reset the default value specified by DefaultId to the driver
1997 @param DefaultId Specifies the type of defaults to retrieve.
2006 IN UINT16 DefaultId
2009 return InternalHiiIfrValueAction (Request, DefaultId, ACTION_SET_DEFAUTL_VALUE);
2642 @param[in] DefaultId DefaultId fo
1612 InternalHiiIfrValueAction( IN CONST EFI_STRING Request, OPTIONAL IN UINT16 DefaultId, IN UINT8 ActionType ) argument
2652 HiiCreateDefaultOpCode( IN VOID *OpCodeHandle, IN UINT16 DefaultId, IN UINT8 Type, IN UINT64 Value ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c2510 @param DefaultId The default Id.
2519 IN UINT16 DefaultId
2614 &DefaultId, // it can be NULL to get the current setting.
2703 @param DefaultId The default id value used by hii.
2710 UINTN DefaultId
2713 if (DefaultId == EFI_HII_DEFAULT_CLASS_STANDARD) {
2715 } else if (DefaultId == EFI_HII_DEFAULT_CLASS_MANUFACTURING) {
2717 } else if (DefaultId == EFI_HII_DEFAULT_CLASS_SAFE) {
2719 } else if (DefaultId >= EFI_HII_DEFAULT_CLASS_PLATFORM_BEGIN && DefaultId < EFI_HII_DEFAULT_CLASS_PLATFORM_BEGI
2983 ExtractDefault( IN FORM_BROWSER_FORMSET *FormSet, IN FORM_BROWSER_FORM *Form, IN UINT16 DefaultId, IN BROWSER_SETTING_SCOPE SettingScope ) argument
4076 RegisterHotKey( IN EFI_INPUT_KEY *KeyData, IN UINT32 Action, IN UINT16 DefaultId, IN EFI_STRING HelpString OPTIONAL ) argument
[all...]
H A DUi.c2119 UINT16 DefaultId; local
2142 DefaultId = 0;
3202 // Reset Question to default value specified by DefaultId
3205 DefaultId = Statement->DefaultId;
3690 Status = ExtractDefault (Selection->FormSet, Selection->Form, HotKey->DefaultId, gBrowserSettingScope);
3768 Status = ExtractDefault (Selection->FormSet, NULL, DefaultId, FormSetLevel);
H A DSetup.h316 UINT16 DefaultId; member in struct:__anon11277
399 EFI_DEFAULT_ID DefaultId; // for EFI_IFR_RESET_BUTTON member in struct:__anon11281
468 UINT16 DefaultId; member in struct:__anon11284
571 IN UINT16 DefaultId; member in struct:__anon11287
1015 @param DefaultId The Class of the default.
1025 IN UINT16 DefaultId
1068 @param DefaultId The Class of the default.
1079 IN UINT16 DefaultId,
1417 @param[in] DefaultId Specifies the type of defaults to retrieve, which is only for DEFAULT action.
1431 IN UINT16 DefaultId,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp1996 IN UINT16 DefaultId
2009 mDefaultId = DefaultId;
2047 IN UINT16 DefaultId
2062 if ((pNode = new SVfrDefaultStoreNode ((EFI_IFR_DEFAULTSTORE *)ObjBinAddr, RefName, DefaultStoreNameId, DefaultId)) == NULL) {
2078 IN UINT16 DefaultId,
2086 if (pNode->mDefaultId == DefaultId) {
2117 IN UINT16 DefaultId
2123 if (pNode->mDefaultId == DefaultId) {
2134 OUT UINT16 *DefaultId
2139 if (DefaultId
2077 ReRegisterDefaultStoreById( IN UINT16 DefaultId, IN CHAR8 *RefName, IN EFI_STRING_ID DefaultStoreNameId ) argument
2154 BufferVarStoreAltConfigAdd( IN EFI_VARSTORE_ID DefaultId, IN EFI_VARSTORE_INFO &Info, IN CHAR8 *VarStoreName, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE Value ) argument
[all...]
H A DVfrFormPkg.h624 mDefaultStore->DefaultId = EFI_VARSTORE_ID_INVALID;
632 VOID SetDefaultId (IN UINT16 DefaultId) { argument
633 mDefaultStore->DefaultId = DefaultId;
903 IN UINT16 DefaultId = EFI_HII_DEFAULT_CLASS_STANDARD,
910 mDefault->DefaultId = DefaultId;
913 VOID SetDefaultId (IN UINT16 DefaultId) { argument
914 mDefault->DefaultId = DefaultId;
1148 SetDefaultId(IN UINT16 DefaultId) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h825 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULTSTORE
903 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULT
973 EFI_DEFAULT_ID DefaultId; member in struct:_EFI_IFR_RESET_BUTTON
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h726 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULTSTORE
801 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULT
871 EFI_DEFAULT_ID DefaultId; member in struct:_EFI_IFR_RESET_BUTTON
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h817 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULTSTORE
889 UINT16 DefaultId; member in struct:_EFI_IFR_DEFAULT
954 EFI_DEFAULT_ID DefaultId; member in struct:_EFI_IFR_RESET_BUTTON

Completed in 128 milliseconds