Searched refs:fprintf (Results 426 - 450 of 593) sorted by last modified time

<<11121314151617181920>>

/linux-master/tools/testing/selftests/net/
H A Dpsock_snd.c215 fprintf(stderr, "tx: %u\n", ret);
287 fprintf(stderr, "rx: %u\n", ret);
397 fprintf(stderr, "OK\n\n");
H A Dpsock_fanout.c175 fprintf(stderr, "bpf verifier:\n%s\n", log_buf);
242 fprintf(stderr, "info: count=%d,%d, expect=%d,%d\n",
247 fprintf(stderr, "warning: incorrect queue lengths\n");
257 fprintf(stderr, "test: control single socket\n");
261 fprintf(stderr, "ERROR: opened socket with dual rollover\n");
271 fprintf(stderr, "test: control multiple sockets\n");
275 fprintf(stderr, "ERROR: failed to open HASH socket\n");
280 fprintf(stderr, "ERROR: joined group with wrong flag defrag\n");
285 fprintf(stderr, "ERROR: joined group with wrong flag ro\n");
289 fprintf(stder
[all...]
H A Dreuseport_bpf_numa.c189 fprintf(stderr, "send node %d, receive socket %d\n", node_id, i);
246 fprintf(stderr, "---- IPv4 UDP ----\n");
249 fprintf(stderr, "---- IPv6 UDP ----\n");
252 fprintf(stderr, "---- IPv4 TCP ----\n");
255 fprintf(stderr, "---- IPv6 TCP ----\n");
260 fprintf(stderr, "SUCCESS\n");
/linux-master/arch/mips/tools/
H A Dloongson3-llsc-check.c60 fprintf(f, "Usage: loongson3-llsc-check /path/to/vmlinux\n");
152 fprintf(stderr, "%" PRIx64 ": LL not preceded by sync\n", pc);
163 fprintf(stderr, "%" PRIx64 ": LL has no matching SC\n", pc);
188 fprintf(stderr, "%" PRIx64 ": Branch target not a sync\n",
201 fprintf(stderr, "%" PRIx64 ": Section size not a multiple of 4\n",
208 fprintf(stderr, "%" PRIx64 ": First instruction in section is an LL\n",
271 fprintf(stderr, "vmlinux is not an ELF?\n");
276 fprintf(stderr, "vmlinux is not 64b?\n");
281 fprintf(stderr, "vmlinux is not little endian?\n");
306 fprintf(stdou
[all...]
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c348 fprintf(tz->file_out, "%ld %s", getuptimeofday_ms(), buf);
386 fprintf(f, "timestamp(ms) %s(��mC)\n", thermometer->tz[i].name);
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c168 if (fprintf(stream, "%d", value) < 0)
218 fprintf(stderr, "Caught signal %d in SIGUSR1 handler, "
221 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n");
231 fprintf(stderr, "Caught signal %d, exiting\n", signum);
233 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n");
252 if (fprintf(stream, "%d", value) < 0)
265 fprintf(stream, "%d", value);
586 fprintf(stderr, "CPU %d exceeds "
599 fprintf(stderr, "Any given CPU may "
631 fprintf(stder
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sock.c402 fprintf(stderr, "%s\n", bpf_log_buf);
/linux-master/tools/objtool/
H A Dweak.c14 fprintf(stderr, "error: objtool: " name " not implemented\n"); \
/linux-master/tools/lib/subcmd/
H A Dparse-options.c23 fprintf(stderr, " Error: switch `%c' %s", opt->short_name, reason);
25 fprintf(stderr, " Error: option `no-%s' %s", opt->long_name, reason);
27 fprintf(stderr, " Error: option `%s' %s", opt->long_name, reason);
41 fprintf(stderr, " Warning: switch `%c' %s", opt->short_name, reason);
43 fprintf(stderr, " Warning: option `no-%s' %s", opt->long_name, reason);
45 fprintf(stderr, " Warning: option `%s' %s", opt->long_name, reason);
456 fprintf(stderr,
482 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg);
490 fprintf(stderr, " Error: did you mean `--%s` (with two dashes ?)\n", arg);
704 fprintf(stder
[all...]
/linux-master/tools/bpf/runqslower/
H A Drunqslower.c57 fprintf(stderr, "Invalid PID: %s\n", arg);
64 fprintf(stderr,
71 fprintf(stderr, "Invalid delay (in us): %s\n", arg);
130 fprintf(stderr, "failed to open and/or load BPF object\n");
140 fprintf(stderr, "failed to load BPF object: %d\n", err);
146 fprintf(stderr, "failed to attach BPF programs\n");
158 fprintf(stderr, "failed to open perf buffer: %d\n", err);
/linux-master/scripts/selinux/mdp/
H A Dmdp.c68 fprintf(fout, "class %s\n", secclass_map[i].name);
69 fprintf(fout, "\n");
77 fprintf(fout, "sid %s\n", name);
79 fprintf(fout, "sid unused%d\n", i);
81 fprintf(fout, "\n");
86 fprintf(fout, "class %s\n", map->name);
87 fprintf(fout, "{\n");
89 fprintf(fout, "\t%s\n", map->perms[j]);
90 fprintf(fout, "}\n\n");
92 fprintf(fou
[all...]
/linux-master/scripts/selinux/genheaders/
H A Dgenheaders.c35 fprintf(stderr, "%s: out of memory\n", progname);
57 fprintf(stderr, "Could not open %s for writing: %s\n",
62 fprintf(fout, "/* This file is automatically generated. Do not edit. */\n");
63 fprintf(fout, "#ifndef _SELINUX_FLASK_H_\n#define _SELINUX_FLASK_H_\n\n");
68 fprintf(fout, "#define SECCLASS_%-39s %2d\n", name, i+1);
72 fprintf(fout, "\n");
80 fprintf(fout, "#define SECINITSID_%-39s %2d\n", sidname, i);
84 fprintf(fout, "\n#define SECINITSID_NUM %d\n", i-1);
85 fprintf(fout, "\nstatic inline bool security_is_socket_class(u16 kern_tclass)\n");
86 fprintf(fou
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample_user.c199 fprintf(stderr, "Error with gettimeofday! (%i)\n", res);
322 fprintf(stderr, "Failed to allocate memory (nr_cpus: %u)\n",
455 fprintf(stderr, "Failed to allocate memory\n");
462 fprintf(stderr,
471 fprintf(stderr,
484 fprintf(stderr,
493 fprintf(stderr,
506 fprintf(stderr,
517 fprintf(stderr,
1290 fprintf(stder
[all...]
H A Dibumad_user.c98 fprintf(stderr, "ERROR: invalid delay : %s\n",
118 fprintf(stderr, "ERROR: opening BPF object file failed\n");
124 fprintf(stderr, "ERROR: loading BPF object file failed\n");
131 fprintf(stderr, "ERROR: finding a map in obj file failed\n");
138 fprintf(stderr, "ERROR: bpf_program__attach failed\n");
/linux-master/tools/testing/selftests/arm64/fp/
H A Dvlset.c78 fprintf(stderr, "%s: %s: %s\n",
93 fprintf(stderr,
113 fprintf(stderr, "%s: Invalid vector length %lu\n",
119 fprintf(stderr, "%s: Scalable Vector Extension not present\n",
136 fprintf(stderr, "%s: PR_SVE_SET_VL: %s\n",
143 fprintf(stderr, "%s: PR_SVE_GET_VL: %s\n",
157 fprintf(stderr, "%s: %s: %s\n", program_name, path, strerror(e));
/linux-master/tools/lib/api/fd/
H A Darray.c143 int fd, printed = fprintf(fp, "%d [ ", fda->nr);
146 printed += fprintf(fp, "%s%d", fd ? ", " : "", fda->entries[fd].fd);
148 return printed + fprintf(fp, " ]");
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Devent.c126 fprintf(stderr, "read error on event %p!\n", e);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c58 fprintf(stderr, "%s\n", buf);
86 fprintf(stderr, "%s\n", buf);
/linux-master/tools/perf/util/
H A Dbpf_map.c56 printed += fprintf(fp, "[%d] = %d,\n", intkey, boolval);
58 printed += fprintf(fp, "[%d] = ERROR,\n", intkey);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c157 fprintf(stderr, "%s: -d Requires either an "
180 fprintf(stderr, "%s: Unknown option -%c%s\n",
214 fprintf(stderr, "%s: Warning - '-I-' "
257 fprintf(stderr, "%s: No input file specified\n", appname);
264 fprintf(stderr,
311 (void)fprintf(stderr,
358 fprintf(ofile,
365 fprintf(ofile, "static const uint8_t seqprog[] = {\n");
370 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
385 fprintf(ofil
[all...]
/linux-master/tools/testing/selftests/exec/
H A Dnull-argv.c55 fprintf(stderr, "# FAIL: saw argc == 0 (old kernel?)\n");
59 fprintf(stderr, "# FAIL: unknown argc (%d)\n", argc);
/linux-master/tools/power/cpupower/utils/helpers/
H A Damd.c112 fprintf(stderr, "HW pstates [%d] exceeding max [%d]\n",
/linux-master/samples/seccomp/
H A Ddropper.c63 fprintf(stderr, "Usage:\n"
/linux-master/fs/unicode/
H A Dmkutf8data.c3289 fprintf(file, "/* This file is generated code, do not edit. */\n");
3290 fprintf(file, "\n");
3291 fprintf(file, "#include <linux/module.h>\n");
3292 fprintf(file, "#include <linux/kernel.h>\n");
3293 fprintf(file, "#include \"utf8n.h\"\n");
3294 fprintf(file, "\n");
3295 fprintf(file, "static const unsigned int utf8agetab[] = {\n");
3297 fprintf(file, "\t%#x%s\n", ages[i],
3299 fprintf(file, "};\n");
3300 fprintf(fil
[all...]
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-chip-info.c52 fprintf(stderr, "unknown command: %s\n", argv[2]);

Completed in 506 milliseconds

<<11121314151617181920>>