/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
D | BootOption.c | 303 …ibutes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption[Index].Attributes & LOAD_OPTION_ACTIVE) == 0)) { in BOpt_GetBootOptions() 381 NewLoadContext->IsActive = (BOOLEAN) (NewLoadContext->Attributes & LOAD_OPTION_ACTIVE); in BOpt_GetBootOptions() 724 NewLoadContext->IsActive = (BOOLEAN) (NewLoadContext->Attributes & LOAD_OPTION_ACTIVE); in BOpt_GetDriverOptions() 901 LOAD_OPTION_ACTIVE, in BootFromFile()
|
D | Variable.c | 588 *((UINT32 *) Ptr) = LOAD_OPTION_ACTIVE | (ForceReconnect << 1); in Var_UpdateDriverOption() 746 *((UINT32 *) Ptr) = LOAD_OPTION_ACTIVE; in Var_UpdateBootOption()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
D | ArmJunoDxe.c | 505 L"Boot0001", LOAD_OPTION_ACTIVE | LOAD_OPTION_CATEGORY_BOOT, in SetJunoR1DefaultBootEntries() 518 L"Boot0002", LOAD_OPTION_ACTIVE | LOAD_OPTION_CATEGORY_BOOT, in SetJunoR1DefaultBootEntries()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/Arm/ |
D | BootAndroidBootImg.c | 123 BdsLoadOptions->Attributes = LOAD_OPTION_ACTIVE | LOAD_OPTION_CATEGORY_BOOT; in BootAndroidBootImg()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
D | Variable.c | 609 *((UINT32 *) Ptr) = LOAD_OPTION_ACTIVE | (ForceReconnect << 1); in Var_UpdateDriverOption() 796 *((UINT32 *) Ptr) = LOAD_OPTION_ACTIVE; in Var_UpdateBootOption() 1298 *Attribute &= ~LOAD_OPTION_ACTIVE; in Var_UpdateBBSOption() 1325 *Attribute |= LOAD_OPTION_ACTIVE; in Var_UpdateBBSOption()
|
D | BootOption.c | 941 if (0 == (*((UINT32 *) LoadOption) & LOAD_OPTION_ACTIVE)) { in BOpt_GetBootOptions() 1002 NewLoadContext->IsActive = (BOOLEAN) (NewLoadContext->Attributes & LOAD_OPTION_ACTIVE); in BOpt_GetBootOptions() 1550 NewLoadContext->IsActive = (BOOLEAN) (NewLoadContext->Attributes & LOAD_OPTION_ACTIVE); in BOpt_GetDriverOptions()
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 220 PlatformRegisterFvBootOption (PcdGetPtr (PcdShellFile), L"UEFI Shell", LOAD_OPTION_ACTIVE); in PlatformBootManagerBeforeConsole()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
D | PlatformBootManager.c | 247 PlatformRegisterFvBootOption (&mUefiShellFileGuid, L"UEFI Shell", LOAD_OPTION_ACTIVE); in PlatformBootManagerBeforeConsole()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 290 if ((BootOptions[Index].Attributes & LOAD_OPTION_ACTIVE) == 0) { in BootBootOptions() 729 LOAD_OPTION_ACTIVE, in BdsEntry()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMngr/ |
D | BootManager.c | 281 …if (((Option->Attribute & LOAD_OPTION_HIDDEN) != 0) || ((Option->Attribute & LOAD_OPTION_ACTIVE) =… in CallBootManager()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Library/ |
D | GenericBdsLib.h | 45 #define LOAD_OPTION_ACTIVE 0x00000001 macro
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | BdsEntry.c | 258 if (!IS_LOAD_OPTION_TYPE (BootOption->Attribute, LOAD_OPTION_ACTIVE)) { in BdsBootDeviceSelect()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmBoot.c | 2112 LOAD_OPTION_ACTIVE, in BmEnumerateBootOptions() 2162 LOAD_OPTION_ACTIVE, in BmEnumerateBootOptions() 2200 LOAD_OPTION_ACTIVE, in BmEnumerateBootOptions() 2342 LOAD_OPTION_CATEGORY_APP | LOAD_OPTION_ACTIVE | LOAD_OPTION_HIDDEN, in BmRegisterBootManagerMenu()
|
D | BmLoadOption.c | 1260 if ((LoadOption->Attributes & LOAD_OPTION_ACTIVE) == 0) { in EfiBootManagerProcessLoadOption()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsMisc.c | 59 if (!IS_LOAD_OPTION_TYPE (Option->Attribute, LOAD_OPTION_ACTIVE)) { in BdsLibLoadDrivers() 309 *(UINT32 *) TempPtr = LOAD_OPTION_ACTIVE; in BdsLibRegisterNewOption()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
D | BdsMisc.c | 59 if (!IS_LOAD_OPTION_TYPE (Option->Attribute, LOAD_OPTION_ACTIVE)) { in BdsLibLoadDrivers() 309 *(UINT32 *) TempPtr = LOAD_OPTION_ACTIVE; in BdsLibRegisterNewOption()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/ |
D | Bds.c | 303 BootOptionCreate (LOAD_OPTION_ACTIVE | LOAD_OPTION_CATEGORY_BOOT, in DefineDefaultBootEntries()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/ |
D | LegacyBootMaintUi.c | 401 *Attribute &= ~LOAD_OPTION_ACTIVE; in UpdateBBSOption() 420 *Attribute |= LOAD_OPTION_ACTIVE; in UpdateBBSOption()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 871 if (!IS_LOAD_OPTION_TYPE (BootOption->Attribute, LOAD_OPTION_ACTIVE)) { in PlatformBdsPolicyBehavior()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerLib/ |
D | BootManager.c | 504 …ibutes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption[Index].Attributes & LOAD_OPTION_ACTIVE) == 0)) { in UpdateBootManager()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
D | UefiSpec.h | 2075 #define LOAD_OPTION_ACTIVE 0x00000001 macro
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/ |
D | InstallBootMenu.c | 243 BdsLoadOption->Attributes = LOAD_OPTION_ACTIVE | (LoadOption & LOAD_OPTION_CATEGORY); in HiKeyCreateBootEntry()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/ |
D | QemuBootOrderLib.c | 357 if (IS_LOAD_OPTION_TYPE (Current->Attribute, LOAD_OPTION_ACTIVE)) { in CollectActiveOptions()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/ |
D | BootManagerMenu.c | 281 …->Attributes & LOAD_OPTION_HIDDEN) != 0) || ((BootOption->Attributes & LOAD_OPTION_ACTIVE) == 0)) { in IgnoreBootOption()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
D | LegacyBm.c | 569 LOAD_OPTION_ACTIVE, in LegacyBmCreateLegacyBootOption()
|