Home
last modified time | relevance | path

Searched refs:EOF (Results 1 – 25 of 129) sorted by relevance

123456

/Linux-v5.15/scripts/atomic/
Dgen-atomic-long.sh48 cat <<EOF heredoc
55 EOF
58 cat << EOF heredoc
84 EOF
90 cat <<EOF heredoc
93 EOF
99 cat <<EOF heredoc
102 EOF
Dgen-atomic-fallback.sh52 cat << EOF heredoc
56 EOF
131 cat <<EOF heredoc
148 EOF
169 cat <<EOF heredoc
181 EOF
204 cat << EOF heredoc
215 EOF
227 cat <<EOF heredoc
232 EOF
[all …]
Dgen-atomic-instrumented.sh63 cat <<EOF heredoc
70 EOF
82 cat <<EOF heredoc
91 EOF
95 cat <<EOF heredoc
102 EOF
107 cat << EOF heredoc
/Linux-v5.15/tools/perf/tests/shell/
Ddaemon.sh150 cat <<EOF > ${config} heredoc
159 EOF
200 cat <<EOF > ${config} heredoc
209 EOF
225 cat <<EOF > ${config_new} heredoc
234 EOF
259 cat <<EOF > ${config_empty} heredoc
262 EOF
319 cat <<EOF > ${config} heredoc
328 EOF
[all …]
/Linux-v5.15/tools/bootconfig/scripts/
Dftrace2bconf.sh51 cat 1>&2 << EOF heredoc
53 EOF
61 cat 1>&2 << EOF heredoc
63 EOF
70 cat 1>&2 << EOF heredoc
72 EOF
/Linux-v5.15/tools/testing/selftests/drivers/net/mlxsw/
Dqos_lib.sh62 cat >/dev/stderr <<-EOF heredoc
70 EOF
73 cat >/dev/stderr <<-EOF heredoc
78 EOF
/Linux-v5.15/tools/testing/selftests/bpf/
Dvmtest.sh26 cat <<EOF heredoc
55 EOF
160 cat <<EOF heredoc
164 EOF
172 sudo bash -c "cat >>${init_script}" <<EOF heredoc
185 EOF
216 cat <<EOF heredoc
219 EOF
/Linux-v5.15/scripts/selinux/
Dinstall_policy.sh49 cat > /etc/selinux/dummy/contexts/x_contexts <<EOF heredoc
55 EOF
72 cat > /etc/selinux/config << EOF heredoc
75 EOF
/Linux-v5.15/tools/testing/selftests/netfilter/
Dnft_nat.sh184 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
191 EOF
259 ip netns exec "$ns0" nft -f /dev/stdin <<EOF 2>/dev/null heredoc
266 EOF
411 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
418 EOF
512 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
519 EOF
611 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
618 EOF
[all …]
Dconntrack_icmp_related.sh130 ip netns exec $netns nft -f - <<EOF heredoc
142 EOF
145 ip netns exec nsclient1 nft -f - <<EOF heredoc
157 EOF
159 ip netns exec nsclient2 nft -f - <<EOF heredoc
182 EOF
188 ip netns exec nsrouter1 nft -f - <<EOF heredoc
201 EOF
Dnft_queue.sh90 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
119 EOF
125 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
148 EOF
182 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
189 EOF
297 ip netns exec ${nsrouter} nft -f /dev/stdin <<EOF heredoc
309 EOF
/Linux-v5.15/tools/bootconfig/
Dtest-bootconfig.sh112 cat > $TEMPCONF << EOF heredoc
115 EOF
125 cat > $TEMPCONF << EOF heredoc
128 EOF
/Linux-v5.15/tools/vm/
Dslabinfo-gnuplot.sh81 gnuplot -p << EOF heredoc
96 EOF
123 gnuplot -p << EOF heredoc
134 EOF
/Linux-v5.15/scripts/atomic/fallbacks/
Dread_acquire1 cat <<EOF
7 EOF
Dset_release1 cat <<EOF
7 EOF
Drelease1 cat <<EOF
8 EOF
Ddec1 cat <<EOF
7 EOF
Dinc1 cat <<EOF
7 EOF
Dacquire1 cat <<EOF
9 EOF
Dandnot1 cat <<EOF
7 EOF
Dfence1 cat <<EOF
11 EOF
Dinc_unless_negative1 cat <<EOF
14 EOF
Ddec_unless_positive1 cat <<EOF
14 EOF
Ddec_if_positive1 cat <<EOF
15 EOF
/Linux-v5.15/scripts/
Dbin2c.c22 while ((ch = getchar()) != EOF) { in main()
29 } while (ch != EOF); in main()

123456