Home
last modified time | relevance | path

Searched refs:efi_variables_supported (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/lib/libefivar/
H A DMakefile47 MLINKS+=efivar.3 efi_variables_supported.3 \
H A Defivar.h85 int efi_variables_supported(void);
H A Defivar.c393 efi_variables_supported(void) in efi_variables_supported() function
/freebsd-src/usr.sbin/efibootmgr/
H A Defibootmgr.c1105 if (!efi_variables_supported() && !opts.find_dev) { in main()