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

<<11121314151617181920>>

/linux-master/scripts/basic/
H A Dfixdep.c104 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n");
222 fprintf(stderr, "fixdep: error opening file: ");
227 fprintf(stderr, "fixdep: error fstat'ing file: ");
407 fprintf(stderr, "fixdep: parse error; no targets found\n");
440 fprintf(stderr, "fixdep: not all data was written to the output\n");
/linux-master/tools/testing/vsock/
H A Dvsock_test_zerocopy.c176 fprintf(stderr, "expected 'errno' == %i, got %i\n",
183 fprintf(stderr, "expected 'sendmsg()' == %li, got %li\n",
205 fprintf(stderr, "POLLERR expected\n");
291 fprintf(stderr, "hash mismatch\n");
337 fprintf(stderr, "expected 'recvmsg(2)' failure, got %zi\n",
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh488 X fprintf(stderr, "usage: setdigital <mixer device>\n");
498 X fprintf(stderr, "error: ioctl read recording mask failed\n");
505 X fprintf(stderr, "error: cannot find DIGITAL1 device in mixer\n");
511 X fprintf(stderr, "error: ioctl read recording source failed\n");
520 X fprintf(stderr, "error: ioctl write recording source failed\n");
628 X fprintf(stderr, "error: msnd_write_cfg: I/O error\n");
778 X fprintf(stderr,
849 X fprintf(stderr, "no devices configured\n");
872 X fprintf(stderr, "error: io must be one of "
883 X fprintf(stderr, "erro
[all...]
/linux-master/tools/perf/tests/
H A Dthread-map.c125 thread_map__fprintf(threads, stderr);
133 thread_map__fprintf(threads, stderr);
141 thread_map__fprintf(threads, stderr);
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh64 local stderr="2>/dev/null"
68 stderr=
71 out=$(eval $cmd $stderr)
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...]
/linux-master/scripts/
H A Drecordmcount.c103 fprintf(stderr, "lseek: seek before file\n");
155 fprintf(stderr, "malloc failed: %zu bytes\n", size);
196 fprintf(stderr, "not a regular file: %s\n", fname);
527 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n",
560 fprintf(stderr, "unrecognized ET_REL file %s\n", fname);
567 fprintf(stderr, "unrecognized e_machine %u %s\n",
612 fprintf(stderr, "unrecognized ELF class %d %s\n",
618 fprintf(stderr,
637 fprintf(stderr,
682 fprintf(stderr, "usag
[all...]
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py115 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
121 sys.stderr.write(err)
127 sys.stderr.write(err)
/linux-master/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c34 fprintf(stderr, "%s add|ann|rem|csf|dsf|get|set|del|flush|dump|events|listen|accept [<args>]\n", argv[0]);
35 fprintf(stderr, "\tadd [flags signal|subflow|backup|fullmesh] [id <nr>] [dev <name>] <ip>\n");
36 fprintf(stderr, "\tann <local-ip> id <local-id> token <token> [port <local-port>] [dev <name>]\n");
37 fprintf(stderr, "\trem id <local-id> token <token>\n");
38 fprintf(stderr, "\tcsf lip <local-ip> lid <local-id> rip <remote-ip> rport <remote-port> token <token>\n");
39 fprintf(stderr, "\tdsf lip <local-ip> lport <local-port> rip <remote-ip> rport <remote-port> token <token>\n");
40 fprintf(stderr, "\tdel <id> [<ip>]\n");
41 fprintf(stderr, "\tget <id>\n");
42 fprintf(stderr, "\tset [<ip>] [id <nr>] flags [no]backup|[no]fullmesh [port <nr>] [token <token>] [rip <ip>] [rport <port>]\n");
43 fprintf(stderr, "\tflus
[all...]
/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/testing/selftests/mm/
H A Duffd-common.h45 fprintf(stderr, "ERROR: " fmt, ##__VA_ARGS__); \
46 fprintf(stderr, " (errno=%d, @%s:%d)\n", \
/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 " \

Completed in 444 milliseconds

<<11121314151617181920>>