Searched refs:efivarfs (Results 1 – 11 of 11) sorted by relevance
2 efivarfs - a (U)EFI variable filesystem4 The efivarfs filesystem was created to address the shortcomings of11 Variables can be created, deleted and modified with the efivarfs14 efivarfs is typically mounted like this,16 mount -t efivarfs none /sys/firmware/efi/efivars19 UEFI variables causes the system firmware to fail to POST, efivarfs
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)
6 obj-$(CONFIG_EFIVAR_FS) += efivarfs.o8 efivarfs-objs := inode.o file.o super.o
7 efivarfs is a replacement filesystem for the old EFI12 here. The module will be called efivarfs.
5 TEST_PROGS := efivarfs.sh
26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
113 In order to store the AML code in an EFI variable the efivarfs filesystem can be152 mount -t efivarfs none $EFIVARFS161 # efivarfs expects all of the data in one write
10 TARGETS += efivarfs
133 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
223 source "fs/efivarfs/Kconfig"
6016 F: fs/efivarfs/