Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:efivarfs
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/kexec/
H
A
D
kexec_common_lib.sh
41
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
D
kexec_common_lib.sh
41
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
D
Makefile
3
# 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
D
Makefile
3
# 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
D
Makefile
5
TEST_PROGS :=
efivarfs
.sh
H
A
D
efivarfs.sh
25
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
D
Makefile
5
TEST_PROGS :=
efivarfs
.sh
H
A
D
efivarfs.sh
25
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
D
Makefile
137
obj-$(CONFIG_EFIVAR_FS) +=
efivarfs
/
/kernel/linux/linux-6.6/fs/
H
A
D
Makefile
131
obj-$(CONFIG_EFIVAR_FS) +=
efivarfs
/
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
Makefile
13
TARGETS +=
efivarfs
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
Makefile
21
TARGETS +=
efivarfs
Completed in 4 milliseconds