Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 118 of 118) sorted by relevance

/linux-4.1.27/tools/perf/
Dbuiltin-trace.c337 int printed = 0, prot = arg->val; in syscall_arg__scnprintf_mmap_prot() local
343 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_prot()
358 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", prot); in syscall_arg__scnprintf_mmap_prot()
360 return printed; in syscall_arg__scnprintf_mmap_prot()
368 int printed = 0, flags = arg->val; in syscall_arg__scnprintf_mmap_flags() local
372 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_flags()
401 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", flags); in syscall_arg__scnprintf_mmap_flags()
403 return printed; in syscall_arg__scnprintf_mmap_flags()
411 int printed = 0, flags = arg->val; in syscall_arg__scnprintf_mremap_flags() local
415 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mremap_flags()
[all …]
Dbuiltin-top.c251 int printed = 0; in perf_top__print_sym_table() local
271 ++printed; in perf_top__print_sym_table()
289 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
291 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
/linux-4.1.27/arch/sparc/kernel/
Dsetup_64.c394 int i, printed = 0; in cpucap_info() local
401 printed ? "," : "", hwcaps[i]); in cpucap_info()
402 printed++; in cpucap_info()
413 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
414 printed++; in cpucap_info()
421 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
423 if ((*printed) == 0) in report_one_hwcap()
426 (*printed) ? "," : "", name); in report_one_hwcap()
427 if (++(*printed) == 8) { in report_one_hwcap()
429 *printed = 0; in report_one_hwcap()
[all …]
Dmdesc.c829 static int printed; in get_mondo_data() local
843 if (!printed++) { in get_mondo_data()
/linux-4.1.27/init/
Dcalibrate.c277 static bool printed; in calibrate_delay() local
282 if (!printed) in calibrate_delay()
287 if (!printed) in calibrate_delay()
290 } else if ((!printed) && lpj_fine) { in calibrate_delay()
297 if (!printed) in calibrate_delay()
301 if (!printed) in calibrate_delay()
306 if (!printed) in calibrate_delay()
312 printed = true; in calibrate_delay()
/linux-4.1.27/tools/perf/util/
Dmap.c577 size_t printed = fprintf(fp, "%s:\n", map_type__name[type]); in __map_groups__fprintf_maps() local
582 printed += fprintf(fp, "Map:"); in __map_groups__fprintf_maps()
583 printed += map__fprintf(pos, fp); in __map_groups__fprintf_maps()
585 printed += dso__fprintf(pos->dso, type, fp); in __map_groups__fprintf_maps()
586 printed += fprintf(fp, "--\n"); in __map_groups__fprintf_maps()
590 return printed; in __map_groups__fprintf_maps()
595 size_t printed = 0, i; in map_groups__fprintf_maps() local
597 printed += __map_groups__fprintf_maps(mg, i, fp); in map_groups__fprintf_maps()
598 return printed; in map_groups__fprintf_maps()
605 size_t printed = 0; in __map_groups__fprintf_removed_maps() local
[all …]
Devlist.c1462 size_t printed = 0; in perf_evlist__fprintf() local
1465 printed += fprintf(fp, "%s%s", evsel->idx ? ", " : "", in perf_evlist__fprintf()
1469 return printed + fprintf(fp, "\n"); in perf_evlist__fprintf()
1475 int printed, value; in perf_evlist__strerror_open() local
1481 printed = scnprintf(buf, size, in perf_evlist__strerror_open()
1487 printed += scnprintf(buf + printed, size - printed, "\nHint:\t"); in perf_evlist__strerror_open()
1490 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1493 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1496 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1511 int pages_attempted = evlist->mmap_len / 1024, pages_max_per_user, printed = 0; in perf_evlist__strerror_mmap() local
[all …]
Dannotate.c204 int printed; in lock__scnprintf() local
209 printed = scnprintf(bf, size, "%-6.6s ", ins->name); in lock__scnprintf()
210 return printed + ins__scnprintf(ops->locked.ins, bf + printed, in lock__scnprintf()
211 size - printed, ops->locked.ops); in lock__scnprintf()
684 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, in disasm_line__print() argument
725 if (max_lines && printed >= max_lines) in disasm_line__print()
766 } else if (max_lines && printed >= max_lines) in disasm_line__print()
1310 int printed = 2, queue_len = 0; in symbol__annotate_printf() local
1349 min_pcnt, printed, max_lines, in symbol__annotate_printf()
1352 ++printed; in symbol__annotate_printf()
[all …]
Dthread_map.c293 size_t printed = fprintf(fp, "%d thread%s: ", in thread_map__fprintf() local
296 printed += fprintf(fp, "%s%d", i ? ", " : "", threads->map[i]); in thread_map__fprintf()
298 return printed + fprintf(fp, "\n"); in thread_map__fprintf()
Dcallchain.c827 int printed; in callchain_list__sym_name() local
837 printed = scnprintf(bf, bfsize, "%s %s", in callchain_list__sym_name()
840 printed = scnprintf(bf, bfsize, "%s", cl->ms.sym->name); in callchain_list__sym_name()
842 printed = scnprintf(bf, bfsize, "%#" PRIx64, cl->ip); in callchain_list__sym_name()
845 scnprintf(bf + printed, bfsize - printed, " %s", in callchain_list__sym_name()
Dcpumap.c182 size_t printed = fprintf(fp, "%d cpu%s: ", in cpu_map__fprintf() local
185 printed += fprintf(fp, "%s%d", i ? ", " : "", map->map[i]); in cpu_map__fprintf()
187 return printed + fprintf(fp, "\n"); in cpu_map__fprintf()
Devsel.c2068 int printed = 0; in perf_evsel__fprintf() local
2077 printed += fprintf(fp, "%s{", evsel->group_name ?: ""); in perf_evsel__fprintf()
2079 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf()
2081 printed += fprintf(fp, ",%s", perf_evsel__name(pos)); in perf_evsel__fprintf()
2084 printed += fprintf(fp, "}"); in perf_evsel__fprintf()
2088 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf()
2091 printed += perf_event_attr__fprintf(fp, &evsel->attr, in perf_evsel__fprintf()
2094 printed += comma_fprintf(fp, &first, " sample_freq=%" PRIu64, in perf_evsel__fprintf()
2099 return ++printed; in perf_evsel__fprintf()
Dpmu.c875 int printed = 0; in print_pmu_events() local
927 printed++; in print_pmu_events()
929 if (printed) in print_pmu_events()
Dmachine.c557 size_t printed = 0; in machine__fprintf_vmlinux_path() local
563 printed += fprintf(fp, "[0] %s\n", filename); in machine__fprintf_vmlinux_path()
567 printed += fprintf(fp, "[%d] %s\n", in machine__fprintf_vmlinux_path()
570 return printed; in machine__fprintf_vmlinux_path()
/linux-4.1.27/lib/
Dratelimit.c53 rs->printed = 0; in ___ratelimit()
56 if (rs->burst && rs->burst > rs->printed) { in ___ratelimit()
57 rs->printed++; in ___ratelimit()
DKconfig.debug596 information will be printed at KERN_DEBUG loglevel depending
1205 disabling, allowing multiple RCU-lockdep warnings to be printed
1296 number of seconds, a CPU stall warning is printed. If the
1298 printed at more widely spaced intervals.
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c497 int printed; member
540 arg->printed += fprintf(arg->fp, "%*s%c %s\n", offset, " ", in hist_browser__fprintf_callchain_entry()
741 int printed = 0; in hist_browser__show_entry() local
811 ++printed; in hist_browser__show_entry()
829 printed += hist_browser__show_callchain(browser, in hist_browser__show_entry()
838 return printed; in hist_browser__show_entry()
1104 return arg.printed; in hist_browser__fprintf_callchain()
1111 int printed = 0; in hist_browser__fprintf_entry() local
1125 printed += fprintf(fp, "%c ", folded_sign); in hist_browser__fprintf_entry()
1140 printed += fprintf(fp, "%s\n", rtrim(s)); in hist_browser__fprintf_entry()
[all …]
Dannotate.c102 int width = browser->width, printed; in annotate_browser__write() local
133 printed = scnprintf(bf, sizeof(bf), "%-*d ", in annotate_browser__write()
136 printed = scnprintf(bf, sizeof(bf), "%*s ", in annotate_browser__write()
138 slsmg_write_nstring(bf, printed); in annotate_browser__write()
139 slsmg_write_nstring(dl->line, width - printed - pcnt_width + 1); in annotate_browser__write()
148 printed = scnprintf(bf, sizeof(bf), "%" PRIx64 ": ", addr); in annotate_browser__write()
153 printed = scnprintf(bf, sizeof(bf), "%*d ", in annotate_browser__write()
158 slsmg_write_nstring(bf, printed); in annotate_browser__write()
162 printed = scnprintf(bf, sizeof(bf), "%*" PRIx64 ": ", in annotate_browser__write()
165 printed = scnprintf(bf, sizeof(bf), "%*s ", in annotate_browser__write()
[all …]
/linux-4.1.27/arch/x86/kernel/cpu/
Dtopology.c35 static bool printed; in detect_extended_topology() local
89 if (!printed) { in detect_extended_topology()
95 printed = 1; in detect_extended_topology()
Dcommon.c513 static bool printed; in detect_ht() local
549 if (!printed && (c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()
554 printed = 1; in detect_ht()
/linux-4.1.27/tools/lib/api/fd/
Darray.c121 int fd, printed = fprintf(fp, "%d [ ", fda->nr); in fdarray__fprintf() local
124 printed += fprintf(fp, "%s%d", fd ? ", " : "", fda->entries[fd].fd); in fdarray__fprintf()
126 return printed + fprintf(fp, " ]"); in fdarray__fprintf()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_mmap.c345 bool printed = false; in ll_fault() local
367 if (!printed && ++count > 16) { in ll_fault()
370 printed = true; in ll_fault()
385 bool printed = false; in ll_page_mkwrite() local
393 if (!printed && ++count > 16) { in ll_page_mkwrite()
397 printed = true; in ll_page_mkwrite()
/linux-4.1.27/include/linux/
Dratelimit.h15 int printed; member
40 rs->printed = 0; in ratelimit_state_init()
/linux-4.1.27/tools/perf/tests/
Dfdarray.c19 int printed = 0; in fdarray__fprintf_prefix() local
24 printed += fprintf(fp, "\n%s: ", prefix); in fdarray__fprintf_prefix()
25 return printed + fdarray__fprintf(fda, fp); in fdarray__fprintf_prefix()
/linux-4.1.27/tools/perf/Documentation/
Dperf-help.txt16 command and a list of the most commonly used perf commands are printed
20 printed on the standard output.
/linux-4.1.27/arch/x86/boot/
Dprintf.c300 int printed; in printf() local
303 printed = vsprintf(printf_buf, fmt, args); in printf()
308 return printed; in printf()
/linux-4.1.27/Documentation/
Dprintk-formats.txt27 Raw pointer value SHOULD be printed with %p. The kernel supports
43 printed instead.
71 printed resource with ('R') or without ('r') a decoded flags member.
140 specifiers result in a printed address with ('M') or without ('m') byte
160 specifiers result in a printed address with ('i4') or without ('I4')
176 specifiers result in a printed address with ('I6') or without ('i6')
232 order with lower case hex characters will be printed.
DIntel-IOMMU.txt71 reason and device that caused it with fault reason is printed on console.
79 Something like this gets printed indicating presence of DMAR tables
Ddynamic-debug-howto.txt213 f Include the function name in the printed message
214 l Include line number in the printed message
215 m Include module name in the printed message
Dxz.txt34 Keep an eye on dmesg to see diagnostics printed by xz_dec_test.
Dsysrq.txt128 will be printed to your console. ('0', for example would make
Dkernel-parameters.txt1763 the ATA ID string printed on console by libata. If
1870 console loglevel will be printed to the console. It can
1918 autodetection and see what value is printed. Note that
2084 log everything. Information is printed at KERN_DEBUG
2638 Halt all CPUs after the first oops has been printed for
DDMA-API.txt654 warnings will be printed to the kernel log
Dkernel-docs.txt341 published, printed or used in excerpts without explicit permission
Dkmemcheck.txt279 have printed the first line, which is just a call to memcpy(), which could be
Dkprobes.txt577 gets printed. With this information, one will be able to correlate the
DCodingStyle711 when a debug message should be unconditionally printed, such as if it is
/linux-4.1.27/drivers/net/bonding/
Dbond_procfs.c110 int printed = 0; in bond_info_show_master() local
119 if (printed) in bond_info_show_master()
122 printed = 1; in bond_info_show_master()
/linux-4.1.27/arch/alpha/kernel/
Dpci.c204 static int printed = 0; in pdev_save_srm_config() local
209 if (!printed) { in pdev_save_srm_config()
211 printed = 1; in pdev_save_srm_config()
/linux-4.1.27/Documentation/RCU/
Dstallwarn.txt105 more information is printed with the stall-warning message, for example:
112 printed:
151 no non-lazy callbacks ("." is printed otherwise, as shown above) and
152 "D" indicates that dyntick-idle processing is enabled ("." is printed
156 the stall warning, the following additional line is printed:
168 printed for it. The second and subsequent messages are printed at
176 So your kernel printed an RCU CPU stall warning. The next question is
Dtorture.txt129 statistics are printed when the module is unloaded.
131 be printed -only- when the module is unloaded, and this
Dtrace.txt84 it is printed out as a signed long to allow more human-friendly
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-sun11 the slot number printed on the physical slot whenever possible."
Ddev-kmsg70 hardware or other facilities are printed, therefore
98 logic is used internally when messages are printed to the
Dsysfs-power135 The advantage of this file over the hash matches printed to the
253 resume is printed. These prints are useful for hunting down
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c165 bool printed = false; in callchain__fprintf_graph() local
188 if (!printed) { in callchain__fprintf_graph()
194 printed = true; in callchain__fprintf_graph()
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt88 be printed -only- when the module is unloaded, and this
109 Statistics are printed in the following format:
117 a second "Reads" statistics line is printed.
Dmutex-design.txt106 - Uses symbolic names of mutexes, whenever they are printed
/linux-4.1.27/arch/mips/kvm/
DKconfig42 A histogram of COP0 accesses is printed when the VM is
/linux-4.1.27/arch/x86/tools/
Drelocs.c558 int i, printed = 0; in print_absolute_relocs() local
609 if (!printed) { in print_absolute_relocs()
614 printed = 1; in print_absolute_relocs()
626 if (printed) in print_absolute_relocs()
/linux-4.1.27/drivers/staging/speakup/
Dkobjects.c703 int printed; in message_show_helper() local
711 printed = scnprintf(buf_pointer, bufsize, "%d\t%s\n", in message_show_helper()
713 buf_pointer += printed; in message_show_helper()
714 bufsize -= printed; in message_show_helper()
DDefaultKeyAssignments44 synth until it has caught up with what is being printed on the
Dspkguide.txt874 You would get the word hello printed on your screen as soon as you
1207 whether it is published as a printed book. We recommend this License
1275 The "Title Page" means, for a printed book, the title page itself,
1316 If you publish printed copies (or copies in media that commonly have
1317 printed covers) of the Document, numbering more than 100, and the
1492 Otherwise they must appear on printed covers that bracket the whole
/linux-4.1.27/Documentation/device-mapper/
Dstatistics.txt144 If omitted, all lines are printed and then cleared.
148 If omitted, all lines are printed and then cleared.
Ddm-raid.txt151 The optional parameters are always printed in the order listed
/linux-4.1.27/Documentation/video4linux/bttv/
DCards132 2) These cards have a number printed on the PCB just above the tuner metal box:
435 Terra TV+ Version 1.0 (Bt848), "ceb105.PCB" printed on the PCB, TDA9821
436 Terra TV+ Version 1.1 (Bt878), "LR74 Rev.E" printed on the PCB, TDA9821
437 Terra TValueRadio, "LR102 Rev.C" printed on the PCB
438 Terra TV/Radio+ Version 1.0, "80-CP2830100-0" TTTV3 printed on the PCB,
440 Terra TValue Version BT878, "80-CP2830110-0 TTTV4" printed on the PCB,
448 Cinergy 400 (saa7134), "E877 11(S)", "PM820092D" printed on PCB
DREADME.freeze26 information out of a register+stack dump printed by the kernel on
DSound-FAQ103 The messages printed with bttv_gpio=1 look like this:
/linux-4.1.27/fs/quota/
DKconfig35 hardlimit, etc.) will be printed to the process' controlling terminal.
/linux-4.1.27/Documentation/input/
Dcs461x.txt40 are printed via printk(KERN_INFO "..."), see the /var/log/messages to
Djoystick-api.txt227 as is being printed at boot time. The 'len' argument is the length of the
/linux-4.1.27/Documentation/fb/
Dtgafb.txt27 * More useful information is printed on bootup
Dviafb.txt224 If there are no output devices printed the output of this iga is lost.
/linux-4.1.27/Documentation/usb/
Dusbmon.txt134 "address" word, all fields save the status are optional. Interval is printed
135 only for interrupt and isochronous URBs. Start frame is printed only for
136 isochronous URBs. Error count is printed only for isochronous callback
158 of them in an URB is printed first, then a word per descriptor, up to a
/linux-4.1.27/arch/m68k/ifpsp060/
DTEST.DOC130 a longword number to be printed.
135 statements printed will be seen.
/linux-4.1.27/Documentation/filesystems/
Dquota.txt24 quota subsystem traditionally printed a message to the controlling terminal of
Dbtrfs.txt79 but a warning is printed if it's more than 300 seconds (5 minutes).
Dsysfs.txt212 - show() methods should return the number of bytes printed into the
Dproc.txt1692 skipped, especially if they've exited right after we printed their
1769 printed out.
1791 While the first three lines are mandatory and always printed, the rest is
/linux-4.1.27/Documentation/wimax/
DREADME.wimax80 what is printed and the available levels, check the source. The code
DREADME.i2400m200 what is printed and the available levels, check the source. The code
/linux-4.1.27/arch/sh/
DKconfig.debug26 This option will cause messages to be printed if free stack space
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt74 Test results are printed to the kernel log buffer with the format:
/linux-4.1.27/Documentation/w1/masters/
Dds249025 next bus (reset?) operation, however only a message is printed as
/linux-4.1.27/Documentation/networking/caif/
DREADME61 This can be printed with
/linux-4.1.27/Documentation/s390/
Dmonreader.txt160 The size of the monitor DCSS will be printed into syslog after loading the
188 message with an IPUSER SEVER code will be printed into syslog. The IPUSER SEVER
DDebugging390.txt17 to be printed out & used as a quick cheat sheet self help style reference when
1775 as gdb unfortunately deals with printed arguments as ints which
/linux-4.1.27/block/
Delevator.c580 static int printed; in elv_drain_elevator() local
586 if (q->nr_sorted && printed++ < 10) { in elv_drain_elevator()
/linux-4.1.27/drivers/net/ethernet/3com/
D3c515.c432 static int printed; in tc515_probe() local
437 if (corkscrew_debug > 0 && !printed) { in tc515_probe()
438 printed = 1; in tc515_probe()
/linux-4.1.27/arch/arm/plat-omap/
DKconfig90 printed, it's safe to deselect OMAP_MUX for your product.
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches75 and messages printed after a successful detection are acceptable, but it
Df71882fg114 printed when loading the driver.
/linux-4.1.27/Documentation/x86/
Dpat.txt159 printed to dmesg log.
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c446 int i, printed; in mmu_info() local
460 printed = 0; in mmu_info()
464 printed ? "," : "", pgsz_strings[i]); in mmu_info()
465 printed++; in mmu_info()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt363 When kptr_restrict is set to (1), kernel pointers printed using the %pK
375 When kptr_restrict is set to (2), kernel pointers printed using
650 this will be printed to the console
652 will be printed with this priority
/linux-4.1.27/sound/core/
DKconfig193 printed messages.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_core.c7124 int printed; in ahc_print_register() local
7131 printed = printk("%s[0x%x]", name, value); in ahc_print_register()
7133 printed += printk(" "); in ahc_print_register()
7134 *cur_column += printed; in ahc_print_register()
7135 return (printed); in ahc_print_register()
7148 printed += printk("%s%s", in ahc_print_register()
7159 printed += printk(") "); in ahc_print_register()
7161 printed += printk(" "); in ahc_print_register()
7163 *cur_column += printed; in ahc_print_register()
7164 return (printed); in ahc_print_register()
Daic79xx_core.c9685 int printed; in ahd_print_register() local
9692 printed = printk("%s[0x%x]", name, value); in ahd_print_register()
9694 printed += printk(" "); in ahd_print_register()
9695 *cur_column += printed; in ahd_print_register()
9696 return (printed); in ahd_print_register()
9709 printed += printk("%s%s", in ahd_print_register()
9720 printed += printk(") "); in ahd_print_register()
9722 printed += printk(" "); in ahd_print_register()
9724 *cur_column += printed; in ahd_print_register()
9725 return (printed); in ahd_print_register()
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig244 printed, it's safe to deselect DAVINCI_MUX for your product.
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt171 This option causes certain kernel messages be printed to the selected
180 messages of level 0 (panic messages) and all messages printed while
580 for one parameter, an error message is printed and that one setting is
819 types of debug output to printed - see the DB_xxx defines in
/linux-4.1.27/Documentation/networking/
Dpktgen.txt69 holds running statistics. The Result is printed after a run or after
D6pack.txt114 module has printed its initialization message.
Dspider_net.txt101 to "empty". The actual value printed is RXCOMST_A.
Dip-sysctl.txt340 reset immediately and warning is printed. This limit exists
359 and warning is printed. This limit exists only to prevent
787 message will be printed when dynamic address rewriting
Darcnet-hardware.txt302 is a jumper), one solution would be to clip the printed circuit
2319 In a chip Socket with info printed on a label covering a round window
2758 "MADE IN TAIWAN R.O.C" printed on the card.
Dbonding.txt1566 ID is now printed for each slave:
/linux-4.1.27/Documentation/arm/
DREADME52 information, eg. the kernel messages that were printed before/during
/linux-4.1.27/tools/power/x86/turbostat/
Dturbostat.c652 static int printed; in format_all_counters() local
654 if (!printed || !summary_only) in format_all_counters()
661 printed = 1; in format_all_counters()
/linux-4.1.27/kernel/
Dcgroup.c2547 bool printed = false; in cgroup_print_ss_mask() local
2552 if (printed) in cgroup_print_ss_mask()
2555 printed = true; in cgroup_print_ss_mask()
2558 if (printed) in cgroup_print_ss_mask()
/linux-4.1.27/arch/powerpc/
DKconfig.debug55 warnings can be printed to the console when instructions are
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx268 __irq_itoa() to be used for printed IRQ value to be understandable.
280 - The 'last message sent' printed out on M_REJECT message reception
DBusLogic.txt511 error from the Target Device. The CDB and Sense Data will be printed for
DChangeLog.1992-1997359 * scsi.c (scan_scsis): Remove message printed.
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt71 Otherwise, it is printed as an error. So users could choose different
/linux-4.1.27/drivers/base/
DKconfig208 non-zero, devres debug messages are printed. Select this if
/linux-4.1.27/arch/sparc/
DKconfig272 printed in the event of a memory error, so that the faulty DIMM
/linux-4.1.27/Documentation/trace/
Devents.txt16 tracing information should be printed.
Dftrace.txt575 A header is printed with the tracer name that is represented by
661 be printed here.
703 what gets printed in the trace output, or manipulate the tracers.
/linux-4.1.27/drivers/ata/
Dsata_mv.c2969 unsigned int i, err_mask, printed = 0; in mv_pci_error() local
2986 if (!printed++) in mv_pci_error()
/linux-4.1.27/tools/power/cpupower/po/
Dde.po500 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
Dcs.po492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
Dit.po492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
Dfr.po494 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
Dpt.po495 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt144 that refer to a particular object. In such a case it should be printed
/linux-4.1.27/drivers/char/
DKconfig124 If you want kernel messages to be printed out as they occur, you
/linux-4.1.27/Documentation/sound/oss/
DREADME.OSS429 one chip on the card with "CREATIVE" printed on it). The
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2897 o Run UML with 'debug' and 'gdb-pid=<pid>' with the pid printed out