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:OPTARG
(Results
1 - 25
of
54
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
parameters.sh
33
export DEV=$
OPTARG
37
export PKT_SIZE=$
OPTARG
41
export DEST_IP=$
OPTARG
45
export DST_MAC=$
OPTARG
49
export DST_PORT=$
OPTARG
53
export F_THREAD=$
OPTARG
57
export THREADS=$
OPTARG
61
export CLONE_SKB=$
OPTARG
65
export COUNT=$
OPTARG
69
export BURST=$
OPTARG
[all...]
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
parameters.sh
30
export DEV=$
OPTARG
34
export PKT_SIZE=$
OPTARG
38
export DEST_IP=$
OPTARG
42
export DST_MAC=$
OPTARG
46
export DST_PORT=$
OPTARG
50
export F_THREAD=$
OPTARG
54
export THREADS=$
OPTARG
58
export CLONE_SKB=$
OPTARG
62
export COUNT=$
OPTARG
66
export BURST=$
OPTARG
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H
A
D
with_stress.sh
55
subsys_ctrl=$
OPTARG
58
duration=$
OPTARG
67
func=stress_$
OPTARG
69
echo "Unknown stress $
OPTARG
"
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
with_stress.sh
55
subsys_ctrl=$
OPTARG
58
duration=$
OPTARG
67
func=stress_$
OPTARG
69
echo "Unknown stress $
OPTARG
"
/kernel/linux/linux-6.6/tools/testing/selftests/amd-pstate/
H
A
D
run.sh
169
FUNC=$
OPTARG
173
OUTFILE=$
OPTARG
177
TIME_LIMIT=$
OPTARG
181
PROCESS_NUM=$
OPTARG
185
LOOP_TIMES=$
OPTARG
189
TRACER_INTERVAL=$
OPTARG
193
COMPARATIVE_TEST=$
OPTARG
/kernel/linux/linux-5.10/tools/testing/selftests/cpufreq/
H
A
D
main.sh
80
FUNC=$
OPTARG
84
OUTFILE=$
OPTARG
88
DRIVER_MOD=$
OPTARG
92
GOVERNOR_MOD=$
OPTARG
/kernel/linux/linux-6.6/tools/testing/selftests/cpufreq/
H
A
D
main.sh
80
FUNC=$
OPTARG
84
OUTFILE=$
OPTARG
88
DRIVER_MOD=$
OPTARG
92
GOVERNOR_MOD=$
OPTARG
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.sh
60
if [ $
OPTARG
-ge 0 ];then
61
tc_delay="$
OPTARG
"
63
echo "-d requires numeric argument, got \"$
OPTARG
\"" 1>&2
68
ethtool_args="$ethtool_args $
OPTARG
off"
72
tc_loss="$
OPTARG
"
75
tc_reorder="$
OPTARG
"
84
if [ $
OPTARG
-ge 0 ];then
85
sndbuf="$
OPTARG
"
87
echo "-S requires numeric argument, got \"$
OPTARG
\"" 1>&2
92
if [ $
OPTARG
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
gro.sh
73
dev="${
OPTARG
}"
76
test="${
OPTARG
}"
79
proto="${
OPTARG
}"
H
A
D
bind_bhash.sh
28
a) addr=$
OPTARG
;;
30
port=$
OPTARG
;;
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H
A
D
cpufreq-bench_plot.sh
35
output_file="$
OPTARG
".$picture_type
38
global_title="$
OPTARG
"
41
picture_type="$
OPTARG
"
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H
A
D
cpufreq-bench_plot.sh
35
output_file="$
OPTARG
".$picture_type
38
global_title="$
OPTARG
"
41
picture_type="$
OPTARG
"
/kernel/linux/linux-5.10/arch/s390/kernel/syscalls/
H
A
D
syscalltbl
197
abi_list="$
OPTARG
"
200
SYSCALL_TBL="$
OPTARG
"
203
filename=${
OPTARG
##*/}
218
echo "Missing argument for -$
OPTARG
" >&2
/kernel/linux/linux-5.10/tools/vm/
H
A
D
slabinfo-gnuplot.sh
190
array=(${
OPTARG
//,/ })
195
array=(${
OPTARG
//,/ })
204
echo "Invalid option: -$
OPTARG
" >&2
208
echo "-$
OPTARG
requires an argument." >&2
/kernel/linux/linux-6.6/arch/s390/kernel/syscalls/
H
A
D
syscalltbl
197
abi_list="$
OPTARG
"
200
SYSCALL_TBL="$
OPTARG
"
203
filename=${
OPTARG
##*/}
218
echo "Missing argument for -$
OPTARG
" >&2
/kernel/linux/linux-6.6/tools/mm/
H
A
D
slabinfo-gnuplot.sh
190
array=(${
OPTARG
//,/ })
195
array=(${
OPTARG
//,/ })
204
echo "Invalid option: -$
OPTARG
" >&2
208
echo "-$
OPTARG
requires an argument." >&2
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_connect.sh
66
if [ $
OPTARG
-ge 0 ];then
67
tc_delay="$
OPTARG
"
69
echo "-d requires numeric argument, got \"$
OPTARG
\"" 1>&2
74
ethtool_args="$ethtool_args $
OPTARG
off"
78
tc_loss="$
OPTARG
"
81
tc_reorder="$
OPTARG
"
90
if [ $
OPTARG
-ge 0 ];then
91
sndbuf="$
OPTARG
"
93
echo "-S requires numeric argument, got \"$
OPTARG
\"" 1>&2
98
if [ $
OPTARG
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
vmtest.sh
201
OUTPUT_DIR="$
OPTARG
"
204
NUM_COMPILE_JOBS="$
OPTARG
"
215
echo "Invalid Option: -$
OPTARG
"
220
echo "Invalid Option: -$
OPTARG
requires an argument"
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
vmtest.sh
348
OUTPUT_DIR="$
OPTARG
"
351
NUM_COMPILE_JOBS="$
OPTARG
"
363
echo "Invalid Option: -$
OPTARG
"
368
echo "Invalid Option: -$
OPTARG
requires an argument"
/kernel/linux/linux-5.10/tools/testing/selftests/memory-hotplug/
H
A
D
mem-on-off-test.sh
146
error=$
OPTARG
153
priority=$
OPTARG
156
ratio=$
OPTARG
/kernel/linux/linux-6.6/tools/testing/selftests/memory-hotplug/
H
A
D
mem-on-off-test.sh
155
error=$
OPTARG
162
priority=$
OPTARG
165
ratio=$
OPTARG
/kernel/linux/linux-5.10/tools/testing/selftests/ntb/
H
A
D
ntb_test.sh
55
m) MW_SIZE=${
OPTARG
} ;;
56
r) REMOTE_HOST=${
OPTARG
} ;;
57
p) PERF_RUN_ORDER=${
OPTARG
} ;;
58
w) MAX_MW_SIZE=${
OPTARG
} ;;
60
echo "Invalid option: -$
OPTARG
" >&2
/kernel/linux/linux-6.6/tools/testing/selftests/ntb/
H
A
D
ntb_test.sh
55
m) MW_SIZE=${
OPTARG
} ;;
56
r) REMOTE_HOST=${
OPTARG
} ;;
57
p) PERF_RUN_ORDER=${
OPTARG
} ;;
58
w) MAX_MW_SIZE=${
OPTARG
} ;;
60
echo "Invalid option: -$
OPTARG
" >&2
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H
A
D
usbip_test.sh
15
busid=${
OPTARG
}
18
tools_path=${
OPTARG
}
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/usb/usbip/
H
A
D
usbip_test.sh
15
busid=${
OPTARG
}
18
tools_path=${
OPTARG
}
Completed in 7 milliseconds
1
2
3