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:INSTALLKERNEL
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/
H
A
D
install.sh
39
if [ -n "${
INSTALLKERNEL
}" ]; then
40
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
41
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
42
if [ -x /usr/sbin/${
INSTALLKERNEL
} ]; then exec /usr/sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/parisc/boot/
H
A
D
install.sh
39
if [ -n "${
INSTALLKERNEL
}" ]; then
40
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
41
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/m68k/
H
A
D
install.sh
36
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
37
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/arm64/boot/
H
A
D
install.sh
38
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
39
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/riscv/boot/
H
A
D
install.sh
38
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
39
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/nios2/boot/
H
A
D
install.sh
36
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
37
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/sparc/boot/
H
A
D
install.sh
36
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
37
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/arm/boot/
H
A
D
install.sh
38
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
39
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
install.sh
36
if [ -x ~/bin/${
INSTALLKERNEL
} ]; then exec ~/bin/${
INSTALLKERNEL
} "$@"; fi
37
if [ -x /sbin/${
INSTALLKERNEL
} ]; then exec /sbin/${
INSTALLKERNEL
} "$@"; fi
/kernel/linux/linux-5.10/
H
A
D
Makefile
461
INSTALLKERNEL
:= installkernel
macro
521
export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK
INSTALLKERNEL
/kernel/linux/linux-6.6/
H
A
D
Makefile
512
INSTALLKERNEL
:= installkernel
macro
605
export CPP AR NM STRIP OBJCOPY OBJDUMP READELF PAHOLE RESOLVE_BTFIDS LEX YACC AWK
INSTALLKERNEL
Completed in 7 milliseconds