Searched refs:LOAD_OPTION_ACTIVE (Results 1 - 6 of 6) sorted by relevance

/u-boot/cmd/
H A Dbootmenu.c277 if (lo.attributes & LOAD_OPTION_ACTIVE) {
H A Defidebug.c808 lo.attributes = LOAD_OPTION_ACTIVE; /* always ACTIVE */
1024 lo.attributes & LOAD_OPTION_ACTIVE ? 'A' : '-',
H A Deficonfig.c1158 lo.attributes = LOAD_OPTION_ACTIVE;
/u-boot/lib/efi_loader/
H A Defi_bootmgr.c632 if (!(lo.attributes & LOAD_OPTION_ACTIVE)) {
835 lo.attributes = LOAD_OPTION_ACTIVE;
H A Defi_capsule.c884 if (lo.attributes & LOAD_OPTION_ACTIVE) {
/u-boot/include/
H A Defi_api.h1879 #define LOAD_OPTION_ACTIVE 0x00000001 macro

Completed in 119 milliseconds