Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c57 #ifndef LOAD_OPTION_ACTIVE
58 #define LOAD_OPTION_ACTIVE 0x00000001 macro
410 load_attrs |= LOAD_OPTION_ACTIVE; in handle_activity()
412 load_attrs &= ~LOAD_OPTION_ACTIVE; in handle_activity()
709 load_attrs |= LOAD_OPTION_ACTIVE; in make_boot_var()
840 ((load_attrs & LOAD_OPTION_ACTIVE) ? '*': ' '), d); in print_boot_var()
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h2111 #define LOAD_OPTION_ACTIVE 0x00000001 macro