Searched defs:Action (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dtokens.h14 #define Action 34 macro
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c233 @param Action Specifies the type of action taken by the browser.
243 @retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
250 IN EFI_BROWSER_ACTION Action,
261 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
277 if (Action == EFI_BROWSER_ACTION_CHANGED) {
324 } else if (Action == EFI_BROWSER_ACTION_CHANGING) {
248 FileExplorerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
H A DBootMaint.c249 @param Action Specifies the type of action taken by the browser.
259 @retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
266 IN EFI_BROWSER_ACTION Action,
290 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
312 if (Action == EFI_BROWSER_ACTION_CHANGING) {
566 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
264 BootMaintCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecMain.c67 EFI_IPSEC_ACTION Action; local
149 &Action
157 switch (Action) {
H A DIpSecImpl.h79 EFI_IPSEC_ACTION Action; member in struct:_IPSEC_SPD_DATA
270 @param[out] Action The support action of SPD entry.
284 OUT EFI_IPSEC_ACTION *Action
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c72 @param Action Specifies the type of action taken by the browser.
87 IN EFI_BROWSER_ACTION Action,
98 if (Action == EFI_BROWSER_ACTION_CHANGED) {
85 BootManagerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c146 @param Action Specifies the type of action taken by the browser.
164 IN EFI_BROWSER_ACTION Action,
184 switch (Action) {
263 0 // Action String ID
162 UserProfileManagerCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.h54 enum Action { Action_Add, Action_Edit, Action_Copy, Action_Modify, Action_Remove, Action_Release }; enum in class:UIMediumManager
155 void updateTabIcons(UIMediumItem *pItem, Action action);
221 static bool checkMediumFor(UIMediumItem *pItem, Action action);
284 /** Action to <i>copy</i> current item. */
286 /** Action to <i>modify</i> current item. */
288 /** Action to <i>remove</i> current item. */
290 /** Action to <i>release</i> current item. */
292 /** Action to <i>refresh</i> current item. */
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4ConfigNv.c653 @param[in] Action Specifies the type of action taken by the browser.
668 @retval EFI_UNSUPPORTED The specified Action is not supported by the
677 IN EFI_BROWSER_ACTION Action,
692 if (Action == EFI_BROWSER_ACTION_CHANGED) {
675 Ip4FormCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c201 @param[in] Action Specifies the type of action taken by the browser.
215 @retval EFI_UNSUPPORTED The specified Action is not supported by the
223 IN EFI_BROWSER_ACTION Action,
238 if ((Action == EFI_BROWSER_ACTION_FORM_OPEN) || (Action == EFI_BROWSER_ACTION_FORM_CLOSE)) {
242 if ((Action != EFI_BROWSER_ACTION_CHANGED) && (Action != EFI_BROWSER_ACTION_CHANGING)) {
258 if (Action == EFI_BROWSER_ACTION_CHANGED) {
317 } else if (Action == EFI_BROWSER_ACTION_CHANGING) {
221 VlanCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DImageAuthentication.h242 EFI_IMAGE_EXECUTION_ACTION Action; member in struct:__anon11350
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c369 @param[in] Action Specifies the type of action taken by the browser.
383 @retval EFI_UNSUPPORTED The specified Action is not supported by the
391 IN EFI_BROWSER_ACTION Action,
402 if ((Action != EFI_BROWSER_ACTION_CHANGED) || (QuestionId != KEY_TPM_ACTION)) {
389 TcgCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1712 BOOLEAN Action; local
1719 Action = FALSE;
1733 Action = TRUE;
1775 Action = TRUE;
1780 if (Action) {
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp155 enum Action { Invalid, Add, Modify, Remove }; enum in struct:USBFilterCmd
159 Action mAction;
430 CHECK_ERROR_BREAK(flt, COMSETTER(Action)(f.mAction));
488 CHECK_ERROR_BREAK(flt, COMSETTER(Action)(f.mAction));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c632 @param[in] Action Specifies the type of action taken by the browser.
647 @retval EFI_UNSUPPORTED The specified Action is not supported by the
656 IN EFI_BROWSER_ACTION Action,
679 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
695 if (Action == EFI_BROWSER_ACTION_CHANGING) {
711 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
654 IScsiFormCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c517 @param Action Specifies the type of action taken by the browser.
531 @retval EFI_UNSUPPORTED The specified Action is not supported by the
539 IN EFI_BROWSER_ACTION Action,
551 if (Action == EFI_BROWSER_ACTION_CHANGED) {
537 CredentialDriverCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c1918 BOOLEAN Action; local
1920 Action = FALSE;
1934 Action = TRUE;
2031 Action = TRUE;
2039 Action = TRUE;
2047 if (Action) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp81 sg_go, sg_stop, sg_done} Action; typedef in class:HammerData
89 Action action;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dranfile.c77 typedef enum {sg_go, sg_stop, sg_done} Action; typedef in typeref:enum:__anon17264
88 Action action;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c157 @param Action Specifies the type of action taken by the browser.
167 @retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
174 IN EFI_BROWSER_ACTION Action,
189 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
198 if (Action == EFI_BROWSER_ACTION_CHANGED) {
277 } else if (Action == EFI_BROWSER_ACTION_CHANGING) {
172 FrontPageCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/
H A DDriverSample.c1241 @param Action Specifies the type of action taken by the browser.
1255 @retval EFI_UNSUPPORTED The specified Action is not supported by the
1263 IN EFI_BROWSER_ACTION Action,
1282 if (((Value == NULL) && (Action != EFI_BROWSER_ACTION_FORM_OPEN) && (Action != EFI_BROWSER_ACTION_FORM_CLOSE))||
1292 switch (Action) {
1322 0 // Action String ID
1454 0 // Action String ID
1626 0 // Action String ID
1261 DriverCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c1009 Selection->Action = UI_ACTION_REFRESH_FORM;
1012 Selection->Action = UI_ACTION_REFRESH_FORMSET;
1051 Selection->Action = UI_ACTION_NONE;
1084 Selection->Action = UI_ACTION_NONE;
1121 Selection->Action = UI_ACTION_NONE;
1143 Selection->Action = UI_ACTION_EXIT;
1155 @param Action The action request.
1165 IN EFI_BROWSER_ACTION Action,
1230 Action,
1240 if (Action
1162 ProcessCallBackFunction( IN OUT UI_MENU_SELECTION *Selection, IN FORM_BROWSER_STATEMENT *Question, IN EFI_BROWSER_ACTION Action, IN BOOLEAN SkipSaveOrDiscard ) argument
[all...]
H A DUi.h103 UINTN Action; member in struct:__anon11290
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c2056 @param[in] Action Specifies the type of action taken by the browser.
2071 @retval EFI_UNSUPPORTED The specified Action is not supported by the
2078 IN EFI_BROWSER_ACTION Action,
2100 if ((Action == EFI_BROWSER_ACTION_FORM_OPEN) || (Action == EFI_BROWSER_ACTION_FORM_CLOSE)) {
2102 // Do nothing for UEFI OPEN/CLOSE Action
2107 if ((Action != EFI_BROWSER_ACTION_CHANGING) && (Action != EFI_BROWSER_ACTION_CHANGED)) {
2144 if (Action == EFI_BROWSER_ACTION_CHANGING) {
2175 } else if (Action
2076 IScsiFormCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN OUT EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1596 @param[in] Action Specifies the type of action taken by the browser.
1611 @retval EFI_UNSUPPORTED The specified Action is not supported by the
1621 IN EFI_BROWSER_ACTION Action,
1650 if ((Action == EFI_BROWSER_ACTION_FORM_OPEN) || (Action == EFI_BROWSER_ACTION_FORM_CLOSE)){
1654 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
1676 if (Action == EFI_BROWSER_ACTION_CHANGING) {
1813 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
1619 Ip6FormCallback( IN CONST EFI_HII_CONFIG_ACCESS_PROTOCOL *This, IN EFI_BROWSER_ACTION Action, IN EFI_QUESTION_ID QuestionId, IN UINT8 Type, IN EFI_IFR_TYPE_VALUE *Value, OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest ) argument

Completed in 98 milliseconds

12