Searched refs:efivarfs (Results 1 – 4 of 4) sorted by relevance
41 local efivarfs="/sys/firmware/efi/efivars"48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then49 log_info "efivars is not mounted on $efivarfs"52 secure_boot_file=$(find "$efivarfs" -name SecureBoot-* 2>/dev/null)53 setup_mode_file=$(find "$efivarfs" -name SetupMode-* 2>/dev/null)
5 TEST_PROGS := efivarfs.sh
26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
29 TARGETS += efivarfs
Completed in 8 milliseconds