Searched refs:efivarfs (Results 1 – 13 of 13) sorted by relevance
4 efivarfs - a (U)EFI variable filesystem7 The efivarfs filesystem was created to address the shortcomings of14 Variables can be created, deleted and modified with the efivarfs17 efivarfs is typically mounted like this::19 mount -t efivarfs none /sys/firmware/efi/efivars22 UEFI variables causes the system firmware to fail to POST, efivarfs
86 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 vars.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
114 In order to store the AML code in an EFI variable the efivarfs filesystem can be153 mount -t efivarfs none $EFIVARFS162 # efivarfs expects all of the data in one write
72 provide user-space with access to EFI variables via efivarfs.
128 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
299 source "fs/efivarfs/Kconfig"
28 TARGETS += efivarfs
8255 F: fs/efivarfs/