Searched refs:Action (Results 1 - 25 of 69) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.h55 @param Action Specifies the type of action taken by the browser.
70 IN EFI_BROWSER_ACTION Action,
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/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
H A DIpSecConfigImpl.c1013 - Data is not NULL and its Action is Protected
1015 - Data is not NULL, its Action is not protected,
1017 - The Action of Data is Protected, its policy
1019 - The Action of Data is protected and its policy
1059 if ((SpdData->Action == EfiIPsecActionProtect && SpdData->ProcessingPolicy == NULL) ||
1060 (SpdData->Action != EfiIPsecActionProtect && SpdData->ProcessingPolicy != NULL)
1065 if (SpdData->Action == EfiIPsecActionProtect) {
1171 SpdEntry->Data->Action = SpdData->Action;
1177 if (SpdData->Action !
[all...]
/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.c512 Selection->Action = UI_ACTION_REFRESH_FORMSET;
556 Selection->Action = UI_ACTION_REFRESH_FORMSET;
1935 Selection->Action = UI_ACTION_REFRESH_FORMSET;
1968 Selection->Action = UI_ACTION_EXIT;
1983 Selection->Action = UI_ACTION_REFRESH_FORMSET;
1990 Selection->Action = UI_ACTION_EXIT;
2022 Selection->Action = UI_ACTION_REFRESH_FORM;
2033 Selection->Action = UI_ACTION_REFRESH_FORM;
2045 Selection->Action = UI_ACTION_REFRESH_FORM;
2223 Selection->Action
[all...]
/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
H A DVlanConfigImpl.h356 @param[in] Action Specifies the type of action taken by the browser.
370 @retval EFI_UNSUPPORTED The specified Action is not supported by the
378 IN EFI_BROWSER_ACTION Action,
/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
/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/Include/Protocol/
H A DFormBrowserEx.h79 @param[in] Action Action value that describes what action will be trigged when the hot key is pressed.
91 IN UINT32 Action,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiConfigAccess.h180 @param Action Specifies the type of action taken by the browser.
195 @retval EFI_UNSUPPORTED The specified Action is not supported by the
202 IN EFI_BROWSER_ACTION Action,
H A DIpSecConfig.h362 EFI_IPSEC_ACTION Action; member in struct:_EFI_IPSEC_SPD_DATA
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DHiiConfigAccess.h176 @param Action Specifies the type of action taken by the browser.
191 @retval EFI_UNSUPPORTED The specified Action is not supported by the
198 IN EFI_BROWSER_ACTION Action,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.h124 @param Action Specifies the type of action taken by the browser.
139 IN EFI_BROWSER_ACTION Action,
152 @param Action Specifies the type of action taken by the browser.
167 IN EFI_BROWSER_ACTION Action,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.h162 @param Action - Specifies the type of action taken by the browser.
172 @retval EFI_UNSUPPORTED The specified Action is not supported by the callback.
179 IN EFI_BROWSER_ACTION Action,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.h166 @param[in] Action Specifies the type of action taken by the browser.
180 @retval EFI_UNSUPPORTED The specified Action is not supported by the
188 IN EFI_BROWSER_ACTION Action,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DScsiDisk.c753 UINTN Action; local
761 Action = ACTION_NO_ACTION;
801 &Action
805 } else if (Action == ACTION_RETRY_COMMAND_LATER) {
826 if (Action == ACTION_READ_CAPACITY) {
853 &Action
861 } else if (Action == ACTION_RETRY_COMMAND_LATER) {
1240 @param Action The pointer of action which indicates what is need to do next
1251 OUT UINTN *Action
1259 *Action
[all...]
/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/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.c639 @param[in] Action Describes the action taken by the firmware regarding this image.
648 IN EFI_IMAGE_EXECUTION_ACTION Action,
709 WriteUnaligned32 ((UINT32 *) &ImageExeInfoEntry->Action, Action);
1212 EFI_IMAGE_EXECUTION_ACTION Action; local
1227 Action = EFI_IMAGE_EXECUTION_AUTH_UNTESTED;
1480 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_FAILED;
1487 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_FOUND;
1499 Action = EFI_IMAGE_EXECUTION_AUTH_SIG_PASSED;
1508 AddImageExeInfo (Action, NUL
647 AddImageExeInfo( IN EFI_IMAGE_EXECUTION_ACTION Action, IN CHAR16 *Name OPTIONAL, IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN EFI_SIGNATURE_LIST *Signature OPTIONAL, IN UINTN SignatureSize ) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinevt.h120 typedef DWORD (WINAPI *EVT_SUBSCRIBE_CALLBACK)(EVT_SUBSCRIBE_NOTIFY_ACTION Action,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dantlr.c83 zzmatch(Action);
97 zzmatch(Action);
169 if ( (LA(1)==Action) ) {
170 zzmatch(Action);
321 if ( (LA(1)==Action) ) {
322 zzmatch(Action);
687 if ( (LA(1)==Action) ) {
688 zzmatch(Action);
748 zzmatch(Action);
779 zzmatch(Action);
[all...]
H A Dantlr.g219 #token Action "\>\>" << /* these do not nest */
627 ( "{\\}#header" Action /* MR13 */
636 | "{\\}#first" Action
682 ( Action
735 ( Action
932 { Action
965 Action
985 /* MR1 */ Action
1004 /* MR1 */ Action
1424 { Action
[all...]
H A Dtokens.h14 #define Action 34 macro

Completed in 275 milliseconds

123