Home
last modified time | relevance | path

Searched full:eof (Results 1 – 25 of 1065) sorted by relevance

12345678910>>...43

/kernel/linux/linux-6.6/scripts/atomic/
Dgen-atomic-instrumented.sh73 cat <<EOF heredoc
80 EOF
100 cat <<EOF heredoc
105 EOF
107 cat <<EOF heredoc
112 EOF
116 cat <<EOF heredoc
120 EOF
122 cat <<EOF heredoc
126 EOF
[all …]
Dgen-atomic-long.sh54 cat <<EOF heredoc
65 EOF
68 cat << EOF heredoc
92 EOF
98 cat <<EOF heredoc
100 EOF
Dgen-atomic-fallback.sh150 cat << EOF heredoc
154 EOF
161 cat <<EOF heredoc
186 EOF
229 cat <<EOF heredoc
238 EOF
287 cat << EOF heredoc
298 EOF
320 cat <<EOF heredoc
325 EOF
[all …]
/kernel/linux/linux-6.6/scripts/package/
Dmkdebian183 cat <<EOF > debian/changelog heredoc
189 EOF
192 cat <<EOF > debian/copyright heredoc
209 EOF
212 cat <<EOF > debian/control heredoc
226 EOF
229 cat <<EOF >> debian/control heredoc
239 EOF
242 cat <<EOF >> debian/control heredoc
250 EOF
[all …]
/kernel/linux/linux-5.10/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.sh54 cat << EOF heredoc
58 EOF
150 cat <<EOF heredoc
174 EOF
177 cat << EOF heredoc
188 EOF
198 cat <<EOF heredoc
203 EOF
209 cat <<EOF heredoc
211 EOF
Dgen-atomic-instrumented.sh95 cat <<EOF heredoc
103 EOF
115 cat <<EOF heredoc
122 EOF
138 cat << EOF heredoc
162 EOF
189 cat <<EOF heredoc
192 EOF
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
Drtw_debug.c14 int *eof, void *data) in proc_get_drv_version() argument
20 *eof = 1; in proc_get_drv_version()
26 int *eof, void *data) in proc_get_write_reg() argument
28 *eof = 1; in proc_get_write_reg()
75 int *eof, void *data) in proc_get_read_reg() argument
83 *eof = 1; in proc_get_read_reg()
102 *eof = 1; in proc_get_read_reg()
135 int *eof, void *data) in proc_get_adapter_state() argument
144 *eof = 1; in proc_get_adapter_state()
150 int *eof, void *data) in proc_get_best_channel() argument
[all …]
/kernel/linux/linux-5.10/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
153 cat 1>&2 << EOF heredoc
155 EOF
160 grep -qw $1 << EOF heredoc
190 EOF
[all …]
/kernel/linux/linux-6.6/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
170 cat 1>&2 << EOF heredoc
172 EOF
177 grep -qw $1 << EOF heredoc
207 EOF
[all …]
/kernel/linux/linux-5.10/scripts/package/
Dmkdebian143 cat <<EOF > debian/changelog heredoc
149 EOF
152 cat <<EOF > debian/copyright heredoc
169 EOF
172 cat <<EOF > debian/control heredoc
195 EOF
198 cat <<EOF >> debian/control heredoc
206 EOF
210 cat <<EOF >> debian/control heredoc
218 EOF
[all …]
/kernel/linux/linux-5.10/tools/lib/api/
Dio.h25 bool eof; member
36 io->eof = false; in io__init()
44 if (io->eof) in io__get_char()
51 io->eof = true; in io__get_char()
62 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
63 * returns the character after the hexadecimal value which may be -1 for eof.
91 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
92 * character after the decimal value which may be -1 for eof. If the read value
/kernel/linux/linux-6.6/tools/lib/api/
Dio.h31 bool eof; member
43 io->eof = false; in io__init()
51 if (io->eof) in io__get_char()
73 io->eof = true; in io__get_char()
80 io->eof = true; in io__get_char()
91 * first character isn't hexadecimal returns -2, io->eof returns -1, otherwise
92 * returns the character after the hexadecimal value which may be -1 for eof.
120 * isn't a decimal returns -2, io->eof returns -1, otherwise returns the
121 * character after the decimal value which may be -1 for eof. If the read value
/kernel/linux/linux-6.6/tools/perf/tests/shell/
Dtest_uprobe_from_different_cu.sh34 cat > ${temp_dir}/testfile-foo.h << EOF heredoc
42 EOF
44 cat > ${temp_dir}/testfile-foo.c << EOF heredoc
56 EOF
58 cat > ${temp_dir}/testfile-main.c << EOF heredoc
74 EOF
Ddaemon.sh166 cat <<EOF > ${config} heredoc
175 EOF
221 cat <<EOF > ${config} heredoc
230 EOF
248 cat <<EOF > ${config_new} heredoc
257 EOF
283 cat <<EOF > ${config_empty} heredoc
286 EOF
346 cat <<EOF > ${config} heredoc
355 EOF
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/shell/
Dtest_uprobe_from_different_cu.sh34 cat > ${temp_dir}/testfile-foo.h << EOF heredoc
42 EOF
44 cat > ${temp_dir}/testfile-foo.c << EOF heredoc
56 EOF
58 cat > ${temp_dir}/testfile-main.c << EOF heredoc
74 EOF
/kernel/linux/linux-6.6/tools/bootconfig/
Dtest-bootconfig.sh116 cat > $TEMPCONF << EOF heredoc
119 EOF
129 cat > $TEMPCONF << EOF heredoc
132 EOF
149 cat > $TEMPCONF << EOF heredoc
153 EOF
162 cat > $TEMPCONF << EOF heredoc
165 EOF
/kernel/linux/linux-5.10/tools/bootconfig/
Dtest-bootconfig.sh116 cat > $TEMPCONF << EOF heredoc
119 EOF
129 cat > $TEMPCONF << EOF heredoc
132 EOF
149 cat > $TEMPCONF << EOF heredoc
153 EOF
162 cat > $TEMPCONF << EOF heredoc
165 EOF
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported()
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported()
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_fcoe.c45 u8 eof = 0; in cxgb_fcoe_sof_eof_supported() local
52 skb_copy_bits(skb, skb->len - 4, &eof, 1); in cxgb_fcoe_sof_eof_supported()
54 if ((eof != FC_EOF_N) && (eof != FC_EOF_T)) { in cxgb_fcoe_sof_eof_supported()
55 dev_err(adap->pdev_dev, "Unsupported EOF 0x%x\n", eof); in cxgb_fcoe_sof_eof_supported()
/kernel/linux/linux-6.6/tools/include/nolibc/
Dstdio.h20 #ifndef EOF
21 #define EOF (-1) macro
94 return EOF; in fclose()
109 return EOF; in fgetc()
130 return EOF; in fputc()
144 * success or EOF on error. It automatically retries on short writes.
155 return EOF; in _fwrite()
184 if (fputs(s, stdout) == EOF) in puts()
185 return EOF; in puts()
199 if (c == EOF) in fgets()
[all …]
/kernel/linux/linux-6.6/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
385 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
393 EOF
452 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
459 EOF
553 ip netns exec "$ns0" nft -f /dev/stdin <<EOF heredoc
560 EOF
[all …]
Dconntrack_icmp_related.sh132 ip netns exec $netns nft -f - <<EOF heredoc
144 EOF
147 ip netns exec nsclient1 nft -f - <<EOF heredoc
165 EOF
167 ip netns exec nsclient2 nft -f - <<EOF heredoc
190 EOF
196 ip netns exec nsrouter1 nft -f - <<EOF heredoc
209 EOF
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/
Dmk-ccs-regs93 print $H <<EOF
97 EOF
102 print $H <<EOF
104 EOF
112 print $H <<EOF
115 EOF
118 print $A <<EOF
124 EOF
130 print $LH <<EOF
142 EOF
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Ddebugfs-scmi-raw13 (receiving an EOF at each message boundary).
31 (receiving an EOF at each message boundary).
41 Each read gives back one message at time (receiving an EOF at
52 Each read gives back one message at time (receiving an EOF at
82 (receiving an EOF at each message boundary).
109 (receiving an EOF at each message boundary).

12345678910>>...43