/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
H A D | BootManager.h | 60 @param ActionRequest On return, points to the action requested by the callback function. 74 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
H A D | BootManager.c | 77 @param ActionRequest On return, points to the action requested by the callback function. 91 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 99 if ((Value == NULL) || (ActionRequest == NULL)) { 127 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 211 EFI_BROWSER_ACTION_REQUEST ActionRequest; local 346 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 354 &ActionRequest 356 if (ActionRequest == EFI_BROWSER_ACTION_REQUEST_RESET) {
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
H A D | FileExplorer.c | 238 @param ActionRequest On return, points to the action requested by the callback function. 244 @retval EFI_INVALID_PARAMETER If paramter Value or ActionRequest is NULL. 254 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 278 if ((Value == NULL) || (ActionRequest == NULL)) { 310 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 317 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 322 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT;
|
H A D | BootMaint.c | 254 @param ActionRequest On return, points to the action requested by the callback function. 260 @retval EFI_INVALID_PARAMETER The parameter of Value or ActionRequest is invalid. 270 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 567 if ((Value == NULL) || (ActionRequest == NULL)) { 587 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 1355 EFI_BROWSER_ACTION_REQUEST ActionRequest; local 1360 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 1368 &ActionRequest 1370 if (ActionRequest == EFI_BROWSER_ACTION_REQUEST_RESET) { 1382 ActionRequest [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | FormBrowser2.h | 95 @param ActionRequest Points to the action recommended by the form. 113 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest OPTIONAL
|
H A D | HiiConfigAccess.h | 188 @param ActionRequest On return, points to the action requested by the 206 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | FormBrowser2.h | 93 @param ActionRequest Points to the action recommended by the form. 111 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest OPTIONAL
|
H A D | HiiConfigAccess.h | 184 @param ActionRequest On return, points to the action requested by the 202 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
H A D | DeviceManager.c | 117 @param ActionRequest On return, points to the action requested by the callback function. 131 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 728 EFI_BROWSER_ACTION_REQUEST ActionRequest; local 973 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 981 &ActionRequest 983 if (ActionRequest == EFI_BROWSER_ACTION_REQUEST_RESET) { 992 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 1000 &ActionRequest 1003 if (ActionRequest == EFI_BROWSER_ACTION_REQUEST_RESET) { 1078 @param ActionRequest O 1133 EFI_BROWSER_ACTION_REQUEST ActionRequest; local [all...] |
H A D | DeviceManager.h | 129 @param ActionRequest On return, points to the action requested by the callback function. 143 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 157 @param ActionRequest On return, points to the action requested by the callback function. 171 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/ |
H A D | FrontPage.h | 167 @param ActionRequest - On return, points to the action requested by the callback function. 183 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
H A D | FrontPage.c | 162 @param ActionRequest On return, points to the action requested by the callback function. 178 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 199 if ((Value == NULL) || (ActionRequest == NULL)) { 208 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 267 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 548 EFI_BROWSER_ACTION_REQUEST ActionRequest; local 558 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 566 &ActionRequest 571 if (ActionRequest == EFI_BROWSER_ACTION_REQUEST_RESET) {
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgConfigDxe/ |
H A D | TcgConfigImpl.h | 173 @param[out] ActionRequest On return, points to the action requested by the 192 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
H A D | TcgConfigImpl.c | 376 @param[out] ActionRequest On return, points to the action requested by the 395 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 398 if ((This == NULL) || (Value == NULL) || (ActionRequest == NULL)) { 407 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/ |
H A D | UserProfileManager.c | 153 @param ActionRequest On return, points to the action requested by the 168 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 317 if ((Value == NULL) || (ActionRequest == NULL)) { 417 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 459 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigImpl.c | 208 @param[out] ActionRequest On return, points to the action requested by the 227 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 282 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 310 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY;
|
H A D | VlanConfigImpl.h | 363 @param[out] ActionRequest On return, points to the action requested by the 382 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DriverSampleDxe/ |
H A D | DriverSample.c | 1248 @param ActionRequest On return, points to the action requested by the 1267 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 1283 (ActionRequest == NULL)) { 1716 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 1723 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT; 1731 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 1738 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD; 1745 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 1753 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT;
|
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/ |
H A D | SecureBootConfigImpl.c | 2273 @param[out] ActionRequest On return, points to the action requested by the 2292 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 2302 if ((This == NULL) || (Value == NULL) || (ActionRequest == NULL)) { 2339 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2398 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2482 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT; 2494 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 2512 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT; 2524 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2542 *ActionRequest [all...] |
H A D | SecureBootConfigImpl.h | 436 @param[out] ActionRequest On return, points to the action requested by the 455 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/ |
H A D | IScsiConfig.c | 2064 @param[out] ActionRequest On return, points to the action requested by the 2082 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 2114 if ((Value == NULL) || (ActionRequest == NULL)) { 2191 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2209 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2218 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY; 2231 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 2240 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT; 2253 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 2262 *ActionRequest [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/ |
H A D | Presentation.c | 1170 EFI_BROWSER_ACTION_REQUEST ActionRequest; local 1187 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 1227 ActionRequest = EFI_BROWSER_ACTION_REQUEST_NONE; 1234 &ActionRequest 1238 // Only for EFI_BROWSER_ACTION_CHANGED need to handle this ActionRequest. 1241 switch (ActionRequest) {
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/ |
H A D | Ip6ConfigNv.c | 1604 @param[out] ActionRequest On return, points to the action requested by the 1625 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 1658 if ((Value == NULL) || (ActionRequest == NULL)) { 1816 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_SUBMIT_EXIT; 1828 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_DISCARD_EXIT; 1836 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/ |
H A D | Ip4ConfigNv.c | 661 @param[out] ActionRequest On return, points to the action requested by the 681 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 746 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiConfig.c | 640 @param[out] ActionRequest On return, points to the action requested by the 660 OUT EFI_BROWSER_ACTION_REQUEST *ActionRequest 908 *ActionRequest = EFI_BROWSER_ACTION_REQUEST_FORM_APPLY;
|