/linux-4.1.27/Documentation/prctl/ |
D | disable-tsc-test.c | 46 fflush(stdout); in sigsegv_cb() 53 fflush(stdout); in sigsegv_cb() 68 fflush(stdout); in main() 76 fflush(stdout); in main() 83 fflush(stdout); in main() 89 fflush(stdout); in main() 91 fflush(stdout); in main()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | chosen.txt | 9 stdout-path property 13 with a stdout-path property under /chosen, as described in ePAPR, e.g. 17 stdout-path = "/serial@f00:115200"; 43 Implementation note: Linux will look for the property "linux,stdout-path" or 44 on PowerPC "stdout" if "stdout-path" is not found. However, the 45 "linux,stdout-path" and "stdout" properties are deprecated. New platforms 46 should only use the "stdout-path" property.
|
/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 140 pop = Popen(cmd, stdout=PIPE, stderr=STDOUT, shell=True) 141 (stdout, _) = pop.communicate() # wait until finished 143 sys.exit(stdout) 144 return stdout 150 stdout = execute("git status --porcelain") 151 for line in stdout: 159 stdout = execute("git rev-parse HEAD") 160 return stdout.strip('\n') 172 stdout = execute("git ls-files") 173 if len(stdout) > 0 and stdout[-1] == "\n": [all …]
|
D | docproc.c | 115 fflush(stdout); in exec_kernel_doc() 280 fflush(stdout); in docfunctions() 497 fflush(stdout); in parse_file() 578 fflush(stdout); in main()
|
/linux-4.1.27/Documentation/networking/ |
D | cxacru-cf.py | 39 sys.stdout.write("\n") 44 sys.stdout.write(" ") 45 sys.stdout.write("{0:x}={1}".format(i, struct.unpack("<I", buf)[0])) 48 sys.stdout.write("\n")
|
/linux-4.1.27/tools/perf/util/ |
D | debug.c | 118 color_fprintf(stdout, color, "\n. ... raw event: size %d bytes\n", in trace_event() 124 color_fprintf(stdout, color, " %04x: ", i); in trace_event() 127 color_fprintf(stdout, color, " %02x", raw_event[i]); in trace_event() 130 color_fprintf(stdout, color, " "); in trace_event() 132 color_fprintf(stdout, color, " "); in trace_event() 134 color_fprintf(stdout, color, "%c", in trace_event() 138 color_fprintf(stdout, color, "\n"); in trace_event()
|
D | session.c | 698 fputs("-1 -1 ", stdout); in perf_evlist__print_tstamp() 1567 symbol__fprintf_symname_offs(node->sym, &node_al, stdout); in perf_evsel__print_ip() 1569 symbol__fprintf_symname(node->sym, stdout); in perf_evsel__print_ip() 1574 map__fprintf_dsoname(node->map, stdout); in perf_evsel__print_ip() 1580 stdout); in perf_evsel__print_ip() 1601 stdout); in perf_evsel__print_ip() 1603 symbol__fprintf_symname(al->sym, stdout); in perf_evsel__print_ip() 1608 map__fprintf_dsoname(al->map, stdout); in perf_evsel__print_ip() 1613 map__fprintf_srcline(al->map, al->addr, "\n ", stdout); in perf_evsel__print_ip() 1727 fprintf(stdout, " nr: %zu\n", nr); in perf_event__process_id_index() [all …]
|
D | pager.c | 32 fflush(stdout); in wait_for_pager()
|
D | annotate.c | 747 color_fprintf(stdout, color, " %s", path); in disasm_line__print() 756 color_fprintf(stdout, color, " %7.2f", percent); in disasm_line__print() 760 color_fprintf(stdout, PERF_COLOR_MAGENTA, " %" PRIx64 ":", addr); in disasm_line__print() 761 color_fprintf(stdout, PERF_COLOR_BLUE, "%s\n", dl->line); in disasm_line__print() 1272 color_fprintf(stdout, color, " %7.2f", percent); in print_summary() 1280 color_fprintf(stdout, color, " %s\n", path); in print_summary()
|
D | probe-event.c | 674 color_fprintf(stdout, color, prefix, l); in __show_one_line() 676 color_fprintf(stdout, color, "%s", buf); in __show_one_line() 756 fprintf(stdout, "<%s@%s:%d>\n", lr->function, lr->path, in __show_line_range() 759 fprintf(stdout, "<%s:%d>\n", lr->path, lr->start); in __show_line_range() 848 fprintf(stdout, "Available variables at %s\n", buf); in show_available_vars_at() 855 fprintf(stdout, "\t@<%s+%lu>\n", vl->point.symbol, in show_available_vars_at() 863 fprintf(stdout, "\t\t%s\n", node->s); in show_available_vars_at() 870 fprintf(stdout, "\t\t(No matched variables)\n"); in show_available_vars_at() 2837 dso__fprintf_symbols_by_name(map->dso, map->type, stdout); in show_available_funcs()
|
D | trace-event-parse.c | 135 return event_format__fprintf(event, cpu, data, size, stdout); in event_format__print()
|
D | srcline.c | 39 fflush(stdout); in bfd_error()
|
D | machine.c | 442 perf_event__fprintf_comm(event, stdout); in machine__process_comm_event() 1170 perf_event__fprintf_mmap2(event, stdout); in machine__process_mmap2_event() 1220 perf_event__fprintf_mmap(event, stdout); in machine__process_mmap_event() 1289 perf_event__fprintf_task(event, stdout); in machine__process_fork_event() 1308 perf_event__fprintf_task(event, stdout); in machine__process_exit_event()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | mv64x60_udbg.c | 72 struct device_node *np, *mpscintr, *stdout = NULL; in mv64x60_udbg_init() local 84 stdout = of_find_node_by_path(path); in mv64x60_udbg_init() 85 if (!stdout) in mv64x60_udbg_init() 89 if (np == stdout) in mv64x60_udbg_init() 93 of_node_put(stdout); in mv64x60_udbg_init()
|
/linux-4.1.27/arch/um/drivers/ |
D | harddog_user.c | 13 int stdout; member 22 dup2(data->stdout, 1); in pre_exec() 23 dup2(data->stdout, 2); in pre_exec() 25 close(data->stdout); in pre_exec() 53 data.stdout = in_fds[1]; in start_watchdog()
|
D | slirp_user.c | 24 int stdout; member 33 if (data->stdout != -1) in slirp_pre_exec() 34 dup2(data->stdout, 1); in slirp_pre_exec() 43 pe_data.stdout = fd; in slirp_tramp()
|
D | net_user.c | 169 int stdout; member 177 dup2(data->stdout, 1); in change_pre_exec() 192 pe_data.stdout = fds[1]; in change_tramp()
|
D | slip_user.c | 59 int stdout; member 69 dup2(data->stdout, 1); in slip_pre_exec() 89 pe_data.stdout = fds[1]; in slip_tramp()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | prom.c | 46 static const char *stdout; variable 60 stdout = p; /* store pointer to stdout-path */ in early_init_dt_scan_chosen_serial() 63 if (stdout && strstr(stdout, uname)) { in early_init_dt_scan_chosen_serial()
|
/linux-4.1.27/tools/perf/ |
D | builtin-buildid-list.c | 66 if (filename__fprintf_build_id(input_name, stdout)) in perf_session__list_build_ids() 79 perf_session__fprintf_dsos_buildid(session, stdout, dso__skip_buildid, with_hits); in perf_session__list_build_ids() 108 return sysfs__fprintf_build_id(stdout); in cmd_buildid_list()
|
D | builtin-top.c | 268 color_fprintf(stdout, PERF_COLOR_RED, in perf_top__print_sym_table() 292 top->min_percent, stdout); in perf_top__print_sym_table() 301 fprintf(stdout, "\n%s: ", msg); in prompt_integer() 344 fprintf(stdout, "\n%s: ", msg); in perf_top__prompt_symbol() 381 fprintf(stdout, "\nMapped keys:\n"); in perf_top__print_mapped_keys() 382 fprintf(stdout, "\t[d] display refresh delay. \t(%d)\n", top->delay_secs); in perf_top__print_mapped_keys() 383 fprintf(stdout, "\t[e] display entries (lines). \t(%d)\n", top->print_entries); in perf_top__print_mapped_keys() 386 …fprintf(stdout, "\t[E] active event counter. \t(%s)\n", perf_evsel__name(top->sym… in perf_top__print_mapped_keys() 388 fprintf(stdout, "\t[f] profile display filter (count). \t(%d)\n", top->count_filter); in perf_top__print_mapped_keys() 390 fprintf(stdout, "\t[F] annotate display filter (percent). \t(%d%%)\n", top->sym_pcnt_filter); in perf_top__print_mapped_keys() [all …]
|
D | perf-read-vdso.c | 23 written = fwrite(start, 1, size, stdout); in main() 30 if (fflush(stdout)) in main()
|
D | builtin-report.c | 327 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists() 328 hists__fprintf(hists, true, 0, 0, rep->min_percent, stdout); in perf_evlist__tty_browse_hists() 329 fprintf(stdout, "\n\n"); in perf_evlist__tty_browse_hists() 334 fprintf(stdout, "#\n# (%s)\n#\n", help); in perf_evlist__tty_browse_hists() 338 perf_read_values_display(stdout, &rep->show_threads_values, in perf_evlist__tty_browse_hists() 496 perf_session__fprintf(session, stdout); in __cmd_report() 499 perf_session__fprintf_dsos(session, stdout); in __cmd_report() 502 perf_session__fprintf_nr_events(session, stdout); in __cmd_report() 503 perf_evlist__fprintf_nr_events(session->evlist, stdout); in __cmd_report() 816 perf_session__fprintf_info(session, stdout, in cmd_report() [all …]
|
D | builtin-annotate.c | 216 perf_session__fprintf_nr_events(session, stdout); in __cmd_annotate() 217 perf_evlist__fprintf_nr_events(session->evlist, stdout); in __cmd_annotate() 222 perf_session__fprintf(session, stdout); in __cmd_annotate() 225 perf_session__fprintf_dsos(session, stdout); in __cmd_annotate()
|
D | perf.c | 377 if (fstat(fileno(stdout), &st)) in run_builtin() 385 if (fflush(stdout)) { in run_builtin() 390 if (ferror(stdout)) { in run_builtin() 394 if (fclose(stdout)) { in run_builtin()
|
D | builtin-script.c | 396 symbol__fprintf_symname_offs(al.sym, &al, stdout); in print_sample_addr() 398 symbol__fprintf_symname(al.sym, stdout); in print_sample_addr() 403 map__fprintf_dsoname(al.map, stdout); in print_sample_addr() 443 map__fprintf_srcline(al->map, al->addr, "\n ", stdout); in print_sample_bts() 643 perf_event__fprintf(event, stdout); in process_comm_event() 676 perf_event__fprintf(event, stdout); in process_fork_event() 703 perf_event__fprintf(event, stdout); in process_exit_event() 737 perf_event__fprintf(event, stdout); in process_mmap_event() 768 perf_event__fprintf(event, stdout); in process_mmap2_event() 1258 fprintf(stdout, "List of available trace scripts:\n"); in list_available_scripts() [all …]
|
D | builtin-bench.c | 195 fflush(stdout); in run_collection() 269 fflush(stdout); in cmd_bench()
|
D | builtin-evlist.c | 35 perf_evsel__fprintf(pos, details, stdout); in __cmd_evlist()
|
D | builtin-diff.c | 667 hists__fprintf(hists, true, 0, 0, 0, stdout); in hists__process() 675 fprintf(stdout, "# Data files:\n"); in data__fprintf() 678 fprintf(stdout, "# [%d] %s %s\n", in data__fprintf() 682 fprintf(stdout, "#\n"); in data__fprintf() 714 fprintf(stdout, "%s# Event '%s'\n#\n", first ? "" : "\n", in data_process()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | udbg_scc.c | 73 struct device_node *stdout = NULL, *escc = NULL, *macio = NULL; in udbg_scc_init() local 86 stdout = of_find_node_by_path(path); in udbg_scc_init() 88 if (ch == stdout) in udbg_scc_init() 160 of_node_put(stdout); in udbg_scc_init()
|
/linux-4.1.27/tools/testing/selftests/powerpc/tm/ |
D | tm-resched-dscr.c | 46 fflush(stdout); in test_body() 82 fflush(stdout); in test_body()
|
D | tm-syscall.c | 86 setbuf(stdout, NULL); in tm_syscall()
|
/linux-4.1.27/arch/m68k/tools/amiga/ |
D | dmesg.c | 63 fflush(stdout); in main() 65 fflush(stdout); in main()
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | benchmark.c | 30 if (config->output != stdout) { \ 31 fprintf(stdout, "Progress: %02lu %%\r", \ 33 fflush(stdout); \
|
D | parse.c | 109 fprintf(stdout, "Logfile: %s\n", filename); in prepare_output() 140 config->output = stdout; in prepare_default_config()
|
D | system.c | 152 if (config->verbose || config->output != stdout) in prepare_user()
|
D | main.c | 195 if (config->output != stdout) in main()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | legacy_serial.c | 365 struct device_node *np, *stdout = NULL; in find_legacy_serial_ports() local 374 stdout = of_find_node_by_path(path); in find_legacy_serial_ports() 375 if (stdout) in find_legacy_serial_ports() 376 DBG("stdout is %s\n", stdout->full_name); in find_legacy_serial_ports() 389 if (index >= 0 && np == stdout) in find_legacy_serial_ports() 403 if (index >= 0 && np == stdout) in find_legacy_serial_ports() 436 if (index >= 0 && np == stdout) in find_legacy_serial_ports()
|
D | prom_init.c | 120 ihandle stdout; member 276 if (prom.stdout == 0) in prom_print() 283 call_prom("write", 3, 1, prom.stdout, p, q - p); in prom_print() 287 call_prom("write", 3, 1, prom.stdout, ADDR("\r\n"), 2); in prom_print() 304 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex() 322 call_prom("write", 3, 1, prom.stdout, buf+i, size); in prom_print_dec() 337 call_prom("write", 3, 1, prom.stdout, p, q - p); in prom_printf() 342 call_prom("write", 3, 1, prom.stdout, in prom_printf() 1784 prom.stdout = be32_to_cpu(val); in prom_init_stdout() 1788 call_prom("instance-to-path", 3, 1, prom.stdout, path, 255); in prom_init_stdout() [all …]
|
/linux-4.1.27/tools/thermal/tmon/ |
D | tmon.c | 84 fflush(stdout); in tmon_cleanup() 116 fflush(stdout); in tmon_sig_handler() 120 fflush(stdout); in tmon_sig_handler() 124 fflush(stdout); in tmon_sig_handler()
|
/linux-4.1.27/Documentation/connector/ |
D | ucon.c | 52 #define ulog(f, a...) fprintf(stdout, f, ##a) 146 out = stdout; in main() 149 out = stdout; in main()
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
D | task_size.c | 83 fflush(stdout); in os_get_top_address() 114 fflush(stdout); in os_get_top_address()
|
/linux-4.1.27/arch/um/os-Linux/drivers/ |
D | tuntap_user.c | 50 int stdout; member 58 dup2(data->stdout, 1); in tuntap_pre_exec() 77 data.stdout = remote; in tuntap_open_tramp()
|
/linux-4.1.27/arch/x86/tools/ |
D | relocs.c | 1013 write_reloc(relocs16.count, stdout); in emit_relocs() 1015 write_reloc(relocs16.offset[i], stdout); in emit_relocs() 1017 write_reloc(relocs32.count, stdout); in emit_relocs() 1019 write_reloc(relocs32.offset[i], stdout); in emit_relocs() 1023 write_reloc(0, stdout); in emit_relocs() 1027 write_reloc(relocs64.offset[i], stdout); in emit_relocs() 1030 write_reloc(0, stdout); in emit_relocs() 1034 write_reloc(relocs32neg.offset[i], stdout); in emit_relocs() 1038 write_reloc(0, stdout); in emit_relocs() 1042 write_reloc(relocs32.offset[i], stdout); in emit_relocs()
|
D | insn_sanity.c | 266 dump_stream(stdout, "Info: Found an undecodable input", i, insn_buf, &insn); in main() 268 dump_insn(stdout, &insn); in main() 272 fprintf(stdout, "%s: %s: decoded and checked %d %s instructions with %d errors (seed:0x%x)\n", in main()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-inject.txt | 15 perf-inject reads a perf-record event stream and repipes it to stdout. At any 37 Output file name. (default: stdout)
|
D | Makefile | 292 $(DOCBOOK2X_TEXI) $(OUTPUT)user-manual.xml --encoding=UTF-8 --to-stdout >$@++ && \ 305 --to-stdout $(xml) &&) true) > $@++ && \ 315 $(DOCBOOK2X_TEXI) --to-stdout $*.xml >$@+ && \
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_printer.txt | 80 This example code talks to stdout, instead of a print engine. 90 To read printer data from the host to stdout: 226 /* Write data to standard OUTPUT (stdout). */ 227 fwrite(buf, 1, bytes_read, stdout); 228 fflush(stdout); 323 /* Write data to standard OUTPUT (stdout). */ 324 fwrite(buf, 1, bytes_read, stdout); 325 fflush(stdout);
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | posix_timers.c | 95 fflush(stdout); in check_itimer() 154 fflush(stdout); in check_timer_create()
|
D | leapcrash.c | 78 setbuf(stdout, NULL); in main()
|
D | inconsistency-check.c | 190 setbuf(stdout, NULL); in main()
|
D | raw_skew.c | 110 setbuf(stdout, NULL); in main()
|
D | threadtest.c | 172 setbuf(stdout, NULL); in main()
|
D | rtctest.c | 248 fflush(stdout); in main()
|
/linux-4.1.27/usr/ |
D | gen_init_cpio.c | 36 fputs(name, stdout); in push_string() 54 fputs(name, stdout); in push_rest() 68 fputs(s, stdout); in push_hdr() 363 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile()
|
/linux-4.1.27/arch/mips/boot/dts/brcm/ |
D | bcm9ejtagprb.dts | 16 stdout-path = &uart0;
|
D | bcm93384wvg.dts | 11 stdout-path = &uart0;
|
D | bcm93384wvg_viper.dts | 11 stdout-path = &uart0;
|
D | bcm97358svmb.dts | 16 stdout-path = &uart0;
|
D | bcm97360svmb.dts | 16 stdout-path = &uart0;
|
D | bcm97362svmb.dts | 16 stdout-path = &uart0;
|
D | bcm96368mvwg.dts | 16 stdout-path = &uart0;
|
D | bcm97125cbmb.dts | 16 stdout-path = &uart0;
|
D | bcm97420c.dts | 18 stdout-path = &uart0;
|
D | bcm97346dbsmb.dts | 16 stdout-path = &uart0;
|
D | bcm97425svmb.dts | 18 stdout-path = &uart0;
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm963138dvt.dts | 15 stdout-path = &serial0;
|
D | kirkwood-km_common.dtsi | 4 stdout-path = &uart0;
|
D | stih407-b2120.dts | 18 linux,stdout-path = &sbc_serial0;
|
D | stih410-b2120.dts | 18 linux,stdout-path = &sbc_serial0;
|
D | kirkwood-ds409slim.dts | 27 stdout-path = &uart0;
|
D | imx6q-phytec-pbab01.dts | 21 stdout-path = &uart4;
|
D | kirkwood-ds212j.dts | 28 stdout-path = &uart0;
|
D | kirkwood-rs411.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds411slim.dts | 27 stdout-path = &uart0;
|
D | kirkwood-rs409.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds110jv10.dts | 28 stdout-path = &uart0;
|
D | kirkwood-ds111.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds209.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds112.dts | 27 stdout-path = &uart0;
|
D | kirkwood-rs212.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds411j.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds109.dts | 28 stdout-path = &uart0;
|
D | kirkwood-ds411.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds409.dts | 27 stdout-path = &uart0;
|
D | kirkwood-ds210.dts | 29 stdout-path = &uart0;
|
D | kirkwood-ds212.dts | 30 stdout-path = &uart0;
|
D | kirkwood-dns320.dts | 16 stdout-path = &uart0;
|
D | r8a7794-alt.dts | 24 stdout-path = &scif2;
|
D | kirkwood-dns325.dts | 16 stdout-path = &uart0;
|
D | mt6589-aquaris5.dts | 25 stdout-path = &uart0;
|
D | r7s72100-genmai.dts | 25 stdout-path = &scif2;
|
D | kirkwood-ns2-common.dtsi | 7 stdout-path = &uart0;
|
D | stih418-b2199.dts | 17 linux,stdout-path = &sbc_serial0;
|
D | kirkwood-ts219.dtsi | 12 stdout-path = &uart0;
|
D | kirkwood-cloudbox.dts | 17 stdout-path = &uart0;
|
D | kirkwood-db.dtsi | 25 stdout-path = &uart0;
|
D | exynos4412-tiny4412.dts | 22 stdout-path = &serial_0;
|
D | stih41x-b2020.dtsi | 18 linux,stdout-path = &sbc_serial1;
|
D | kirkwood-openrd.dtsi | 25 stdout-path = &uart0;
|
D | kirkwood-sheevaplug-common.dtsi | 20 stdout-path = &uart0;
|
D | imx51-digi-connectcore-jsk.dts | 20 linux,stdout-path = &uart1;
|
D | kirkwood-dreamplug.dts | 17 stdout-path = &uart0;
|
D | picoxcell-pc7302-pc3x2.dts | 26 linux,stdout-path = &uart0;
|
D | kirkwood-dockstar.dts | 17 stdout-path = &uart0;
|
D | kirkwood-rd88f6281.dtsi | 25 stdout-path = &uart0;
|
D | picoxcell-pc7302-pc3x3.dts | 26 linux,stdout-path = &uart0;
|
D | kirkwood-rd88f6192.dts | 29 stdout-path = &uart0;
|
D | zynq-parallella.dts | 33 linux,stdout-path = "/amba/serial@e0001000";
|
D | imx25-karo-tx25.dts | 20 stdout-path = &uart1;
|
D | kirkwood-nsa310a.dts | 20 stdout-path = &uart0;
|
D | imx6qdl-udoo.dtsi | 14 stdout-path = &uart2;
|
D | emev2-kzm9d.dts | 28 stdout-path = &uart1;
|
D | kirkwood-guruplug-server-plus.dts | 17 stdout-path = &uart0;
|
D | imx1-apf9328.dts | 20 stdout-path = &uart1;
|
D | stih41x-b2000.dtsi | 19 linux,stdout-path = &serial2;
|
D | kirkwood-nsa310.dts | 15 stdout-path = &uart0;
|
D | bcm911360k.dts | 46 stdout-path = &uart3;
|
D | bcm958300k.dts | 46 stdout-path = &uart3;
|
D | bcm958305k.dts | 46 stdout-path = &uart3;
|
D | kirkwood-pogo_e02.dts | 32 stdout-path = &uart0;
|
D | animeo_ip.dts | 27 linux,stdout-path = &usart2;
|
D | r8a7778-bockw-reference.dts | 32 stdout-path = &scif0;
|
D | imx1-ads.dts | 20 stdout-path = &uart1;
|
D | kirkwood-ib62x0.dts | 17 stdout-path = &uart0;
|
D | bcm911360_entphn.dts | 47 stdout-path = &uart3;
|
D | kirkwood-openblocks_a6.dts | 17 stdout-path = &uart0;
|
D | kirkwood-blackarmor-nas220.dts | 28 stdout-path = &uart0;
|
D | kirkwood-mv88f6281gtw-ge.dts | 31 stdout-path = &uart0;
|
D | imx6q-gk802.dts | 18 stdout-path = &uart4;
|
D | imx27-phytec-phycard-s-rdk.dts | 19 stdout-path = &uart1;
|
D | kirkwood-nas2big.dts | 28 stdout-path = &uart0;
|
D | kirkwood-netxbig.dtsi | 22 stdout-path = &uart0;
|
D | exynos4412-smdk4412.dts | 28 stdout-path = &serial_1;
|
D | kirkwood-iconnect.dts | 17 stdout-path = &uart0;
|
D | kirkwood-mplcec4.dts | 17 stdout-path = &uart0;
|
D | kirkwood-laplug.dts | 27 stdout-path = &uart0;
|
D | imx6qdl-phytec-pbab01.dtsi | 16 linux,stdout-path = &uart4;
|
D | imx6qdl-dfi-fs700-m60.dtsi | 27 stdout-path = &uart1;
|
D | kirkwood-goflexnet.dts | 17 stdout-path = &uart0;
|
D | cx92755_equinox.dts | 68 stdout-path = &uart0;
|
D | kirkwood-topkick.dts | 17 stdout-path = &uart0;
|
D | orion5x-rd88f5182-nas.dts | 24 linux,stdout-path = &uart0;
|
D | exynos4210-smdkv310.dts | 30 stdout-path = &serial_1;
|
D | kirkwood-openblocks_a7.dts | 29 stdout-path = &uart0;
|
D | r8a7778-bockw.dts | 32 stdout-path = &scif0;
|
D | r8a7779-marzen.dts | 28 stdout-path = &scif2;
|
D | armada-xp-matrix.dts | 55 stdout-path = "serial0:115200n8";
|
D | orion5x-maxtor-shared-storage-2.dts | 27 linux,stdout-path = &uart0;
|
D | kirkwood-iomega_ix2_200.dts | 17 stdout-path = &uart0;
|
D | orion5x-lacie-ethernet-disk-mini-v2.dts | 33 linux,stdout-path = &uart0;
|
D | kirkwood-t5325.dts | 30 stdout-path = &uart0;
|
D | kirkwood-b3.dts | 33 stdout-path = &uart0;
|
D | kirkwood-lsxl.dtsi | 7 stdout-path = &uart0;
|
D | kirkwood-nsa320.dts | 27 stdout-path = &uart0;
|
D | r8a73a4-ape6evm.dts | 26 stdout-path = &scifa0;
|
D | armada-388-rd.dts | 58 stdout-path = "serial0:115200n8";
|
D | imx53-mba53.dts | 21 stdout-path = &uart2;
|
D | armada-398-db.dts | 55 stdout-path = "serial0:115200n8";
|
D | kirkwood-netgear_readynas_duo_v2.dts | 28 stdout-path = &uart0;
|
D | kirkwood-netgear_readynas_nv+_v2.dts | 28 stdout-path = &uart0;
|
/linux-4.1.27/tools/iio/ |
D | iio_event_monitor.c | 272 fprintf(stdout, "Failed to open %s\n", chrdev_name); in main() 282 fprintf(stdout, "Failed to retrieve event fd\n"); in main()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 112 fwrite(framey, sizeof(framey), 1, stdout); 113 fwrite(framev, sizeof(framev), 1, stdout); 114 fwrite(frameu, sizeof(frameu), 1, stdout);
|
/linux-4.1.27/arch/arm64/boot/dts/sprd/ |
D | sc9836-openphone.dts | 31 stdout-path = "serial1:115200n8";
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent.h | 68 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__)
|
D | README | 8 - write trace data to stdout by using -o option 104 option, trace data are output via stdout in the guest.
|
/linux-4.1.27/arch/arm64/boot/dts/qcom/ |
D | apq8016-sbc.dtsi | 22 stdout-path = "serial0";
|
D | msm8916-mtp.dtsi | 22 stdout-path = "serial0";
|
/linux-4.1.27/arch/arm64/boot/dts/xilinx/ |
D | zynqmp-ep108.dts | 26 stdout-path = "serial0:115200n8";
|
/linux-4.1.27/arch/arm64/boot/dts/amd/ |
D | amd-overdrive.dts | 16 stdout-path = &serial0;
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | single_step_syscall.c | 169 fflush(stdout); /* Force a syscall */ in main()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | harness.c | 33 fflush(stdout); in run_test()
|
/linux-4.1.27/arch/um/ |
D | Kconfig.debug | 35 Write kernel log output directly to stdout.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | simple-framebuffer.txt | 24 then the chosen node's stdout-path property should point to it, or to the 73 stdout-path = "display0";
|
/linux-4.1.27/arch/arm64/boot/dts/exynos/ |
D | exynos7-espresso.dts | 26 linux,stdout-path = &serial_2;
|
/linux-4.1.27/tools/testing/selftests/mqueue/ |
D | mq_perf_tests.c | 478 fflush(stdout); in perf_test_thread() 490 fflush(stdout); in perf_test_thread() 507 fflush(stdout); in perf_test_thread()
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 572 fprintf(stdout, "\n(%s)\n", cur_func->symbol->name); in output_listing() 573 fprintf(stdout, in output_listing() 593 fprintf(stdout, "\nThanks!\n"); in output_listing()
|
/linux-4.1.27/tools/vm/ |
D | page_owner_sort.c | 78 fflush(stdout); in add_list()
|
/linux-4.1.27/scripts/dtc/ |
D | dtc.c | 238 outf = stdout; in main()
|
D | util.c | 400 FILE *fp = errmsg ? stderr : stdout; in util_usage()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | trace-seq.c | 253 return trace_seq_do_fprintf(s, stdout); in trace_seq_do_printf()
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.c | 228 expr_fprint(e1, stdout); in expr_eq() 230 expr_fprint(e2, stdout); in expr_eq() 408 expr_fprint(e1, stdout); in expr_join_or() 410 expr_fprint(e2, stdout); in expr_join_or() 502 expr_fprint(e1, stdout); in expr_join_and() 504 expr_fprint(e2, stdout); in expr_join_and()
|
D | conf.c | 111 fflush(stdout); in conf_askvalue() 313 fflush(stdout); in conf_choice()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | storcenter.dts | 140 linux,stdout-path = &serial0;
|
D | media5200.dts | 28 linux,stdout-path = &console;
|
D | iss4xx.dts | 114 linux,stdout-path = "/plb/opb/serial@40000200";
|
D | adder875-redboot.dts | 181 linux,stdout-path = &console;
|
D | amigaone.dts | 171 linux,stdout-path = "/pci@80000000/isa@7/serial@3f8";
|
D | adder875-uboot.dts | 180 linux,stdout-path = &console;
|
D | iss4xx-mpic.dts | 153 linux,stdout-path = "/plb/opb/serial@40000200";
|
D | mpc866ads.dts | 188 linux,stdout-path = "/soc/cpm/serial@a80";
|
D | mpc885ads.dts | 230 linux,stdout-path = "/soc/cpm/serial@a80";
|
/linux-4.1.27/tools/net/ |
D | bpf_jit_disasm.c | 61 init_disassemble_info(&info, stdout, (fprintf_ftype) fprintf); in get_asm_insns()
|
/linux-4.1.27/tools/testing/selftests/vm/ |
D | thuge-gen.c | 98 fflush(stdout); in show()
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 504 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf() 506 fflush(stdout); in empty_out_buf()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 97 fflush(stdout); in start_ptraced_child()
|
/linux-4.1.27/include/acpi/platform/ |
D | acenv.h | 428 #define ACPI_FILE_OUT stdout
|
/linux-4.1.27/tools/perf/bench/ |
D | numa.c | 1023 fflush(stdout); in show_summary() 1181 fflush(stdout); in worker_thread() 1283 printf("\n ###\n"); fflush(stdout); in print_summary() 1436 tprintf(" # Startup synchronization: ..."); fflush(stdout); in __bench_numa()
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-chardev.txt | 51 repeated reading data is written to stdout; repeated writes read from
|
D | identifiers.txt | 52 FRU_OUTPUT -o not applicable /dev/stdout 57 name instead of stdout.
|