Searched refs:EFI_BROWSER_ACTION_CHANGED (Results 1 - 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
H A DHiiConfigAccess.h40 #define EFI_BROWSER_ACTION_CHANGED 1 macro
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DHiiConfigAccess.h33 #define EFI_BROWSER_ACTION_CHANGED 1 macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFileExplorer.c390 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
406 if (Action == EFI_BROWSER_ACTION_CHANGED) {
H A DBootMaint.c724 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
848 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
H A DTrEEConfigImpl.c215 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c242 if ((Action != EFI_BROWSER_ACTION_CHANGED) && (Action != EFI_BROWSER_ACTION_CHANGING)) {
258 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/
H A DBootManager.c98 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
H A DTcgConfigImpl.c393 if ((Action != EFI_BROWSER_ACTION_CHANGED) || (QuestionId != KEY_TPM_ACTION)) {
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
H A DPlatformSetupDxe.c750 if((KeyValue == 0x1240) && (Action == EFI_BROWSER_ACTION_CHANGED)) {
754 if ((Action == EFI_BROWSER_ACTION_FORM_OPEN) || (Action == EFI_BROWSER_ACTION_CHANGED)) {
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileManager.c312 case EFI_BROWSER_ACTION_CHANGED:
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/
H A DBootManager.c696 if (Action != EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
H A DPlatform.c384 if (Action != EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Config/
H A DTcg2ConfigImpl.c274 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
H A DLegacyBootMaintUi.c1093 if (Action != EFI_BROWSER_ACTION_CHANGED && Action != EFI_BROWSER_ACTION_CHANGING) {
1117 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DFrontPage.c186 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
195 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
H A DFrontPage.c376 if (Action != EFI_BROWSER_ACTION_CHANGED) {
383 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
H A DFileExplorer.c180 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
187 if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PlatformVarCleanupLib/
H A DPlatVarCleanupLib.c912 if ((Action != EFI_BROWSER_ACTION_CHANGING) && (Action != EFI_BROWSER_ACTION_CHANGED)) {
928 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiConfig.c681 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
713 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideDxe.c1351 if ((Action != EFI_BROWSER_ACTION_CHANGING) && (Action != EFI_BROWSER_ACTION_CHANGED)) {
1413 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c2055 // Only for EFI_BROWSER_ACTION_CHANGED need to handle this ActionRequest.
2058 case EFI_BROWSER_ACTION_CHANGED:
2202 if (gCallbackReconnect && (EFI_BROWSER_ACTION_CHANGED == Action)) {
2532 ProcessCallBackFunction(Selection, Selection->FormSet, Selection->Form, Statement, EFI_BROWSER_ACTION_CHANGED, FALSE);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
H A DDriverHealthManagerDxe.c953 if (Action != EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
H A DBootMaintenance.c867 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
979 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6ConfigNv.c1734 if (Action != EFI_BROWSER_ACTION_CHANGING && Action != EFI_BROWSER_ACTION_CHANGED) {
1765 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiConfig.c2123 if ((Action != EFI_BROWSER_ACTION_CHANGING) && (Action != EFI_BROWSER_ACTION_CHANGED)) {
2210 } else if (Action == EFI_BROWSER_ACTION_CHANGED) {

Completed in 894 milliseconds

12