Home
last modified time | relevance | path

Searched refs:efivarfs (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh41 local efivarfs="/sys/firmware/efi/efivars"
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
49 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)
/kernel/linux/linux-6.6/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh41 local efivarfs="/sys/firmware/efi/efivars"
48 if ! grep -q "^\S\+ $efivarfs efivarfs" /proc/mounts; then
49 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)
/kernel/linux/linux-5.10/fs/efivarfs/
H A DMakefile3 # Makefile for the efivarfs filesystem
6 obj-$(CONFIG_EFIVAR_FS) += efivarfs.o
8 efivarfs-objs := inode.o file.o super.o
/kernel/linux/linux-6.6/fs/efivarfs/
H A DMakefile3 # Makefile for the efivarfs filesystem
6 obj-$(CONFIG_EFIVAR_FS) += efivarfs.o
8 efivarfs-objs := inode.o file.o super.o vars.o
/kernel/linux/linux-5.10/tools/testing/selftests/efivarfs/
H A DMakefile5 TEST_PROGS := efivarfs.sh
H A Defivarfs.sh25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/kernel/linux/linux-6.6/tools/testing/selftests/efivarfs/
H A DMakefile5 TEST_PROGS := efivarfs.sh
H A Defivarfs.sh25 if ! grep -q "^\S\+ $efivarfs_mount efivarfs" /proc/mounts; then
26 echo $msg efivarfs is not mounted on $efivarfs_mount >&2
/kernel/linux/linux-5.10/fs/
H A DMakefile137 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
/kernel/linux/linux-6.6/fs/
H A DMakefile131 obj-$(CONFIG_EFIVAR_FS) += efivarfs/
/kernel/linux/linux-5.10/tools/testing/selftests/
H A DMakefile13 TARGETS += efivarfs
/kernel/linux/linux-6.6/tools/testing/selftests/
H A DMakefile21 TARGETS += efivarfs

Completed in 4 milliseconds