Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 200 of 247) sorted by relevance

12

/linux-4.4.14/Documentation/timers/
Dhpet_example.c58 fprintf(stderr, "-hpet: requires command\n"); in main()
67 fprintf(stderr, "-hpet: executing %s\n", in main()
73 fprintf(stderr, "do_hpet: command %s not implemented\n", argv[0]); in main()
84 fprintf(stderr, "hpet_open_close: device-name\n"); in hpet_open_close()
90 fprintf(stderr, "hpet_open_close: open failed\n"); in hpet_open_close()
104 fprintf(stderr, "hpet_info: device-name\n"); in hpet_info()
110 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]); in hpet_info()
115 fprintf(stderr, "hpet_info: failed to get info\n"); in hpet_info()
119 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info()
121 fprintf(stderr, "hi_hpet %d hi_timer %d\n", in hpet_info()
[all …]
/linux-4.4.14/tools/testing/selftests/timers/
Drtctest.c48 fprintf(stderr, "usage: rtctest [rtcdev]\n"); in main()
59 fprintf(stderr, "\n\t\t\tRTC Driver Test Example.\n\n"); in main()
65 fprintf(stderr, in main()
73 fprintf(stderr, "Counting 5 update (1/sec) interrupts from reading %s:", in main()
75 fflush(stderr); in main()
83 fprintf(stderr, " %d",i); in main()
84 fflush(stderr); in main()
88 fprintf(stderr, "\nAgain, from using select(2) on /dev/rtc:"); in main()
89 fflush(stderr); in main()
108 fprintf(stderr, " %d",i); in main()
[all …]
/linux-4.4.14/Documentation/watchdog/src/
Dwatchdog-test.c37 fprintf(stderr, "Stopping watchdog ticks...\n"); in term()
49 fprintf(stderr, "Watchdog device not enabled.\n"); in main()
50 fflush(stderr); in main()
58 fprintf(stderr, "Watchdog card disabled.\n"); in main()
59 fflush(stderr); in main()
64 fprintf(stderr, "Watchdog card enabled.\n"); in main()
65 fflush(stderr); in main()
70 fprintf(stderr, "Watchdog timeout set to %u seconds.\n", flags); in main()
71 fflush(stderr); in main()
75 fprintf(stderr, "Watchdog ping rate set to %u seconds.\n", ping_rate); in main()
[all …]
/linux-4.4.14/samples/uhid/
Duhid-example.c164 fprintf(stderr, "Cannot write to uhid: %m\n"); in uhid_write()
167 fprintf(stderr, "Wrong size written to uhid: %ld != %lu\n", in uhid_write()
220 fprintf(stderr, "LED output report received with flags %x\n", in handle_output()
232 fprintf(stderr, "Read HUP on uhid-cdev\n"); in event()
235 fprintf(stderr, "Cannot read uhid-cdev: %m\n"); in event()
238 fprintf(stderr, "Invalid size read from uhid-dev: %ld != %lu\n", in event()
245 fprintf(stderr, "UHID_START from uhid-dev\n"); in event()
248 fprintf(stderr, "UHID_STOP from uhid-dev\n"); in event()
251 fprintf(stderr, "UHID_OPEN from uhid-dev\n"); in event()
254 fprintf(stderr, "UHID_CLOSE from uhid-dev\n"); in event()
[all …]
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c127 fprintf(stderr, "srandom_r error\n"), exit(1); in locking_thread()
137 fprintf(stderr, "random_r 1 error\n"), exit(1); in locking_thread()
141 fprintf(stderr, "random_r 2 error\n"), exit(1); in locking_thread()
153 fprintf(stderr, in locking_thread()
169 fprintf(stderr, in locking_thread()
188 fprintf(stderr, in locking_thread()
201 fprintf(stderr, in locking_thread()
211 fprintf(stderr, in locking_thread()
225 fprintf(stderr, "unexpected offset %lu\n", in copy_page()
235 fprintf(stderr, "UFFDIO_COPY error %Ld\n", in copy_page()
[all …]
Dcompaction_test.c131 fprintf(stderr, "ERROR: Less that 1/%d of memory is available\n" in check_compaction()
/linux-4.4.14/tools/testing/selftests/net/
Dpsock_fanout.c128 fprintf(stderr, "bpf verifier:\n%s\n", log_buf); in sock_fanout_set_ebpf()
195 fprintf(stderr, "info: count=%d,%d, expect=%d,%d\n", in sock_fanout_read()
200 fprintf(stderr, "ERROR: incorrect queue lengths\n"); in sock_fanout_read()
210 fprintf(stderr, "test: control single socket\n"); in test_control_single()
214 fprintf(stderr, "ERROR: opened socket with dual rollover\n"); in test_control_single()
224 fprintf(stderr, "test: control multiple sockets\n"); in test_control_group()
228 fprintf(stderr, "ERROR: failed to open HASH socket\n"); in test_control_group()
233 fprintf(stderr, "ERROR: joined group with wrong flag defrag\n"); in test_control_group()
238 fprintf(stderr, "ERROR: joined group with wrong flag ro\n"); in test_control_group()
242 fprintf(stderr, "ERROR: joined group with wrong mode\n"); in test_control_group()
[all …]
Dpsock_tpacket.c131 fprintf(stderr, "."); in status_bar_update()
132 fflush(stderr); in status_bar_update()
141 fprintf(stderr, "test_payload: packet too " in test_payload()
147 fprintf(stderr, "test_payload: wrong ethernet " in test_payload()
284 fprintf(stderr, "walk_v%d_rx: received %u out of %u pkts\n", in walk_v1_v2_rx()
289 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1); in walk_v1_v2_rx()
450 fprintf(stderr, "walk_v%d_rx: received %u out of %u pkts\n", in walk_v1_v2_tx()
455 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_v1_v2_tx()
471 fprintf(stderr, "\nprev_block_seq_num:%"PRIu64", expected " in __v3_test_block_seq_num()
484 fprintf(stderr, "\nblock:%u with %upackets, expected " in __v3_test_block_len()
[all …]
Dpsock_lib.h78 fprintf(stderr, "ERROR: socket dgram\n"); in pair_udp_open()
115 fprintf(stderr, "ERROR: send failed left=%d\n", num); in pair_udp_send_char()
119 fprintf(stderr, "ERROR: recv failed left=%d\n", num); in pair_udp_send_char()
123 fprintf(stderr, "ERROR: data failed left=%d\n", num); in pair_udp_send_char()
Dsocket.c60 fprintf(stderr, "socket(%d, %d, %d) expected " in run_tests()
73 fprintf(stderr, "socket(%d, %d, %d) expected " in run_tests()
/linux-4.4.14/firmware/
Dihex2fw.c62 fprintf(stderr, "ihex2fw: Convert ihex files into binary " in usage()
64 fprintf(stderr, "usage: ihex2fw [<options>] <src.HEX> <dst.fw>\n"); in usage()
65 fprintf(stderr, " -w: wide records (16-bit length)\n"); in usage()
66 fprintf(stderr, " -s: sort records by address\n"); in usage()
67 fprintf(stderr, " -j: include records for CS:IP/EIP address\n"); in usage()
102 fprintf(stderr, "Failed to open source file: %s", in main()
121 fprintf(stderr, "Failed to open destination file: %s", in main()
151 fprintf(stderr, "Can't find valid record at line %d\n", line); in process_ihex()
162 fprintf(stderr, "out of memory for records\n"); in process_ihex()
170 fprintf(stderr, "Not enough data to read complete record at line %d\n", in process_ihex()
[all …]
/linux-4.4.14/Documentation/ia64/
Daliasing-test.c94 …fprintf(stderr, "PASS: %s 0x%lx-0x%lx is %s\n", path2, offset, offset + length, touch ? "readable"… in scan_tree()
96 fprintf(stderr, "PASS: %s 0x%lx-0x%lx not mappable\n", path2, offset, offset + length); in scan_tree()
98 fprintf(stderr, "FAIL: %s 0x%lx-0x%lx not accessible\n", path2, offset, offset + length); in scan_tree()
185 fprintf(stderr, "PASS: %s read %d bytes\n", path2, rc); in scan_rom()
187 fprintf(stderr, "PASS: %s not readable\n", path2); in scan_rom()
214 fprintf(stderr, "PASS: /dev/mem 0x0-0xa0000 is readable\n"); in main()
216 fprintf(stderr, "FAIL: /dev/mem 0x0-0xa0000 not accessible\n"); in main()
226 fprintf(stderr, "PASS: /dev/mem 0xa0000-0xc0000 is mappable\n"); in main()
228 fprintf(stderr, "FAIL: /dev/mem 0xa0000-0xc0000 not accessible\n"); in main()
231 fprintf(stderr, "PASS: /dev/mem 0xc0000-0x100000 is readable\n"); in main()
[all …]
/linux-4.4.14/tools/perf/ui/gtk/
Dutil.c37 fprintf(stderr, "Error:\n"); in perf_gtk__error()
38 vfprintf(stderr, format, args); in perf_gtk__error()
39 fprintf(stderr, "\n"); in perf_gtk__error()
62 fprintf(stderr, "Warning:\n"); in perf_gtk__warning_info_bar()
63 vfprintf(stderr, format, args); in perf_gtk__warning_info_bar()
64 fprintf(stderr, "\n"); in perf_gtk__warning_info_bar()
83 fprintf(stderr, "Warning:\n"); in perf_gtk__warning_statusbar()
84 vfprintf(stderr, format, args); in perf_gtk__warning_statusbar()
85 fprintf(stderr, "\n"); in perf_gtk__warning_statusbar()
/linux-4.4.14/arch/x86/tools/
Dtest_get_len.c45 fprintf(stderr, "Usage: objdump -d a.out | awk -f distill.awk |" in usage()
47 fprintf(stderr, "\t-y 64bit mode\n"); in usage()
48 fprintf(stderr, "\t-n 32bit mode\n"); in usage()
49 fprintf(stderr, "\t-v verbose mode\n"); in usage()
55 fprintf(stderr, "%s: malformed line %d:\n%s", prog, line_nr, line); in malformed_line()
156 fprintf(stderr, "Warning: %s found difference at %s\n", in main()
158 fprintf(stderr, "Warning: %s", line); in main()
159 fprintf(stderr, "Warning: objdump says %d bytes, but " in main()
163 dump_insn(stderr, &insn); in main()
167 fprintf(stderr, "Warning: decoded and checked %d" in main()
[all …]
Dinsn_sanity.c58 fprintf(stderr, "%s: Error: %s\n\n", prog, err); in usage()
59 fprintf(stderr, "Usage: %s [-y|-n|-v] [-s seed[,no]] [-m max] [-i input]\n", prog); in usage()
60 fprintf(stderr, "\t-y 64bit mode\n"); in usage()
61 fprintf(stderr, "\t-n 32bit mode\n"); in usage()
62 fprintf(stderr, "\t-v Verbosity(-vv dumps any decoded result)\n"); in usage()
63 fprintf(stderr, "\t-s Give a random seed (and iteration number)\n"); in usage()
64 fprintf(stderr, "\t-m Give a maximum iteration number\n"); in usage()
65 fprintf(stderr, "\t-i Give an input file with decoded binary\n"); in usage()
263 dump_stream(stderr, "Error: Found an access violation", i, insn_buf, &insn); in main()
Drelocs_common.c7 vfprintf(stderr, fmt, ap); in die()
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c656 fputs(output_buffer, stderr); in flush_stderr()
748 fprintf(stderr, "%s: APERF or MPERF went backwards *\n", progname); in delta_thread()
749 fprintf(stderr, "* Frequency results do not cover entire interval *\n"); in delta_thread()
750 fprintf(stderr, "* fix this by running Linux-2.6.30 or later *\n"); in delta_thread()
785 if (debug > 1) fprintf(stderr, "cpu%d MPERF 0!\n", old->cpu_id); in delta_thread()
985 fprintf(stderr, "Could not migrate to CPU %d\n", cpu); in get_counters()
1178 fprintf(stderr, "cpu%d: MSR_PLATFORM_INFO: 0x%08llx\n", base_cpu, msr); in dump_nhm_platform_info()
1181 fprintf(stderr, "%d * %.0f = %.0f MHz max efficiency frequency\n", in dump_nhm_platform_info()
1185 fprintf(stderr, "%d * %.0f = %.0f MHz base frequency\n", in dump_nhm_platform_info()
1189 fprintf(stderr, "cpu%d: MSR_IA32_POWER_CTL: 0x%08llx (C1E auto-promotion: %sabled)\n", in dump_nhm_platform_info()
[all …]
/linux-4.4.14/Documentation/networking/timestamping/
Dtxtimestamp.c86 fprintf(stderr, " %s: %lu s %lu us (seq=%u, len=%u)", in __print_timestamp()
99 fprintf(stderr, " (%+" PRId64 " us)", cur_ms - prev_ms); in __print_timestamp()
103 fprintf(stderr, "\n"); in __print_timestamp()
151 fprintf(stderr, "payload: "); in print_payload()
153 fprintf(stderr, "%02hhx ", data[i]); in print_payload()
154 fprintf(stderr, "\n"); in print_payload()
161 fprintf(stderr, " pktinfo: ifindex=%u src=%s dst=%s\n", in print_pktinfo()
199 fprintf(stderr, "unknown ip error %d %d\n", in __recv_errmsg_cmsg()
215 fprintf(stderr, "unknown cmsg %d,%d\n", in __recv_errmsg_cmsg()
228 fprintf(stderr, "batched %d timestamps\n", batch); in __recv_errmsg_cmsg()
[all …]
Dhwtstamp_config.c79 stderr); in usage()
80 list_names(stderr, tx_types, N_TX_TYPES); in usage()
81 fputs("rx_filter is any of (case-insensitive):\n", stderr); in usage()
82 list_names(stderr, rx_filters, N_RX_FILTERS); in usage()
/linux-4.4.14/scripts/
Dconmakehash.c29 fprintf(stderr, "Usage: \n" in usage()
68 fprintf(stderr, "ERROR: Only 255 unicodes/glyph permitted!\n"); in addpair()
122 fprintf(stderr, "%s: Warning: line too long\n", tblname); in main()
145 fprintf(stderr, "Bad input line: %s\n", buffer); in main()
158 fprintf(stderr, "Bad input line: %s\n", buffer); in main()
168 fprintf(stderr, in main()
175 fprintf(stderr, in main()
200 fprintf(stderr, in main()
209 fprintf(stderr, in main()
216 fprintf(stderr, in main()
[all …]
Dsortextable.c99 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file()
106 fprintf(stderr, "Could not mmap file: %s\n", fname); in mmap_file()
247 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n", in do_file()
271 fprintf(stderr, "unrecognized ET_EXEC file %s\n", fname); in do_file()
278 fprintf(stderr, "unrecognized e_machine %d %s\n", in do_file()
299 fprintf(stderr, "unrecognized ELF class %d %s\n", in do_file()
306 fprintf(stderr, in do_file()
316 fprintf(stderr, in do_file()
335 fprintf(stderr, "usage: sortextable vmlinux...\n"); in main()
346 fprintf(stderr, "internal error: %s\n", file); in main()
Drecordmcount.c116 fprintf(stderr, "lseek: seek before file\n"); in ulseek()
175 fprintf(stderr, "malloc failed: %zu bytes\n", size); in umalloc()
246 fprintf(stderr, "not a regular file: %s\n", fname); in mmap_file()
413 fprintf(stderr, "unrecognized ELF data encoding %d: %s\n", in do_file()
437 fprintf(stderr, "unrecognized ET_REL file %s\n", fname); in do_file()
444 fprintf(stderr, "unrecognized e_machine %d %s\n", in do_file()
489 fprintf(stderr, "unrecognized ELF class %d %s\n", in do_file()
496 fprintf(stderr, in do_file()
510 fprintf(stderr, in do_file()
548 fprintf(stderr, "usage: recordmcount [-w] file.o...\n"); in main()
[all …]
Ddocproc.c98 fprintf(stderr, "Usage: docproc {doc|depend} file\n"); in usage()
99 fprintf(stderr, "Input is read from file.tmpl. Output is sent to stdout\n"); in usage()
100 fprintf(stderr, "doc: frontend when generating kernel documentation\n"); in usage()
101 fprintf(stderr, "depend: generate list of files referenced within file\n"); in usage()
102 fprintf(stderr, "Environment variable SRCTREE: absolute path to sources.\n"); in usage()
103 fprintf(stderr, " KBUILD_SRC: absolute path to kernel source tree.\n"); in usage()
126 fprintf(stderr, "exec "); in exec_kernel_doc()
210 fprintf(stderr, "docproc: "); in find_export_symbols()
387 fprintf(stderr, "exec "); in find_all_symbols()
519 fprintf(stderr, "docproc: "); in main()
[all …]
Dextract-cert.c31 fprintf(stderr, in format()
44 fprintf(stderr, "At main.c:%d:\n", l); in display_openssl_errors()
48 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line); in display_openssl_errors()
87 fprintf(stderr, "Extracted cert: %s\n", buf); in write_cert()
Dasn1_compiler.c538 fprintf(stderr, "%s:%u: Unknown character in grammar: '%c'\n", in tokenise()
589 fprintf(stderr, "Format: %s [-v] [-d] <grammar-file> <c-file> <hdr-file>\n", in main()
625 fprintf(stderr, "%s: Short read\n", filename); in main()
762 fprintf(stderr, "%s: No defined types\n", filename); in build_type_list()
827 fprintf(stderr, "%s:%d: Parse error at token '%s'\n", in parse()
895 fprintf(stderr, "%s:%d: Unrecognised tag class token '%s'\n", in parse_type()
903 fprintf(stderr, "%s:%d: Missing tag number '%s'\n", in parse_type()
918 fprintf(stderr, "%s:%d: Missing closing square bracket '%s'\n", in parse_type()
1019 fprintf(stderr, "%s:%d: Type '%s' undefined\n", in parse_type()
1069 fprintf(stderr, "%s:%d: Token '%s' does not introduce a type\n", in parse_type()
[all …]
Dkallsyms.c74 fprintf(stderr, "Usage: kallsyms [--all-symbols] " in usage()
121 fprintf(stderr, "Read error or end of file.\n"); in read_symbol()
125 fprintf(stderr, "Symbol %s too long for kallsyms (%zu vs %d).\n" in read_symbol()
167 fprintf(stderr, "kallsyms failure: " in read_symbol()
275 fprintf(stderr, "out of memory\n"); in read_map()
379 fprintf(stderr, "kallsyms failure: " in write_src()
585 fprintf(stderr, "No valid symbol.\n"); in optimize_token_table()
Dsortextable.h150 fprintf(stderr, "no .strtab in file: %s\n", fname); in do_func()
154 fprintf(stderr, "no .symtab in file: %s\n", fname); in do_func()
160 fprintf(stderr, "no __ex_table in file: %s\n", fname); in do_func()
192 fprintf(stderr, in do_func()
Dsign-file.c68 fprintf(stderr, in format()
81 fprintf(stderr, "At main.c:%d:\n", l); in display_openssl_errors()
85 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line); in display_openssl_errors()
195 fprintf(stderr, "sign-file: %s only supports SHA1 signing\n", in main()
Dbloat-o-meter13 sys.stderr.write("usage: %s file1 file2\n" % sys.argv[0])
Drecordmcount.h444 fprintf(stderr, "Cannot find symbol for section %d: %s.\n", in find_secsym_ndx()
462 fprintf(stderr, "warning: __mcount_loc already exists: %s\n", in __has_rel_mcount()
Dunifdef.c372 putc(*c, stderr); in version()
373 putc('\n', stderr); in version()
380 fprintf(stderr, "usage: unifdef [-bBcdeKknsStV] [-Ipath]" in usage()
Dcheckkconfigsymbols.py182 pop = Popen(cmd, stdout=PIPE, stderr=STDOUT, shell=True)
/linux-4.4.14/arch/mips/vdso/
Dgenvdso.c121 fprintf(stderr, "%s: Failed to open '%s': %s\n", program_name, in map_vdso()
127 fprintf(stderr, "%s: Failed to stat '%s': %s\n", program_name, in map_vdso()
135 fprintf(stderr, "%s: Failed to map '%s': %s\n", program_name, in map_vdso()
144 fprintf(stderr, "%s: '%s' is not an ELF file\n", program_name, in map_vdso()
155 fprintf(stderr, "%s: '%s' has invalid ELF class\n", in map_vdso()
166 fprintf(stderr, "%s: '%s' has invalid ELF data order\n", in map_vdso()
172 fprintf(stderr, in map_vdso()
177 fprintf(stderr, in map_vdso()
212 fprintf(stderr, in main()
238 fprintf(stderr, "%s: Failed to sync '%s': %s\n", program_name, in main()
[all …]
Dgenvdso.h40 fprintf(stderr, in FUNC()
51 fprintf(stderr, in FUNC()
103 fprintf(stderr, in FUNC()
136 fprintf(stderr, "%s: '%s' has no symbol table\n", program_name, in FUNC()
179 fprintf(stderr, in FUNC()
/linux-4.4.14/arch/alpha/boot/tools/
Dobjstrip.c44 fprintf(stderr, in usage()
152 fprintf(stderr, "%s: %s is not an ELF executable\n", in main()
157 fprintf(stderr, "%s: is not for this processor (e_machine=%d)\n", in main()
162 fprintf(stderr, in main()
190 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n", in main()
200 fprintf(stderr, "%s: %s is not in executable format\n", in main()
206 fprintf(stderr, "%s: %s has unexpected optional header size\n", in main()
212 fprintf(stderr, "%s: %s is not an OMAGIC file\n", in main()
221 fprintf(stderr, "%s: extracting %#016lx-%#016lx (at %lx)\n", in main()
233 fprintf(stderr, "%s: copying %lu byte from %s\n", in main()
[all …]
Dmkbb.c95 fprintf(stderr, "Usage: %s device lxboot\n", argv[0]); in main()
118 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); in main()
126 fprintf(stderr, "expected %zd, got %d\n", sizeof(bootblock), nread); in main()
/linux-4.4.14/usr/
Dgen_init_cpio.c143 fprintf(stderr, "Unrecognized dir format '%s'", line); in cpio_mkslink_line()
214 fprintf(stderr, "Unrecognized %s format '%s'", in cpio_mkgeneric_line()
286 fprintf(stderr, "Unrecognized nod format '%s'", line); in cpio_mknod_line()
312 fprintf (stderr, "File %s could not be opened for reading\n", location); in cpio_mkfile()
318 fprintf(stderr, "File %s could not be stat()'ed\n", location); in cpio_mkfile()
324 fprintf (stderr, "out of memory\n"); in cpio_mkfile()
330 fprintf (stderr, "Can not read %s file\n", location); in cpio_mkfile()
364 fprintf(stderr, "writing filebuf failed\n"); in cpio_mkfile()
414 fprintf(stderr, "Unrecognized file format '%s'", line); in cpio_mkfile_line()
423 fprintf (stderr, "out of memory (%d)\n", dname_len); in cpio_mkfile_line()
[all …]
/linux-4.4.14/tools/perf/util/
Dparse-options.c573 fputc('\n', stderr); in print_option_help()
575 fprintf(stderr, "%s\n", opts->help); in print_option_help()
583 pos = fprintf(stderr, " "); in print_option_help()
585 pos += fprintf(stderr, "-%c", opts->short_name); in print_option_help()
587 pos += fprintf(stderr, " "); in print_option_help()
590 pos += fprintf(stderr, ", "); in print_option_help()
592 pos += fprintf(stderr, "--%s", opts->long_name); in print_option_help()
603 pos += fprintf(stderr, "[=<n>]"); in print_option_help()
605 pos += fprintf(stderr, "[<n>]"); in print_option_help()
607 pos += fprintf(stderr, " <n>"); in print_option_help()
[all …]
Dparse-regs-options.c37 fprintf(stderr, "available registers: "); in parse_regs()
39 fprintf(stderr, "%s ", r->name); in parse_regs()
41 fputc('\n', stderr); in parse_regs()
Ddebug.c33 ret = vfprintf(stderr, fmt, args); in _eprintf()
65 ret = fprintf(stderr, "[%13" PRIu64 ".%06" PRIu64 "] ", in __eprintf_time()
67 ret += vfprintf(stderr, fmt, args); in __eprintf_time()
Dusage.c16 fprintf(stderr, " %s%s\n", prefix, msg); in report()
21 fprintf(stderr, "\n Usage: %s\n", err); in usage_builtin()
Dhelp.c309 fprintf(stderr, "WARNING: You called a perf program named '%s', " in help_unknown_cmd()
314 fprintf(stderr, "in %0.1f seconds automatically...\n", in help_unknown_cmd()
321 fprintf(stderr, "perf: '%s' is not a perf-command. See 'perf --help'.\n", cmd); in help_unknown_cmd()
324 fprintf(stderr, "\nDid you mean %s?\n", in help_unknown_cmd()
328 fprintf(stderr, "\t%s\n", main_cmds.names[i]->name); in help_unknown_cmd()
Dtrace-event-scripting.c52 fprintf(stderr, "Python scripting not supported." in print_python_unsupported_msg()
117 fprintf(stderr, "Perl scripting not supported." in print_perl_unsupported_msg()
Dcgroup.c71 fprintf(stderr, "no access to cgroup %s\n", path); in open_cgroup()
146 fprintf(stderr, "must define events before cgroups\n"); in parse_cgroups()
Dfind-vdso-map.c9 fprintf(stderr, "vdso: cannot open maps\n"); in find_vdso_map()
Dsvghelper.c92 fprintf(stderr, "Cannot open %s for output\n", filename); in open_svg()
768 fprintf(stderr, "topology: no memory\n"); in svg_build_topology_map()
774 fprintf(stderr, "topology: can't parse siblings map\n"); in svg_build_topology_map()
783 fprintf(stderr, "topology: can't parse siblings map\n"); in svg_build_topology_map()
792 fprintf(stderr, "topology: no memory\n"); in svg_build_topology_map()
Dpager.c33 fflush(stderr); in wait_for_pager()
Dparse-events.c1487 fprintf(stderr, "%s'%s'\n", str, buf); in parse_events_print_error()
1489 fprintf(stderr, "%*s\\___ %s\n", idx + 1, "", err->str); in parse_events_print_error()
1491 fprintf(stderr, "\n%s\n", err->help); in parse_events_print_error()
1496 fprintf(stderr, "Run 'perf list' for a list of valid events\n"); in parse_events_print_error()
1552 fprintf(stderr, in set_filter()
1558 fprintf(stderr, in set_filter()
1581 fprintf(stderr, in add_exclude_perf_filter()
1589 fprintf(stderr, in add_exclude_perf_filter()
Dthread.c181 map_groups__fixup_overlappings(thread->mg, map, stderr); in thread__insert_map()
/linux-4.4.14/Documentation/accounting/
Dgetdelays.c43 fprintf(stderr, fmt, ##arg); \
76 fprintf(stderr, "getdelays [-dilv] [-w logfile] [-r bufsize] " in usage()
78 fprintf(stderr, " -d: print delayacct stats\n"); in usage()
79 fprintf(stderr, " -i: print IO accounting (works only with -p)\n"); in usage()
80 fprintf(stderr, " -l: listen forever\n"); in usage()
81 fprintf(stderr, " -v: debug on\n"); in usage()
82 fprintf(stderr, " -C: container path\n"); in usage()
100 fprintf(stderr, "Unable to set socket rcv buf size to %d\n", in create_nl_socket()
385 fprintf(stderr, "Error getting family id, errno %d\n", errno); in main()
396 fprintf(stderr, "error sending register cpumask\n"); in main()
[all …]
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/
Ddscr_inherit_exec_test.c32 fprintf(stderr, "Parent DSCR %ld was not inherited " in do_exec()
38 fprintf(stderr, "Parent DSCR %ld was not inherited " in do_exec()
84 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit_exec()
89 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit_exec()
111 fprintf(stderr, "Usage: %s\n", argv[0]); in main()
Ddscr_inherit_test.c64 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit()
69 fprintf(stderr, "Child didn't exit cleanly\n"); in dscr_inherit()
75 fprintf(stderr, "Kernel DSCR should be %ld " in dscr_inherit()
82 fprintf(stderr, "User DSCR should be %ld " in dscr_inherit()
Ddscr_explicit_test.c44 fprintf(stderr, "Kernel DSCR should be %ld but " in dscr_explicit()
60 fprintf(stderr, "User DSCR should be %ld but " in dscr_explicit()
Ddscr_default_test.c46 fprintf(stderr, "thread %ld kernel DSCR should be %ld " in do_test()
53 fprintf(stderr, "thread %ld user DSCR should be %ld " in do_test()
/linux-4.4.14/tools/iio/
Dgeneric_buffer.c196 fprintf(stderr, "Usage: generic_buffer [options]...\n" in print_usage()
274 fprintf(stderr, "Device name not set\n"); in main()
282 fprintf(stderr, "Failed to find the %s\n", device_name); in main()
310 fprintf(stderr, "Failed to find the trigger %s\n", in main()
327 fprintf(stderr, "Problem reading scan element information\n" in main()
332 fprintf(stderr, in main()
334 fprintf(stderr, "Enable channels manually in " in main()
363 fprintf(stderr, in main()
377 fprintf(stderr, in main()
399 fprintf(stderr, "Failed to open %s\n", buffer_access); in main()
[all …]
Diio_utils.c140 fprintf(stderr, "failed to open %s\n", in iioutils_get_type()
153 fprintf(stderr, in iioutils_get_type()
158 fprintf(stderr, in iioutils_get_type()
173 fprintf(stderr, "Failed to close %s\n", in iioutils_get_type()
458 fprintf(stderr, "failed to open %s\n", in build_channel_array()
575 fprintf(stderr, "No industrialio devices available\n"); in find_type_by_name()
588 fprintf(stderr, in find_type_by_name()
593 fprintf(stderr, in find_type_by_name()
673 fprintf(stderr, "failed to open %s\n", temp); in _write_sysfs_int()
694 fprintf(stderr, "failed to open %s\n", temp); in _write_sysfs_int()
[all …]
Diio_event_monitor.c218 fprintf(stderr, "Unknown event: time: %lld, id: %llx\n", in print_event()
254 fprintf(stderr, "Usage: %s <device_name>\n", argv[0]); in main()
280 fprintf(stderr, "Failed to open %s\n", chrdev_name); in main()
288 fprintf(stderr, in main()
291 fprintf(stderr, "Failed to retrieve event fd\n"); in main()
307 fprintf(stderr, "nothing available\n"); in main()
317 fprintf(stderr, "Reading event failed!\n"); in main()
Dlsiio.c111 fprintf(stderr, "No industrial I/O devices available\n"); in dump_devices()
183 fprintf(stderr, "Usage: lsiio [options]...\n" in main()
/linux-4.4.14/arch/mn10300/boot/tools/
Dbuild.c51 vfprintf(stderr, str, args); in die()
52 fputc('\n', stderr); in die()
105 fprintf(stderr, "Root device is (%d, %d)\n", major_root, minor_root); in main()
109 fprintf(stderr, "Boot sector %d bytes.\n", i); in main()
134 fprintf(stderr, "Setup is %d bytes.\n", i); in main()
149 fprintf(stderr, "System is %d kB\n", sz / 1024); in main()
156 fprintf(stderr, in main()
/linux-4.4.14/tools/perf/
Dperf.c201 fprintf(stderr, "No directory given for --perf-dir.\n"); in handle_options()
216 fprintf(stderr, "No directory given for --work-tree.\n"); in handle_options()
230 fprintf(stderr, "No directory given for --debugfs-dir.\n"); in handle_options()
240 fprintf(stderr, "No directory given for --buildid-dir.\n"); in handle_options()
250 fprintf(stderr, "dir: %s\n", tracing_path); in handle_options()
273 fprintf(stderr, "No variable specified for --debug.\n"); in handle_options()
282 fprintf(stderr, "Unknown option: %s\n", cmd); in handle_options()
404 fprintf(stderr, "write failure on standard output: %s", in run_builtin()
409 fprintf(stderr, "unknown write failure on standard output"); in run_builtin()
413 fprintf(stderr, "close failed on standard output: %s", in run_builtin()
[all …]
Dbuiltin-script.c1074 fprintf(stderr, "\n"); in list_available_languages()
1075 fprintf(stderr, "Scripting language extensions (used in " in list_available_languages()
1079 fprintf(stderr, " %-42s [%s]\n", s->spec, s->ops->name); in list_available_languages()
1081 fprintf(stderr, "\n"); in list_available_languages()
1100 fprintf(stderr, "invalid language specifier"); in parse_scriptname()
1107 fprintf(stderr, "invalid language specifier"); in parse_scriptname()
1115 fprintf(stderr, "invalid script extension"); in parse_scriptname()
1120 fprintf(stderr, "invalid script extension"); in parse_scriptname()
1160 fprintf(stderr, "Invalid event type in field string.\n"); in parse_output_fields()
1176 fprintf(stderr, in parse_output_fields()
[all …]
Dbuiltin-help.c71 fprintf(stderr, "Failed to start emacsclient.\n"); in check_emacsclient_version()
84 fprintf(stderr, "Failed to parse emacsclient version.\n"); in check_emacsclient_version()
93 fprintf(stderr, in check_emacsclient_version()
Dbuiltin-stat.c1205 fprintf(stderr, "Cannot set up transaction events\n"); in add_default_attributes()
1247 FILE *output = stderr; in cmd_stat()
1265 fprintf(stderr, "cannot use both --output and --log-fd\n"); in cmd_stat()
1272 fprintf(stderr, "argument to --log-fd must be a > 0\n"); in cmd_stat()
1312 fprintf(stderr, "-B option not supported with -x\n"); in cmd_stat()
1334 fprintf(stderr, "The --per-thread option is only available " in cmd_stat()
1348 fprintf(stderr, "both cgroup and no-aggregation " in cmd_stat()
Dbuiltin-mem.c71 fprintf(stderr, "problem processing %d event, skipping it.\n", in dump_raw_samples()
234 fprintf(stderr, "unknown sampling op %s," in parse_mem_ops()
Dbuiltin-top.c369 fprintf(stderr, "Sorry, %s is not active.\n", buf); in perf_top__prompt_symbol()
480 fprintf(stderr, "\nAvailable events:"); in perf_top__handle_keypress()
483 fprintf(stderr, "\n\t%d %s", top->sym_evsel->idx, perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
489 fprintf(stderr, "Sorry, no such event, using %s.\n", perf_evsel__name(top->sym_evsel)); in perf_top__handle_keypress()
513 perf_session__fprintf_dsos(top->session, stderr); in perf_top__handle_keypress()
/linux-4.4.14/tools/build/
Dfixdep.c29 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage()
111 fprintf(stderr, "fixdep: parse error; no targets found\n"); in parse_dep_file()
127 fprintf(stderr, "fixdep: error opening depfile: "); in print_deps()
132 fprintf(stderr, "fixdep: error fstat'ing depfile: "); in print_deps()
137 fprintf(stderr, "fixdep: %s is empty\n", depfile); in print_deps()
/linux-4.4.14/tools/perf/ui/
Dutil.c10 fprintf(stderr, "Error:\n"); in perf_stdio__error()
11 vfprintf(stderr, format, args); in perf_stdio__error()
17 fprintf(stderr, "Warning:\n"); in perf_stdio__warning()
18 vfprintf(stderr, format, args); in perf_stdio__warning()
Dhelpline.c48 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
/linux-4.4.14/scripts/dtc/
Dfdtput.c57 fprintf(stderr, "Error at '%1.*s': %s\n", namelen, name, in report_error()
84 fprintf(stderr, "Decoding value:\n"); in encode_value()
101 fprintf(stderr, "Out of mmory: cannot alloc " in encode_value()
111 fprintf(stderr, "\tstring: '%s'\n", ptr); in encode_value()
120 fprintf(stderr, "\t%s: %d\n", in encode_value()
130 fprintf(stderr, "Value size %d\n", upto); in encode_value()
294 fprintf(stderr, "Error: %s\n\n", msg); in usage()
296 fprintf(stderr, "%s", usage_msg); in usage()
Dfdtget.c53 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
84 fprintf(stderr, "Unterminated string\n"); in show_data()
98 fprintf(stderr, "Property length must be a multiple of " in show_data()
299 fprintf(stderr, "Error: %s\n\n", msg); in usage()
301 fprintf(stderr, "%s", usage_msg); in usage()
Dutil.h35 fprintf(stderr, "FATAL ERROR: "); in die()
36 vfprintf(stderr, str, ap); in die()
Dsrcpos.c300 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror()
301 vfprintf(stderr, fmt, va); in srcpos_verror()
302 fprintf(stderr, "\n"); in srcpos_verror()
Dchecks.c26 fprintf(stderr, "=== %s: ", (c)->name); \
27 fprintf(stderr, __VA_ARGS__); \
28 fprintf(stderr, "\n"); \
111 fprintf(stderr, "%s (%s): ", in check_msg()
113 vfprintf(stderr, fmt, ap); in check_msg()
114 fprintf(stderr, "\n"); in check_msg()
752 fprintf(stderr, "ERROR: Input tree has errors, aborting " in process_checks()
756 fprintf(stderr, "Warning: Input tree has errors, " in process_checks()
Dfdtdump.c128 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag); in dump_blob()
151 fprintf(stderr, "supply input filename\n"); in main()
Dutil.c254 fprintf(stderr, "Couldn't open blob from '%s': %s\n", filename, in utilfdt_read_len()
305 fprintf(stderr, "Couldn't write blob to '%s': %s\n", filename, in utilfdt_write()
396 FILE *fp = errmsg ? stderr : stdout; in util_usage()
Dfstree.c57 fprintf(stderr, in read_fstree()
Ddtc-parser.tab.c_shipped824 YYFPRINTF (stderr, "%s ", Title); \
825 yy_symbol_print (stderr, \
827 YYFPRINTF (stderr, "\n"); \
876 YYFPRINTF (stderr, "Stack now");
880 YYFPRINTF (stderr, " %d", yybot);
882 YYFPRINTF (stderr, "\n");
902 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
907 YYFPRINTF (stderr, " $%d = ", yyi + 1);
908 yy_symbol_print (stderr,
912 YYFPRINTF (stderr, "\n");
[all …]
Dflattree.c402 fprintf(stderr, in dt_to_blob()
768 fprintf(stderr, "Warning: Flat tree input has " in unflatten_tree()
788 fprintf(stderr, "Warning: NOP tag found in flat tree" in unflatten_tree()
/linux-4.4.14/tools/perf/tests/
Dfdarray.c59 fdarray__fprintf_prefix(fda, "before", stderr); in test__fdarray__filter()
61 fdarray__fprintf_prefix(fda, " after", stderr); in test__fdarray__filter()
80 fdarray__fprintf_prefix(fda, "before", stderr); in test__fdarray__filter()
82 fdarray__fprintf_prefix(fda, " after", stderr); in test__fdarray__filter()
144 fdarray__fprintf_prefix(fda, "before growing array", stderr); in test__fdarray__add()
153 fdarray__fprintf_prefix(fda, "after 3rd add", stderr); in test__fdarray__add()
157 fdarray__fprintf_prefix(fda, "after 4th add", stderr); in test__fdarray__add()
Dbuiltin-test.c263 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip (user override)\n"); in __cmd_test()
276 color_fprintf(stderr, PERF_COLOR_YELLOW, " Skip\n"); in __cmd_test()
280 color_fprintf(stderr, PERF_COLOR_RED, " FAILED!\n"); in __cmd_test()
Dvmlinux-kallsyms.c203 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms()
236 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms()
Dperf-record.c171 perf_event__fprintf(event, stderr); in test__PERF_RECORD()
178 perf_event__fprintf(event, stderr); in test__PERF_RECORD()
Ddwarf-unwind.c168 machine__fprintf(machine, stderr); in test__dwarf_unwind()
Dhists_filter.c136 machine__fprintf(machine, stderr); in test__hists_filter()
/linux-4.4.14/arch/mips/boot/
Delf2ecoff.c84 fprintf(stderr, "copy: read: %s\n", in copy()
109 fprintf(stderr, in combine()
137 fprintf(stderr, "%s: fseek: %s\n", name, strerror(errno)); in saveRead()
141 fprintf(stderr, "%s: Can't allocate %ld bytes.\n", name, in saveRead()
147 fprintf(stderr, "%s: read: %s.\n", in saveRead()
287 fprintf(stderr, in main()
299 fprintf(stderr, "Can't open %s for read: %s\n", in main()
307 fprintf(stderr, "ex: %s: %s.\n", in main()
384 fprintf(stderr, in main()
395 fprintf(stderr, in main()
[all …]
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt165 fprintf(stderr,"prn_example: Unknown option \"%s\"!\n",
169 fputs("\n", stderr);
170 fputs("Usage: prn_example -[options]\n", stderr);
171 fputs("Options:\n", stderr);
172 fputs("\n", stderr);
173 fputs("-get_status Get the current printer status.\n", stderr);
174 fputs("-selected Set the selected status to selected.\n", stderr);
176 stderr);
177 fputs("-error Set the error status to error.\n", stderr);
178 fputs("-no_error Set the error status to NO error.\n", stderr);
[all …]
Dgadget_hid.txt229 fprintf(stderr, "unknown option: %s\n", tok);
268 fprintf(stderr, "Bad value:'%s'\n", tok);
274 fprintf(stderr, "unknown option: %s\n", tok);
320 fprintf(stderr, "Bad value:'%s'\n", tok);
326 fprintf(stderr, "unknown option: %s\n", tok);
376 fprintf(stderr, "Usage: %s devname mouse|keyboard|joystick\n",
/linux-4.4.14/drivers/zorro/
Dgen-devlist.c40 fprintf(stderr, "Cannot create output file!\n"); in main()
63 fprintf(stderr, "Line %d: Product name too long\n", lino); in main()
85 fprintf(stderr, "Line %d: manufacturer name too long\n", lino); in main()
94 fprintf(stderr, "Line %d: Syntax error in mode %d: %s\n", lino, mode, line); in main()
/linux-4.4.14/tools/power/acpi/tools/ec/
Dec_access.c95 fprintf(stderr, "Unknown option!\n"); in parse_opts()
102 fprintf(stderr, "Wrong byte offset 0x%.2x, valid: " in parse_opts()
109 fprintf(stderr, "Wrong byte offset 0x%.2x, valid:" in parse_opts()
117 fprintf(stderr, "Wrong byte offset 0x%.2x, valid: " in parse_opts()
138 fprintf(stderr, "Could only read %d bytes\n", bytes_read); in dump_ec()
161 fprintf(stderr, "Could only read %d bytes\n", bytes_read); in dump_ec()
/linux-4.4.14/scripts/genksyms/
Dgenksyms.c252 fprintf(stderr, " modversion is " in __add_symbol()
260 fprintf(stderr, "ignoring "); in __add_symbol()
262 fprintf(stderr, " modversion change\n"); in __add_symbol()
440 fprintf(stderr, "Token too long\n"); in read_node()
460 fprintf(stderr, "Unknown type %c\n", node.string[0]); in read_node()
671 fprintf(stderr, "%s: %s: modversion " in export_symbol()
676 fprintf(stderr, ", "); in export_symbol()
679 fprintf(stderr, " (became defined)"); in export_symbol()
688 fprintf(stderr, "\n"); in export_symbol()
702 fprintf(stderr, "%s:%d: ", cur_filename ? : "<stdin>", cur_line); in print_location()
[all …]
Dgenksyms.h83 fprintf(stderr, "out of memory\n"); \
89 fprintf(stderr, "out of memory\n"); \
Dparse.tab.c_shipped964 YYFPRINTF (stderr, "%s ", Title); \
965 yy_symbol_print (stderr, \
967 YYFPRINTF (stderr, "\n"); \
1048 YYFPRINTF (stderr, "Stack now");
1052 YYFPRINTF (stderr, " %d", yybot);
1054 YYFPRINTF (stderr, "\n");
1082 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1087 YYFPRINTF (stderr, " $%d = ", yyi + 1);
1088 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
1091 YYFPRINTF (stderr, "\n");
[all …]
/linux-4.4.14/tools/power/cpupower/bench/
Dsystem.c65 fprintf(stderr, "error: cpu %u does not exist\n", cpu); in set_cpufreq_governor()
71 fprintf(stderr, "error: unable to set %s governor\n", governor); in set_cpufreq_governor()
98 fprintf(stderr, "warning: unable to set cpu affinity\n"); in set_cpu_affinity()
124 fprintf(stderr, "warning: unable to set scheduler priority\n"); in set_process_priority()
Dparse.c76 fprintf(stderr, "error: Cannot create dir %s\n", in prepare_output()
106 fprintf(stderr, "error: unable to open logfile\n"); in prepare_output()
165 fprintf(stderr, "error: config is NULL\n"); in prepare_config()
172 fprintf(stderr, "error: unable to read configfile\n"); in prepare_config()
/linux-4.4.14/arch/powerpc/boot/
Dhack-coff.c42 fprintf(stderr, "Usage: hack-coff coff-file\n"); in main()
53 fprintf(stderr, "%s: not an xcoff file\n", av[1]); in main()
75 fprintf(stderr, "%s: write error\n", av[1]); in main()
82 fprintf(stderr, "%s: read error or file too short\n", av[1]); in main()
Dmktree.c50 fprintf(stderr, "usage: %s <zImage-file> <boot-image> <load address> <entry point>\n",argv[0]); in main()
99 fprintf(stderr, "%s is too small to be an ELF image\n", in main()
105 fprintf(stderr, "%s is not an ELF image\n", argv[1]); in main()
110 fprintf(stderr, "%s failed to seek in ELF image\n", argv[1]); in main()
Daddnote.c126 fprintf(stderr, "Usage: %s elf-file\n", av[0]); in main()
165 fprintf(stderr, "%s already has a note entry\n", in main()
233 fprintf(stderr, "%s: write truncated\n", av[1]); in main()
240 fprintf(stderr, "%s does not appear to be an ELF file\n", av[1]); in main()
244 fprintf(stderr, "sorry, I can't find space in %s to put the note\n", in main()
/linux-4.4.14/arch/cris/boot/tools/
Dbuild.c97 fprintf(stderr,"%s\n",str); in die()
143 fprintf(stderr, "Root device is (%d, %d)\n", major_root, minor_root); in main()
162 fprintf(stderr,"Boot sector %d bytes.\n",i); in main()
219 fprintf(stderr,"Setup is %d bytes.\n",i); in main()
241 fprintf(stderr,"System is %d kB (%d kB code, %d kB data and %d kB bss)\n", in main()
253 fprintf (stderr, "System is %d kB\n", sz/1024); in main()
268 fprintf(stderr, "Unexpected EOF\n"); in main()
/linux-4.4.14/tools/testing/selftests/futex/include/
Dlogging.h133 fprintf(stderr, "\t%s: "message, INFO, ##vargs); \
140 fprintf(stderr, "\t%s: %s: "message, \
143 fprintf(stderr, "\t%s: "message, ERROR, ##args); \
150 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
/linux-4.4.14/scripts/basic/
Dfixdep.c129 fprintf(stderr, "Usage: fixdep <depfile> <target> <cmdline>\n"); in usage()
273 fprintf(stderr, "fixdep: error opening config file: "); in do_config_file()
373 fprintf(stderr, "fixdep: parse error; no targets found\n"); in parse_dep_file()
389 fprintf(stderr, "fixdep: error opening depfile: "); in print_deps()
394 fprintf(stderr, "fixdep: error fstat'ing depfile: "); in print_deps()
399 fprintf(stderr,"fixdep: %s is empty\n",depfile); in print_deps()
423 fprintf(stderr, "fixdep: sizeof(int) != 4 or wrong endianness? %#x\n", in traps()
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c926 YYFPRINTF (stderr, "%s ", Title); \
927 yy_symbol_print (stderr, \
929 YYFPRINTF (stderr, "\n"); \
1010 YYFPRINTF (stderr, "Stack now");
1014 YYFPRINTF (stderr, " %d", yybot);
1016 YYFPRINTF (stderr, "\n");
1044 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1049 YYFPRINTF (stderr, " $%d = ", yyi + 1);
1050 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
1053 YYFPRINTF (stderr, "\n");
[all …]
Dconf.c539 fprintf( stderr, "KCONFIG_SEED=0x%X\n", seed ); in main()
569 fprintf(stderr, _("***\n" in main()
608 fprintf(stderr, in main()
625 fprintf(stderr, in main()
639 fprintf(stderr, in main()
693 fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); in main()
697 fprintf(stderr, _("\n*** Error during update of the configuration.\n\n")); in main()
702 fprintf(stderr, _("n*** Error while saving defconfig to: %s\n\n"), in main()
708 fprintf(stderr, _("\n*** Error during writing of the configuration.\n\n")); in main()
721 fprintf(stderr, "\nError in reading or end of file.\n"); in xfgets()
Dzconf.y96 fprintf(stderr, "%s:%d: missing end statement for this entry\n",
554 fprintf(stderr, "%s:%d: location of the '%s'\n", in zconf_endtoken()
567 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconfprint()
569 vfprintf(stderr, err, ap); in zconfprint()
571 fprintf(stderr, "\n"); in zconfprint()
579 fprintf(stderr, "%s:%d: ", zconf_curname(), zconf_lineno()); in zconf_error()
581 vfprintf(stderr, err, ap); in zconf_error()
583 fprintf(stderr, "\n"); in zconf_error()
588 fprintf(stderr, "%s:%d: %s\n", zconf_curname(), zconf_lineno() + 1, err); in zconferror()
Dsymbol.c392 fprintf(stderr, "warning: ("); in sym_calc_value()
393 expr_fprint(e, stderr); in sym_calc_value()
394 fprintf(stderr, ") selects %s which has unmet direct dependencies (", in sym_calc_value()
396 expr_fprint(sym->dir_dep.expr, stderr); in sym_calc_value()
397 fprintf(stderr, ")\n"); in sym_calc_value()
1097 fprintf(stderr, "unexpected recursive dependency error\n"); in sym_check_print_recursive()
1117 fprintf(stderr, "%s:%d:error: recursive dependency detected!\n", in sym_check_print_recursive()
1119 fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n"); in sym_check_print_recursive()
1120 fprintf(stderr, "subsection \"Kconfig recursive dependency limitations\"\n"); in sym_check_print_recursive()
1122 fprintf(stderr, "%s:%d:\tsymbol %s %s value contains %s\n", in sym_check_print_recursive()
[all …]
Dutil.c136 fprintf(stderr, "Out of memory.\n"); in xmalloc()
145 fprintf(stderr, "Out of memory.\n"); in xcalloc()
Dzconf.tab.c_shipped926 YYFPRINTF (stderr, "%s ", Title); \
927 yy_symbol_print (stderr, \
929 YYFPRINTF (stderr, "\n"); \
1010 YYFPRINTF (stderr, "Stack now");
1014 YYFPRINTF (stderr, " %d", yybot);
1016 YYFPRINTF (stderr, "\n");
1044 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1049 YYFPRINTF (stderr, " $%d = ", yyi + 1);
1050 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
1053 YYFPRINTF (stderr, "\n");
[all …]
Dmenu.c25 fprintf(stderr, "%s:%d:warning: ", menu->file->name, menu->lineno); in menu_warn()
26 vfprintf(stderr, fmt, ap); in menu_warn()
27 fprintf(stderr, "\n"); in menu_warn()
35 fprintf(stderr, "%s:%d:warning: ", prop->file->name, prop->lineno); in prop_warn()
36 vfprintf(stderr, fmt, ap); in prop_warn()
37 fprintf(stderr, "\n"); in prop_warn()
Dmconf.c975 fprintf(stderr, _("\n\n" in handle_exit()
992 fprintf(stderr, _("\n\n" in handle_exit()
1034 fprintf(stderr, N_("Your display is too small to run Menuconfig!\n")); in main()
1035 fprintf(stderr, N_("It must be at least 19 lines by 80 columns.\n")); in main()
Dlkc.h94 fprintf(stderr, "Error in writing or end of file.\n"); in xfwrite()
Dzconf.l72 fprintf(stderr, in warn_ignored_character()
Dconfdata.c39 fprintf(stderr, "%s:%d:warning: ", conf_filename, conf_lineno); in conf_warning()
40 vfprintf(stderr, fmt, ap); in conf_warning()
41 fprintf(stderr, "\n"); in conf_warning()
/linux-4.4.14/Documentation/prctl/
Ddisable-tsc-on-off-stress-test.c46 fprintf(stderr, "FATAL ERROR, rdtsc() failed while enabled\n"); in sigsegv_cb()
68 fprintf(stderr, "FATAL ERROR, rdtsc() succeeded while disabled\n"); in task()
85 fprintf(stderr, "[No further output means we're allright]\n"); in main()
Ddisable-tsc-ctxt-sw-stress-test.c53 fprintf(stderr, "FATAL ERROR, rdtsc() succeeded while disabled\n"); in segvtask()
60 fprintf(stderr, "FATAL ERROR, rdtsc() failed while enabled\n"); in sigsegv_fail()
81 fprintf(stderr, "[No further output means we're allright]\n"); in main()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm.c157 fprintf(stderr, "%s: -d Requires either an " in main()
180 fprintf(stderr, "%s: Unknown option -%c%s\n", in main()
214 fprintf(stderr, "%s: Warning - '-I-' " in main()
257 fprintf(stderr, "%s: No input file specifiled\n", appname); in main()
264 fprintf(stderr, in main()
311 (void)fprintf(stderr, in usage()
457 fprintf(stderr, "%s: %d instructions used\n", appname, instrcount); in output_code()
691 fprintf(stderr, "%s: ", appname); in stop()
693 fprintf(stderr, "Stopped at file %s, line %d - ", in stop()
696 fprintf(stderr, "%s\n", string); in stop()
[all …]
/linux-4.4.14/tools/virtio/linux/
Dkernel.h98 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__)
100 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__)
104 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__)
105 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__)
/linux-4.4.14/arch/sparc/boot/
Dpiggyback.c77 fprintf(stderr, "Usage: piggyback bits vmlinux.aout System.map fs_img.gz\n"); in usage()
78 fprintf(stderr, "\tKernel image will be modified in place.\n"); in usage()
180 fprintf (stderr, "Couldn't find headers signature in %s\n", filename); in get_hdrs_offset()
201 fprintf(stderr, "Could not determine start and end from %s\n", in main()
210 fprintf (stderr, "Not a.out. Don't blame me.\n"); in main()
/linux-4.4.14/tools/lib/traceevent/
Dparse-utils.c34 fprintf(stderr, " "); in __vwarning()
35 vfprintf(stderr, fmt, ap); in __vwarning()
37 fprintf(stderr, "\n"); in __vwarning()
/linux-4.4.14/lib/zlib_deflate/
Ddeftree.c161 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
185 Tracevv((stderr," l %2d v %4x ", length, value)); in send_bits()
450 Trace((stderr,"\nbit length overflow\n")); in gen_bitlen()
477 Trace((stderr,"code %d bits %d->%d\n", m, tree[m].Len, bits)); in gen_bitlen()
517 Tracev((stderr,"\ngen_codes: max_code %d ", max_code)); in gen_codes()
525 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", in gen_codes()
601 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)", in build_tree()
749 Tracev((stderr, "\ndyn trees: dyn %ld, stat %ld", in build_bl_tree()
772 Tracev((stderr, "\nbl counts: ")); in send_all_trees()
777 Tracev((stderr, "\nbl code %2d ", bl_order[rank])); in send_all_trees()
[all …]
Ddeflate.c707 fprintf(stderr, " start %u, match %u, length %d\n", in check_match()
710 fprintf(stderr, "%c%c", s->window[match++], s->window[start++]); in check_match()
715 fprintf(stderr,"\\[%d,%d]", start-match, length); in check_match()
716 do { putc(s->window[start++], stderr); } while (--length != 0); in check_match()
835 Tracev((stderr,"[FLUSH]")); \
990 Tracevv((stderr,"%c", s->window[s->strstart])); in deflate_fast()
1097 Tracevv((stderr,"%c", s->window[s->strstart-1])); in deflate_slow()
1115 Tracevv((stderr,"%c", s->window[s->strstart-1])); in deflate_slow()
/linux-4.4.14/tools/usb/
Dtestusb.c284 fprintf(stderr, "%s speed\t%s\t%u\n", in find_testdev()
447 fprintf (stderr, in main()
467 fprintf (stderr, "must specify '-a' or '-D dev', " in main()
476 fputs ("USB device files are missing\n", stderr); in main()
483 fputs ("ftw failed; are USB device files missing?\n", stderr); in main()
489 fputs ("no test devices recognized\n", stderr); in main()
516 fprintf (stderr, "%s: %s may see only control tests\n", in main()
Dffs-test.c79 fprintf(stderr, "%s: %s ", argv0, levels[level]); in _msg()
81 vfprintf(stderr, fmt, ap); in _msg()
87 fprintf(stderr, ": (-%d) %s\n", _errno, buffer); in _msg()
90 fflush(stderr); in _msg()
514 fprintf(stderr, "%4zd:", len); in empty_out_buf()
515 fprintf(stderr, " %02x", *p); in empty_out_buf()
517 fprintf(stderr, "\n"); in empty_out_buf()
519 fflush(stderr); in empty_out_buf()
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Dosunixdir.c97 fprintf(stderr, "Cannot open directory - %s\n", dir_pathname); in acpi_os_open_directory()
145 fprintf(stderr, in acpi_os_get_next_filename()
156 fprintf(stderr, in acpi_os_get_next_filename()
Doslinuxtbl.c349 fprintf(stderr, in osl_add_table_to_list()
1067 fprintf(stderr, "Could not map table header at 0x%8.8X%8.8X\n", in osl_map_table()
1101 fprintf(stderr, in osl_map_table()
1207 fprintf(stderr, "Could not open table file: %s\n", filename); in osl_read_table_from_file()
1217 fprintf(stderr, "Could not read table header: %s\n", filename); in osl_read_table_from_file()
1227 fprintf(stderr, in osl_read_table_from_file()
1234 fprintf(stderr, in osl_read_table_from_file()
1252 fprintf(stderr, in osl_read_table_from_file()
1263 fprintf(stderr, "%4.4s: Could not read table content\n", in osl_read_table_from_file()
Dosunixmap.c106 fprintf(stderr, "Cannot open %s\n", SYSTEM_MEMORY); in acpi_os_map_memory()
120 fprintf(stderr, "Cannot map %s\n", SYSTEM_MEMORY); in acpi_os_map_memory()
Dosunixxf.c136 fprintf(stderr, "Could not get terminal attributes!\n"); in os_enter_line_edit_mode()
150 fprintf(stderr, "Could not set terminal attributes!\n"); in os_enter_line_edit_mode()
167 fprintf(stderr, "Could not restore terminal attributes!\n"); in os_exit_line_edit_mode()
/linux-4.4.14/Documentation/sound/oss/
DMultiSound487 X fprintf(stderr, "usage: setdigital <mixer device>\n");
497 X fprintf(stderr, "error: ioctl read recording mask failed\n");
504 X fprintf(stderr, "error: cannot find DIGITAL1 device in mixer\n");
510 X fprintf(stderr, "error: ioctl read recording source failed\n");
519 X fprintf(stderr, "error: ioctl write recording source failed\n");
627 X fprintf(stderr, "error: msnd_write_cfg: I/O error\n");
777 X fprintf(stderr,
848 X fprintf(stderr, "no devices configured\n");
871 X fprintf(stderr, "error: io must be one of "
882 X fprintf(stderr, "error: irq must be one of "
[all …]
DOpti202 fprintf(stderr, "%s: turning off mixer %s\n",
205 fprintf(stderr, "%s: rerouting mixer %s to %s\n",
/linux-4.4.14/tools/power/cpupower/utils/
Dcpupower.c142 fprintf(stderr, _("Error parsing cpu " in handle_options()
162 fprintf(stderr, "Unknown option: %s\n", param); in handle_options()
208 fprintf(stderr, _("MSR access not available.\n")); in main()
218 fprintf(stderr, _("Subcommand %s needs root " in main()
Dcpupower-set.c88 fprintf(stderr, _("Error setting perf-bias " in cmd_set()
Dcpupower-info.c95 fprintf(stderr, in cmd_info()
/linux-4.4.14/samples/seccomp/
Dbpf-helper.c37 fprintf(stderr, "Unresolved label: '%s'\n", in bpf_resolve_jumps()
48 fprintf(stderr, "Duplicate label use: '%s'\n", in bpf_resolve_jumps()
69 fprintf(stderr, "Too many labels\n"); in seccomp_bpf_label()
Ddropper.c55 fprintf(stderr, "Usage:\n" in main()
/linux-4.4.14/tools/testing/selftests/efivarfs/
Dcreate-read.c18 fprintf(stderr, "usage: %s <path>\n", argv[0]); in main()
33 fprintf(stderr, "Reading a new var should return EOF\n"); in main()
Dopen-unlink.c74 fprintf(stderr, "usage: %s <path>\n", argv[0]); in main()
127 fprintf(stderr, "reading from an unlinked variable " in main()
/linux-4.4.14/tools/testing/selftests/powerpc/
Dutils.h29 fprintf(stderr, \
41 fprintf(stderr, \
/linux-4.4.14/arch/mips/boot/compressed/
Dcalc_vmlinuz_load_addr.c23 fprintf(stderr, "Usage: %s <pathname> <vmlinux_load_addr>\n", in main()
39 fprintf(stderr, "No matching characters\n"); in main()
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.h58 fprintf(stderr, pr_fmt(fmt), "error", ##args); \
68 fprintf(stderr, pr_fmt(fmt), "info", ##args); \
79 fprintf(stderr, dbg_fmt(fmt), ##args); \
/linux-4.4.14/scripts/mod/
Dmk_elfconfig.c13 fprintf(stderr, "Error: input truncated\n"); in main()
17 fprintf(stderr, "Error: not ELF\n"); in main()
Dmodpost.c56 fprintf(stderr, "FATAL: "); in fatal()
59 vfprintf(stderr, fmt, arglist); in fatal()
69 fprintf(stderr, "WARNING: "); in warn()
72 vfprintf(stderr, fmt, arglist); in warn()
80 fprintf(stderr, "ERROR: "); in merror()
83 vfprintf(stderr, fmt, arglist); in merror()
418 fprintf(stderr, "%s: %s (ignored)\n", filename, in parse_elf()
1350 fprintf(stderr, "%s", *s); in print_section_list()
1353 fprintf(stderr, ", "); in print_section_list()
1355 fprintf(stderr, "\n"); in print_section_list()
[all …]
/linux-4.4.14/tools/testing/selftests/mqueue/
Dmq_perf_tests.c213 fprintf(stderr, "Caught signal %d in SIGUSR1 handler, " in sig_action_SIGUSR1()
216 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n"); in sig_action_SIGUSR1()
226 fprintf(stderr, "Caught signal %d, exiting\n", signum); in sig_action()
228 fprintf(stderr, "\n\nReturned from shutdown?!?!\n\n"); in sig_action()
575 fprintf(stderr, "CPU %d exceeds " in main()
588 fprintf(stderr, "Any given CPU may " in main()
620 fprintf(stderr, "Must pass at least one CPU to continuous " in main()
622 poptPrintUsage(popt_context, stderr, 0); in main()
630 fprintf(stderr, "Not running as root, but almost all tests " in main()
Dmq_open_tests.c241 fprintf(stderr, "Must pass a valid queue name\n\n"); in main()
242 fprintf(stderr, usage, argv[0]); in main()
265 fprintf(stderr, "Not running as root, but almost all tests " in main()
/linux-4.4.14/tools/virtio/virtio-trace/
Dtrace-agent.h67 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__)
70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__)
/linux-4.4.14/Documentation/x86/
Dmtrr.txt199 stderr);
202 fprintf (stderr, "Error opening /proc/mtrr\t%s\n", ERRSTRING);
210 fprintf (stderr, "Register: %u disabled\n", gentry.regnum);
213 fprintf (stderr, "Register: %u base: 0x%lx size: 0x%lx type: %s\n",
218 fprintf (stderr, "Error doing ioctl(2) on /dev/mtrr\t%s\n", ERRSTRING);
293 fprintf (stderr, "Usage:\tmtrr-add base size type\n");
304 fprintf (stderr, "Illegal type: \"%s\"\n", argv[3]);
312 stderr);
315 fprintf (stderr, "Error opening /proc/mtrr\t%s\n", ERRSTRING);
320 fprintf (stderr, "Error doing ioctl(2) on /dev/mtrr\t%s\n", ERRSTRING);
[all …]
/linux-4.4.14/scripts/selinux/genheaders/
Dgenheaders.c32 fprintf(stderr, "%s: out of memory\n", progname); in stoupperx()
56 fprintf(stderr, "Could not open %s for writing: %s\n", in main()
116 fprintf(stderr, "Could not open %s for writing: %s\n", in main()
/linux-4.4.14/sound/oss/
Dhex2hex.c11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); }
82 fprintf(stderr,"hex2hex: [-i] filename\n"); in main()
Dbin2hex.c21 fprintf(stderr, "bin2hex: [-i] firmware\n"); in main()
/linux-4.4.14/Documentation/spi/
Dspidev_fdx.c35 fprintf(stderr, "short read\n"); in do_read()
131 fprintf(stderr, in main()
/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c353 fprintf(stderr, "No cooling devices found\n"); in scan_cdevs()
398 fprintf(stderr, "\nNo thermal sysfs, exit\n"); in probe_thermal_sysfs()
445 fprintf(stderr, "\nNo thermal zones found, exit\n\n"); in probe_thermal_sysfs()
451 fprintf(stderr, "Err: allocate tz_info\n"); in probe_thermal_sysfs()
461 fprintf(stderr, "Err: allocate cdev_info\n"); in probe_thermal_sysfs()
Dtmon.c262 fprintf(stderr, "error: temperature must be positive\n"); in main()
288 fprintf(stderr, "\n mutex init failed, exit\n"); in main()
/linux-4.4.14/arch/um/os-Linux/
Dmem.c103 fprintf(stderr, "Failed to choose tempdir: %s\n", in make_tempfile()
117 fprintf(stderr, "open - cannot create %s: %s\n", tempname, in make_tempfile()
Dstart_up.c78 vfprintf(stderr, fmt, list); in fatal()
89 vfprintf(stderr, fmt, list); in non_fatal()
352 fprintf(stderr, "parse_iomem : failed to parse iomem\n"); in parse_iomem()
Dexecvp.c139 fprintf(stderr, "Not enough arguments\n"); in main()
/linux-4.4.14/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c43 fprintf(stderr, "Segfault outside of test !\n"); in segv()
149 fprintf(stderr, "Kernel page size must be 64K!\n"); in test_anon()
/linux-4.4.14/arch/arm/vdso/
Dvdsomunge.c101 fprintf(stderr, "%s: ", argv0); in fail()
103 vfprintf(stderr, fmt, ap); in fail()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dmkregtable.c638 fprintf(stderr, "Failed to compile regular expression\n"); in parser_auth()
643 fprintf(stderr, "Failed to open: %s\n", filename); in parser_auth()
674 fprintf(stderr, in parser_auth()
702 fprintf(stderr, "Usage: %s <authfile>\n", argv[0]); in main()
707 fprintf(stderr, "Failed to parse file %s\n", argv[1]); in main()
/linux-4.4.14/tools/include/asm/
Dbug.h6 #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
/linux-4.4.14/Documentation/networking/
Dcxacru-cf.py40 sys.stderr.write("Error: read {0} not 4 bytes\n".format(len(buf)))
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c125 fprintf(stderr, "invalid value: %s\n", in cmdline()
149 fprintf(stderr, "%.4s%.4s%.4s != GenuineIntel", in validate_cpuid()
/linux-4.4.14/Documentation/ptp/
Dtestptp.c115 fprintf(stderr, in usage()
260 fprintf(stderr, "opening %s: %s\n", device, strerror(errno)); in main()
266 fprintf(stderr, "failed to read clock id\n"); in main()
/linux-4.4.14/tools/vm/
Dslabinfo.c103 vfprintf(stderr, x, ap); in fatal()
715 fprintf(stderr, "%s not empty cannot disable sanity checks\n", s->name); in slab_debug()
721 fprintf(stderr, "%s not empty cannot enable redzoning\n", s->name); in slab_debug()
727 fprintf(stderr, "%s not empty cannot disable redzoning\n", s->name); in slab_debug()
733 fprintf(stderr, "%s not empty cannot enable poisoning\n", s->name); in slab_debug()
739 fprintf(stderr, "%s not empty cannot disable poisoning\n", s->name); in slab_debug()
745 fprintf(stderr, "%s not empty cannot enable tracking\n", s->name); in slab_debug()
751 fprintf(stderr, "%s not empty cannot disable tracking\n", s->name); in slab_debug()
757 fprintf(stderr, "%s can only enable trace for one slab at a time\n", s->name); in slab_debug()
Dpage-types.c232 vfprintf(stderr, x, ap); in fatal()
802 fprintf(stderr, "unexpected line: %s\n", buf); in parse_pid()
808 fprintf(stderr, "too many VMAs\n"); in parse_pid()
883 fprintf(stderr, "got sigbus at offset %lld: %s\n", in walk_file()
932 fprintf(stderr, "cannot read dir: %s\n", name); in walk_tree()
/linux-4.4.14/arch/x86/entry/vdso/
Dvdso2c.c112 fprintf(stderr, "Error: "); in fail()
113 vfprintf(stderr, format, ap); in fail()
/linux-4.4.14/tools/perf/ui/tui/
Dutil.c238 fprintf(stderr, "%s\n", title); in __ui__warning()
239 vfprintf(stderr, format, args); in __ui__warning()
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.h63 fprintf(stderr, gettext("Measure took %u seconds, but registers could " \
/linux-4.4.14/tools/net/
Dbpf_jit_disasm.c258 fprintf(stderr, "Could not retrieve log buffer!\n"); in main()
266 fprintf(stderr, "No JIT image found!\n"); in main()
Dbpf_exp.y312 fprintf(stderr, "ldxb offset not supported!\n");
318 fprintf(stderr, "ldxb offset not supported!\n");
599 fprintf(stderr, "only max %u insns allowed!\n", BPF_MAXINSNS); in bpf_assert_max()
649 fprintf(stderr, "no such label \'%s\'!\n", label); in bpf_find_insns_offset()
/linux-4.4.14/lib/
Dinflate.c376 Tracecv(*p, (stderr, (n-i >= ' ' && n-i <= '~' ? "%c %d\n" : "0x%x %d\n"), in huft_build()
629 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
661 Tracevv((stderr,"\\[%d,%d]", w-d, n)); in inflate_codes()
677 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
1125 fprintf(stderr, "<%u> ", h); in inflate()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c292 efi_systab.stderr = systab64->stderr; in efi_systab_init()
293 tmp |= systab64->stderr; in efi_systab_init()
332 efi_systab.stderr = systab32->stderr; in efi_systab_init()
/linux-4.4.14/arch/x86/boot/compressed/
Dmkpiggy.c44 fprintf(stderr, "Usage: %s compressed_file run_size\n", in main()
/linux-4.4.14/tools/perf/scripts/python/
Dcompaction-times.py138 sys.stderr.write("missing start compaction event for pid %d\n" % pid)
147 sys.stderr.write("missing start compaction event for pid %d\n" % pid)
307 sys.stderr.write("invalid regex '%s'" % opt)
Dexport-to-postgresql.py229 print >> sys.stderr, "Usage is: export-to-postgresql.py <database name> [<columns>] [<calls>]"
230 print >> sys.stderr, "where: columns 'all' or 'branches'"
231 print >> sys.stderr, " calls 'calls' => create calls table"
/linux-4.4.14/tools/firewire/
Dnosy-dump.c892 fprintf(stderr, "Not a terminal.\n"); in set_input_mode()
934 fprintf(stderr, "warning: nosy has only been tested on little " in main()
940 fprintf(stderr, "Could not open %s, %m\n", option_input); in main()
946 fprintf(stderr, "Could not open %s, %m\n", option_nosy_device); in main()
962 fprintf(stderr, "Could not open %s, %m\n", option_output); in main()
/linux-4.4.14/tools/testing/selftests/futex/functional/
Dfutex_wait_private_mapped_file.c104 fprintf(stderr, "pthread_create error\n"); in main()
/linux-4.4.14/arch/x86/boot/tools/
Dbuild.c134 vfprintf(stderr, str, args); in die()
135 fputc('\n', stderr); in die()
/linux-4.4.14/arch/x86/um/os-Linux/
Dtask_size.c107 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address()
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Damd.c100 fprintf(stderr, "HW pstates [%d] exceeding max [%d]\n", in decode_pstates()
Dhelpers.h50 fprintf(stderr, "%s: " fmt, \
/linux-4.4.14/drivers/acpi/acpica/
Ddbfileio.c244 fprintf(stderr, in acpi_db_get_table_from_file()
Dutfileio.c320 fprintf(stderr, in acpi_ut_read_table_from_file()
/linux-4.4.14/tools/laptop/freefall/
Dfreefall.c121 fprintf(stderr, "usage: %s <device> (default: /dev/sda)\n", in main()
/linux-4.4.14/tools/virtio/
Dvirtio_test.c205 fprintf(stderr, "spurious wakeus: 0x%llx\n", spurious); in run_test()
252 fprintf(stderr, "Usage: virtio_test [--help]" in help()
/linux-4.4.14/include/acpi/platform/
Dacenv.h394 #define ACPI_FILE_ERR stderr
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/
Dvalidate.c74 fprintf(stderr, "malloc failed\n"); in test_copy_loop()
/linux-4.4.14/tools/perf/bench/
Dsched-pipe.c178 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_sched_pipe()
Dsched-messaging.c323 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_sched_messaging()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Devent.c109 fprintf(stderr, "read error on event %p!\n", e); in event_read()
/linux-4.4.14/arch/um/
DKconfig.char4 bool "stderr console"
7 console driver which dumps all printk messages to stderr.
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-amt-version.c85 fprintf(stderr, fmt, ##ARGS); \
89 fprintf(stderr, "Error: " fmt, ##ARGS); \
/linux-4.4.14/tools/hv/
Dhv_fcopy_daemon.c126 fprintf(stderr, "Usage: %s [options]\n" in print_usage()
Dhv_vss_daemon.c137 fprintf(stderr, "Usage: %s [options]\n" in print_usage()
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c91 fprintf(stderr, " (not supported)"); in test__perf_time_to_tsc()
/linux-4.4.14/tools/testing/selftests/ptrace/
Dpeeksiginfo.c39 fprintf(stderr, \
/linux-4.4.14/Documentation/cdrom/
Dide-cd384 fprintf (stderr, "usage: %s [-v] <device> [<slot>]\n",
386 fprintf (stderr, " Slots are numbered 1 -- n.\n");
404 fprintf (stderr, "%s: open failed for `%s': %s\n",
412 fprintf (stderr, "%s: Device `%s' is not an ATAPI "
419 fprintf (stderr, "Bad slot number. "
532 fprintf (stderr, "%s: close failed for `%s': %s\n",
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c456 fprintf(stderr, "couldn't open %s\n", fname); in perl_generate_script()
621 fprintf(stderr, "generated Perl script: %s\n", fname); in perl_generate_script()
Dtrace-event-python.c983 fprintf(stderr, "Error running python script %s\n", script); in python_start_script()
989 fprintf(stderr, "Error starting python script %s\n", script); in python_start_script()
1047 fprintf(stderr, "couldn't open %s\n", fname); in python_generate_script()
1198 fprintf(stderr, "generated Python script: %s\n", fname); in python_generate_script()
/linux-4.4.14/Documentation/zh_CN/arm/
Dkernel_user_helpers.txt78 fprintf(stderr, "can't do atomic operations, kernel too old\n");
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c20 fprintf(stderr, "Error: trace buffer too small\n"); in trace_buffer_allocate()
/linux-4.4.14/tools/testing/selftests/futex/
DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
/linux-4.4.14/include/linux/
Defi.h642 u64 stderr; member
659 u32 stderr; member
675 unsigned long stderr; member
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c51 vfprintf(stderr, fmt, ap); in die()

12