Searched refs:stderr (Results 251 - 275 of 609) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/spi/
H A Dspidev_fdx.c36 fprintf(stderr, "short read\n");
132 fprintf(stderr,
/linux-master/lib/zlib_deflate/
H A Ddeftree.c155 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
396 Trace((stderr,"\nbit length overflow\n"));
423 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits));
463 Tracev((stderr,"\ngen_codes: max_code %d ", max_code));
471 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
547 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",
695 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld",
718 Tracev((stderr, "\nbl counts: "));
723 Tracev((stderr, "\nbl code %2d ", bl_order[rank]));
726 Tracev((stderr, "\nb
[all...]
/linux-master/tools/gpio/
H A Dgpio-hammer.c115 fprintf(stderr, "Usage: gpio-hammer [options]...\n"
163 fprintf(stderr,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c58 fprintf(stderr, "%s\n", buf);
86 fprintf(stderr, "%s\n", buf);
H A Dspin_lock.c107 fprintf(stderr, "Expected: %s\n", err_msg);
108 fprintf(stderr, "Verifier: %s\n", log_buf);
/linux-master/scripts/dtc/
H A Dutil.h37 fprintf(stderr, "FATAL ERROR: ");
38 vfprintf(stderr, str, ap);
92 * stderr.
114 * stderr.
H A Dfstree.c42 fprintf(stderr,
/linux-master/tools/perf/util/
H A Dtrace-event-scripting.c64 fprintf(stderr, "Python scripting not supported."
131 fprintf(stderr, "Perl scripting not supported."
/linux-master/tools/net/ynl/samples/
H A Dnetdev.c74 fprintf(stderr, "YNL: %s\n", yerr.msg);
119 fprintf(stderr, "YNL: %s\n", ys->err.msg);
/linux-master/tools/testing/selftests/mm/
H A Duffd-common.h45 fprintf(stderr, "ERROR: " fmt, ##__VA_ARGS__); \
46 fprintf(stderr, " (errno=%d, @%s:%d)\n", \
/linux-master/tools/testing/selftests/net/
H A Dpsock_tpacket.c119 fprintf(stderr, ".");
120 fflush(stderr);
129 fprintf(stderr, "test_payload: packet too "
135 fprintf(stderr, "test_payload: wrong ethernet "
271 fprintf(stderr, "walk_v%d_rx: received %u out of %u pkts\n",
276 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
492 fprintf(stderr, "walk_v%d_rx: received %u out of %u pkts\n",
497 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got);
513 fprintf(stderr, "\nprev_block_seq_num:%"PRIu64", expected "
526 fprintf(stderr, "\nbloc
[all...]
H A Dso_netns_cookie.c19 fprintf(stderr, "%s:%d:" fmt ": %m\n", \
H A Dtun.c49 fprintf(stderr, "can't open tun: %s\n", strerror(errno));
59 fprintf(stderr, "can't TUNSETIFF: %s\n", strerror(errno));
79 fprintf(stderr, "can't open rtnl: %s\n", strerror(errno));
98 fprintf(stderr, "can't send: %s\n", strerror(errno));
/linux-master/scripts/genksyms/
H A Dgenksyms.c238 fprintf(stderr, " modversion is "
246 fprintf(stderr, "ignoring ");
248 fprintf(stderr, " modversion change\n");
428 fprintf(stderr, "Token too long\n");
448 fprintf(stderr, "Unknown type %c\n", node.string[0]);
659 fprintf(stderr, "%s: %s: modversion "
664 fprintf(stderr, ", ");
667 fprintf(stderr, " (became defined)");
676 fprintf(stderr, "\n");
689 fprintf(stderr, "
[all...]
/linux-master/arch/x86/tools/
H A Drelocs_common.c8 vfprintf(stderr, fmt, ap);
/linux-master/arch/mips/boot/tools/
H A Drelocs_main.c19 vfprintf(stderr, fmt, ap);
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c35 fprintf(stderr, "Requires <device-name> argument\n");
/linux-master/tools/perf/ui/
H A Dhelpline.c48 vfprintf(stderr, fmt, ap);
/linux-master/tools/testing/selftests/proc/
H A Dproc-self-map-files-002.c70 fprintf(stderr, "error: mmap doesn't like you\n");
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h73 fprintf(stderr, gettext("Measure took %u seconds, but registers could " \
/linux-master/samples/seccomp/
H A Ddropper.c63 fprintf(stderr, "Usage:\n"
/linux-master/tools/lib/perf/tests/
H A Dtest-threadmap.c11 return vfprintf(stderr, fmt, ap);
/linux-master/tools/thermal/lib/
H A Dlog.c44 vfprintf(stderr, format, args);
/linux-master/tools/testing/selftests/bpf/
H A Dbtf_helpers.c223 fprintf(stderr, "Failed to open memstream: %d\n", errno);
266 fprintf(stderr, "Failed to open memstream: %d\n", errno);
272 fprintf(stderr, "Failed to create btf_dump instance: %ld\n", libbpf_get_error(d));
279 fprintf(stderr, "Failed to dump type [%d]: %d\n", i, err);
/linux-master/tools/bpf/
H A Dbpf_jit_disasm.c295 fprintf(stderr, "Could not retrieve log buffer!\n");
301 fprintf(stderr, "No JIT image found!\n");
311 fprintf(stderr, "Could not open file %s for writing: ", ofile);
319 fprintf(stderr, "Could not write data to %s: ", ofile);

Completed in 231 milliseconds

<<11121314151617181920>>