/linux-4.4.14/Documentation/timers/ |
D | hpet_example.c | 58 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/ |
D | rtctest.c | 48 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/ |
D | watchdog-test.c | 37 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/ |
D | uhid-example.c | 164 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/ |
D | userfaultfd.c | 127 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 …]
|
D | compaction_test.c | 131 fprintf(stderr, "ERROR: Less that 1/%d of memory is available\n" in check_compaction()
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_fanout.c | 128 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 …]
|
D | psock_tpacket.c | 131 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 …]
|
D | psock_lib.h | 78 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()
|
D | socket.c | 60 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/ |
D | ihex2fw.c | 62 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/ |
D | aliasing-test.c | 94 …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/ |
D | util.c | 37 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/ |
D | test_get_len.c | 45 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 …]
|
D | insn_sanity.c | 58 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()
|
D | relocs_common.c | 7 vfprintf(stderr, fmt, ap); in die()
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 656 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/ |
D | txtimestamp.c | 86 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 …]
|
D | hwtstamp_config.c | 79 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/ |
D | conmakehash.c | 29 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 …]
|
D | sortextable.c | 99 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()
|
D | recordmcount.c | 116 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 …]
|
D | docproc.c | 98 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 …]
|
D | extract-cert.c | 31 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()
|
D | asn1_compiler.c | 538 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 …]
|
D | kallsyms.c | 74 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()
|
D | sortextable.h | 150 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()
|
D | sign-file.c | 68 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()
|
D | bloat-o-meter | 13 sys.stderr.write("usage: %s file1 file2\n" % sys.argv[0])
|
D | recordmcount.h | 444 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()
|
D | unifdef.c | 372 putc(*c, stderr); in version() 373 putc('\n', stderr); in version() 380 fprintf(stderr, "usage: unifdef [-bBcdeKknsStV] [-Ipath]" in usage()
|
D | checkkconfigsymbols.py | 182 pop = Popen(cmd, stdout=PIPE, stderr=STDOUT, shell=True)
|
/linux-4.4.14/arch/mips/vdso/ |
D | genvdso.c | 121 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 …]
|
D | genvdso.h | 40 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/ |
D | objstrip.c | 44 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 …]
|
D | mkbb.c | 95 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/ |
D | gen_init_cpio.c | 143 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/ |
D | parse-options.c | 573 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 …]
|
D | parse-regs-options.c | 37 fprintf(stderr, "available registers: "); in parse_regs() 39 fprintf(stderr, "%s ", r->name); in parse_regs() 41 fputc('\n', stderr); in parse_regs()
|
D | debug.c | 33 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()
|
D | usage.c | 16 fprintf(stderr, " %s%s\n", prefix, msg); in report() 21 fprintf(stderr, "\n Usage: %s\n", err); in usage_builtin()
|
D | help.c | 309 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()
|
D | trace-event-scripting.c | 52 fprintf(stderr, "Python scripting not supported." in print_python_unsupported_msg() 117 fprintf(stderr, "Perl scripting not supported." in print_perl_unsupported_msg()
|
D | cgroup.c | 71 fprintf(stderr, "no access to cgroup %s\n", path); in open_cgroup() 146 fprintf(stderr, "must define events before cgroups\n"); in parse_cgroups()
|
D | find-vdso-map.c | 9 fprintf(stderr, "vdso: cannot open maps\n"); in find_vdso_map()
|
D | svghelper.c | 92 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()
|
D | pager.c | 33 fflush(stderr); in wait_for_pager()
|
D | parse-events.c | 1487 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()
|
D | thread.c | 181 map_groups__fixup_overlappings(thread->mg, map, stderr); in thread__insert_map()
|
/linux-4.4.14/Documentation/accounting/ |
D | getdelays.c | 43 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/ |
D | dscr_inherit_exec_test.c | 32 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()
|
D | dscr_inherit_test.c | 64 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()
|
D | dscr_explicit_test.c | 44 fprintf(stderr, "Kernel DSCR should be %ld but " in dscr_explicit() 60 fprintf(stderr, "User DSCR should be %ld but " in dscr_explicit()
|
D | dscr_default_test.c | 46 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/ |
D | generic_buffer.c | 196 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 …]
|
D | iio_utils.c | 140 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 …]
|
D | iio_event_monitor.c | 218 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()
|
D | lsiio.c | 111 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/ |
D | build.c | 51 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/ |
D | perf.c | 201 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 …]
|
D | builtin-script.c | 1074 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 …]
|
D | builtin-help.c | 71 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()
|
D | builtin-stat.c | 1205 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()
|
D | builtin-mem.c | 71 fprintf(stderr, "problem processing %d event, skipping it.\n", in dump_raw_samples() 234 fprintf(stderr, "unknown sampling op %s," in parse_mem_ops()
|
D | builtin-top.c | 369 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/ |
D | fixdep.c | 29 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/ |
D | util.c | 10 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()
|
D | helpline.c | 48 vfprintf(stderr, fmt, ap); in ui_helpline__vpush()
|
/linux-4.4.14/scripts/dtc/ |
D | fdtput.c | 57 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()
|
D | fdtget.c | 53 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()
|
D | util.h | 35 fprintf(stderr, "FATAL ERROR: "); in die() 36 vfprintf(stderr, str, ap); in die()
|
D | srcpos.c | 300 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror() 301 vfprintf(stderr, fmt, va); in srcpos_verror() 302 fprintf(stderr, "\n"); in srcpos_verror()
|
D | checks.c | 26 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()
|
D | fdtdump.c | 128 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag); in dump_blob() 151 fprintf(stderr, "supply input filename\n"); in main()
|
D | util.c | 254 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()
|
D | fstree.c | 57 fprintf(stderr, in read_fstree()
|
D | dtc-parser.tab.c_shipped | 824 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 …]
|
D | flattree.c | 402 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/ |
D | fdarray.c | 59 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()
|
D | builtin-test.c | 263 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()
|
D | vmlinux-kallsyms.c | 203 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms() 236 map__fprintf(map, stderr); in test__vmlinux_matches_kallsyms()
|
D | perf-record.c | 171 perf_event__fprintf(event, stderr); in test__PERF_RECORD() 178 perf_event__fprintf(event, stderr); in test__PERF_RECORD()
|
D | dwarf-unwind.c | 168 machine__fprintf(machine, stderr); in test__dwarf_unwind()
|
D | hists_filter.c | 136 machine__fprintf(machine, stderr); in test__hists_filter()
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 84 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/ |
D | gadget_printer.txt | 165 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 …]
|
D | gadget_hid.txt | 229 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/ |
D | gen-devlist.c | 40 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/ |
D | ec_access.c | 95 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/ |
D | genksyms.c | 252 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 …]
|
D | genksyms.h | 83 fprintf(stderr, "out of memory\n"); \ 89 fprintf(stderr, "out of memory\n"); \
|
D | parse.tab.c_shipped | 964 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/ |
D | system.c | 65 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()
|
D | parse.c | 76 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/ |
D | hack-coff.c | 42 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()
|
D | mktree.c | 50 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()
|
D | addnote.c | 126 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/ |
D | build.c | 97 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/ |
D | logging.h | 133 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/ |
D | fixdep.c | 129 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/ |
D | zconf.tab.c | 926 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 …]
|
D | conf.c | 539 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()
|
D | zconf.y | 96 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()
|
D | symbol.c | 392 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 …]
|
D | util.c | 136 fprintf(stderr, "Out of memory.\n"); in xmalloc() 145 fprintf(stderr, "Out of memory.\n"); in xcalloc()
|
D | zconf.tab.c_shipped | 926 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 …]
|
D | menu.c | 25 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()
|
D | mconf.c | 975 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()
|
D | lkc.h | 94 fprintf(stderr, "Error in writing or end of file.\n"); in xfwrite()
|
D | zconf.l | 72 fprintf(stderr, in warn_ignored_character()
|
D | confdata.c | 39 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/ |
D | disable-tsc-on-off-stress-test.c | 46 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()
|
D | disable-tsc-ctxt-sw-stress-test.c | 53 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/ |
D | aicasm.c | 157 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/ |
D | kernel.h | 98 #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/ |
D | piggyback.c | 77 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/ |
D | parse-utils.c | 34 fprintf(stderr, " "); in __vwarning() 35 vfprintf(stderr, fmt, ap); in __vwarning() 37 fprintf(stderr, "\n"); in __vwarning()
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deftree.c | 161 { 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 …]
|
D | deflate.c | 707 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/ |
D | testusb.c | 284 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()
|
D | ffs-test.c | 79 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/ |
D | osunixdir.c | 97 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()
|
D | oslinuxtbl.c | 349 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()
|
D | osunixmap.c | 106 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()
|
D | osunixxf.c | 136 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/ |
D | MultiSound | 487 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 …]
|
D | Opti | 202 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/ |
D | cpupower.c | 142 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()
|
D | cpupower-set.c | 88 fprintf(stderr, _("Error setting perf-bias " in cmd_set()
|
D | cpupower-info.c | 95 fprintf(stderr, in cmd_info()
|
/linux-4.4.14/samples/seccomp/ |
D | bpf-helper.c | 37 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()
|
D | dropper.c | 55 fprintf(stderr, "Usage:\n" in main()
|
/linux-4.4.14/tools/testing/selftests/efivarfs/ |
D | create-read.c | 18 fprintf(stderr, "usage: %s <path>\n", argv[0]); in main() 33 fprintf(stderr, "Reading a new var should return EOF\n"); in main()
|
D | open-unlink.c | 74 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/ |
D | utils.h | 29 fprintf(stderr, \ 41 fprintf(stderr, \
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | calc_vmlinuz_load_addr.c | 23 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/ |
D | usbip_common.h | 58 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/ |
D | mk_elfconfig.c | 13 fprintf(stderr, "Error: input truncated\n"); in main() 17 fprintf(stderr, "Error: not ELF\n"); in main()
|
D | modpost.c | 56 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/ |
D | mq_perf_tests.c | 213 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()
|
D | mq_open_tests.c | 241 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/ |
D | trace-agent.h | 67 #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/ |
D | mtrr.txt | 199 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/ |
D | genheaders.c | 32 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/ |
D | hex2hex.c | 11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } 82 fprintf(stderr,"hex2hex: [-i] filename\n"); in main()
|
D | bin2hex.c | 21 fprintf(stderr, "bin2hex: [-i] firmware\n"); in main()
|
/linux-4.4.14/Documentation/spi/ |
D | spidev_fdx.c | 35 fprintf(stderr, "short read\n"); in do_read() 131 fprintf(stderr, in main()
|
/linux-4.4.14/tools/thermal/tmon/ |
D | sysfs.c | 353 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()
|
D | tmon.c | 262 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/ |
D | mem.c | 103 fprintf(stderr, "Failed to choose tempdir: %s\n", in make_tempfile() 117 fprintf(stderr, "open - cannot create %s: %s\n", tempname, in make_tempfile()
|
D | start_up.c | 78 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()
|
D | execvp.c | 139 fprintf(stderr, "Not enough arguments\n"); in main()
|
/linux-4.4.14/tools/testing/selftests/powerpc/mm/ |
D | subpage_prot.c | 43 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/ |
D | vdsomunge.c | 101 fprintf(stderr, "%s: ", argv0); in fail() 103 vfprintf(stderr, fmt, ap); in fail()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 638 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/ |
D | bug.h | 6 #define __WARN_printf(arg...) do { fprintf(stderr, arg); } while (0)
|
/linux-4.4.14/Documentation/networking/ |
D | cxacru-cf.py | 40 sys.stderr.write("Error: read {0} not 4 bytes\n".format(len(buf)))
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 125 fprintf(stderr, "invalid value: %s\n", in cmdline() 149 fprintf(stderr, "%.4s%.4s%.4s != GenuineIntel", in validate_cpuid()
|
/linux-4.4.14/Documentation/ptp/ |
D | testptp.c | 115 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/ |
D | slabinfo.c | 103 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()
|
D | page-types.c | 232 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/ |
D | vdso2c.c | 112 fprintf(stderr, "Error: "); in fail() 113 vfprintf(stderr, format, ap); in fail()
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | util.c | 238 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/ |
D | cpupower-monitor.h | 63 fprintf(stderr, gettext("Measure took %u seconds, but registers could " \
|
/linux-4.4.14/tools/net/ |
D | bpf_jit_disasm.c | 258 fprintf(stderr, "Could not retrieve log buffer!\n"); in main() 266 fprintf(stderr, "No JIT image found!\n"); in main()
|
D | bpf_exp.y | 312 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/ |
D | inflate.c | 376 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/ |
D | efi.c | 292 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/ |
D | mkpiggy.c | 44 fprintf(stderr, "Usage: %s compressed_file run_size\n", in main()
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | compaction-times.py | 138 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)
|
D | export-to-postgresql.py | 229 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/ |
D | nosy-dump.c | 892 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/ |
D | futex_wait_private_mapped_file.c | 104 fprintf(stderr, "pthread_create error\n"); in main()
|
/linux-4.4.14/arch/x86/boot/tools/ |
D | build.c | 134 vfprintf(stderr, str, args); in die() 135 fputc('\n', stderr); in die()
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
D | task_size.c | 107 fprintf(stderr, "Unable to determine bottom of address " in os_get_top_address()
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | amd.c | 100 fprintf(stderr, "HW pstates [%d] exceeding max [%d]\n", in decode_pstates()
|
D | helpers.h | 50 fprintf(stderr, "%s: " fmt, \
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbfileio.c | 244 fprintf(stderr, in acpi_db_get_table_from_file()
|
D | utfileio.c | 320 fprintf(stderr, in acpi_ut_read_table_from_file()
|
/linux-4.4.14/tools/laptop/freefall/ |
D | freefall.c | 121 fprintf(stderr, "usage: %s <device> (default: /dev/sda)\n", in main()
|
/linux-4.4.14/tools/virtio/ |
D | virtio_test.c | 205 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/ |
D | acenv.h | 394 #define ACPI_FILE_ERR stderr
|
/linux-4.4.14/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 74 fprintf(stderr, "malloc failed\n"); in test_copy_loop()
|
/linux-4.4.14/tools/perf/bench/ |
D | sched-pipe.c | 178 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_sched_pipe()
|
D | sched-messaging.c | 323 fprintf(stderr, "Unknown format:%d\n", bench_format); in bench_sched_messaging()
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ |
D | event.c | 109 fprintf(stderr, "read error on event %p!\n", e); in event_read()
|
/linux-4.4.14/arch/um/ |
D | Kconfig.char | 4 bool "stderr console" 7 console driver which dumps all printk messages to stderr.
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 85 fprintf(stderr, fmt, ##ARGS); \ 89 fprintf(stderr, "Error: " fmt, ##ARGS); \
|
/linux-4.4.14/tools/hv/ |
D | hv_fcopy_daemon.c | 126 fprintf(stderr, "Usage: %s [options]\n" in print_usage()
|
D | hv_vss_daemon.c | 137 fprintf(stderr, "Usage: %s [options]\n" in print_usage()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 91 fprintf(stderr, " (not supported)"); in test__perf_time_to_tsc()
|
/linux-4.4.14/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 39 fprintf(stderr, \
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 384 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/ |
D | trace-event-perl.c | 456 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()
|
D | trace-event-python.c | 983 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/ |
D | kernel_user_helpers.txt | 78 fprintf(stderr, "can't do atomic operations, kernel too old\n");
|
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 20 fprintf(stderr, "Error: trace buffer too small\n"); in trace_buffer_allocate()
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
|
/linux-4.4.14/include/linux/ |
D | efi.h | 642 u64 stderr; member 659 u32 stderr; member 675 unsigned long stderr; member
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 51 vfprintf(stderr, fmt, ap); in die()
|