Home
last modified time | relevance | path

Searched refs:LOAD_OPTION_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/efivar/
H A Defiutil.c114 #define LOAD_OPTION_ACTIVE 1 macro
159 printf("%c ", attr & LOAD_OPTION_ACTIVE ? '*' : ' '); in efi_print_load_option()
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c55 #ifndef LOAD_OPTION_ACTIVE
56 #define LOAD_OPTION_ACTIVE 0x00000001 macro
396 load_attrs |= LOAD_OPTION_ACTIVE; in handle_activity()
398 load_attrs &= ~LOAD_OPTION_ACTIVE; in handle_activity()
697 load_attrs |= LOAD_OPTION_ACTIVE; in make_boot_var()
826 ((load_attrs & LOAD_OPTION_ACTIVE) ? '*': ' '), d); in print_boot_var()
/dragonfly/stand/contrib/edk2/MdePkg/Include/Uefi/
H A DUefiSpec.h2110 #define LOAD_OPTION_ACTIVE 0x00000001 macro