Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-trace.c376 int printed = 0, prot = arg->val; in syscall_arg__scnprintf_mmap_prot() local
382 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_prot()
397 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", prot); in syscall_arg__scnprintf_mmap_prot()
399 return printed; in syscall_arg__scnprintf_mmap_prot()
407 int printed = 0, flags = arg->val; in syscall_arg__scnprintf_mmap_flags() local
411 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mmap_flags()
440 printed += scnprintf(bf + printed, size - printed, "%s%#x", printed ? "|" : "", flags); in syscall_arg__scnprintf_mmap_flags()
442 return printed; in syscall_arg__scnprintf_mmap_flags()
450 int printed = 0, flags = arg->val; in syscall_arg__scnprintf_mremap_flags() local
454 printed += scnprintf(bf + printed, size - printed, "%s%s", printed ? "|" : "", #n); \ in syscall_arg__scnprintf_mremap_flags()
[all …]
Dbuiltin-top.c255 int printed = 0; in perf_top__print_sym_table() local
275 ++printed; in perf_top__print_sym_table()
295 hists__output_recalc_col_len(hists, top->print_entries - printed); in perf_top__print_sym_table()
297 hists__fprintf(hists, false, top->print_entries - printed, win_width, in perf_top__print_sym_table()
/linux-4.4.14/arch/sparc/kernel/
Dsetup_64.c395 int i, printed = 0; in cpucap_info() local
402 printed ? "," : "", hwcaps[i]); in cpucap_info()
403 printed++; in cpucap_info()
414 printed ? "," : "", crypto_hwcaps[i]); in cpucap_info()
415 printed++; in cpucap_info()
422 static void __init report_one_hwcap(int *printed, const char *name) in report_one_hwcap() argument
424 if ((*printed) == 0) in report_one_hwcap()
427 (*printed) ? "," : "", name); in report_one_hwcap()
428 if (++(*printed) == 8) { in report_one_hwcap()
430 *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.4.14/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.4.14/tools/perf/util/
Dstring.c370 size_t i, printed = 0; in asprintf_expr_inout_ints() local
383 if (printed == size) in asprintf_expr_inout_ints()
387 printed += snprintf(e + printed, size - printed, " %s ", or_and); in asprintf_expr_inout_ints()
388 printed += scnprintf(e + printed, size - printed, in asprintf_expr_inout_ints()
Devlist.c1647 size_t printed = 0; in perf_evlist__fprintf() local
1650 printed += fprintf(fp, "%s%s", evsel->idx ? ", " : "", in perf_evlist__fprintf()
1654 return printed + fprintf(fp, "\n"); in perf_evlist__fprintf()
1660 int printed, value; in perf_evlist__strerror_open() local
1666 printed = scnprintf(buf, size, in perf_evlist__strerror_open()
1672 printed += scnprintf(buf + printed, size - printed, "\nHint:\t"); in perf_evlist__strerror_open()
1675 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1678 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1681 printed += scnprintf(buf + printed, size - printed, in perf_evlist__strerror_open()
1696 int pages_attempted = evlist->mmap_len / 1024, pages_max_per_user, printed = 0; in perf_evlist__strerror_mmap() local
[all …]
Dmap.c612 size_t printed = 0; in maps__fprintf() local
619 printed += fprintf(fp, "Map:"); in maps__fprintf()
620 printed += map__fprintf(pos, fp); in maps__fprintf()
622 printed += dso__fprintf(pos->dso, pos->type, fp); in maps__fprintf()
623 printed += fprintf(fp, "--\n"); in maps__fprintf()
629 return printed; in maps__fprintf()
635 size_t printed = fprintf(fp, "%s:\n", map_type__name[type]); in __map_groups__fprintf_maps() local
636 return printed += maps__fprintf(&mg->maps[type], fp); in __map_groups__fprintf_maps()
641 size_t printed = 0, i; in map_groups__fprintf() local
643 printed += __map_groups__fprintf_maps(mg, i, fp); in map_groups__fprintf()
[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()
819 struct perf_evsel *evsel, u64 len, int min_pcnt, int printed, in disasm_line__print() argument
865 if (max_lines && printed >= max_lines) in disasm_line__print()
915 } else if (max_lines && printed >= max_lines) in disasm_line__print()
1476 int printed = 2, queue_len = 0; in symbol__annotate_printf() local
1515 min_pcnt, printed, max_lines, in symbol__annotate_printf()
1518 ++printed; in symbol__annotate_printf()
[all …]
Dcallchain.c776 int printed; in callchain_list__sym_name() local
786 printed = scnprintf(bf, bfsize, "%s %s", in callchain_list__sym_name()
789 printed = scnprintf(bf, bfsize, "%s", cl->ms.sym->name); in callchain_list__sym_name()
791 printed = scnprintf(bf, bfsize, "%#" PRIx64, cl->ip); in callchain_list__sym_name()
794 scnprintf(bf + printed, bfsize - printed, " %s", in callchain_list__sym_name()
Dthread_map.c351 size_t printed = fprintf(fp, "%d thread%s: ", in thread_map__fprintf() local
354 printed += fprintf(fp, "%s%d", i ? ", " : "", thread_map__pid(threads, i)); in thread_map__fprintf()
356 return printed + fprintf(fp, "\n"); in thread_map__fprintf()
Dcpumap.c185 size_t printed = fprintf(fp, "%d cpu%s: ", in cpu_map__fprintf() local
188 printed += fprintf(fp, "%s%d", i ? ", " : "", map->map[i]); in cpu_map__fprintf()
190 return printed + fprintf(fp, "\n"); in cpu_map__fprintf()
Devsel.c2241 int printed = 0; in perf_evsel__fprintf() local
2250 printed += fprintf(fp, "%s{", evsel->group_name ?: ""); in perf_evsel__fprintf()
2252 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf()
2254 printed += fprintf(fp, ",%s", perf_evsel__name(pos)); in perf_evsel__fprintf()
2257 printed += fprintf(fp, "}"); in perf_evsel__fprintf()
2261 printed += fprintf(fp, "%s", perf_evsel__name(evsel)); in perf_evsel__fprintf()
2264 printed += perf_event_attr__fprintf(fp, &evsel->attr, in perf_evsel__fprintf()
2272 printed += comma_fprintf(fp, &first, " %s=%" PRIu64, in perf_evsel__fprintf()
2277 return ++printed; in perf_evsel__fprintf()
Dpmu.c976 int printed = 0; in print_pmu_events() local
1029 printed++; in print_pmu_events()
1031 if (printed && pager_in_use()) in print_pmu_events()
Dmachine.c628 size_t printed = 0; in machine__fprintf_vmlinux_path() local
634 printed += fprintf(fp, "[0] %s\n", filename); in machine__fprintf_vmlinux_path()
638 printed += fprintf(fp, "[%d] %s\n", in machine__fprintf_vmlinux_path()
641 return printed; in machine__fprintf_vmlinux_path()
/linux-4.4.14/lib/
Dratelimit.c53 rs->printed = 0; in ___ratelimit()
56 if (rs->burst && rs->burst > rs->printed) { in ___ratelimit()
57 rs->printed++; in ___ratelimit()
DKconfig.debug606 information will be printed at KERN_DEBUG loglevel depending
1214 disabling, allowing multiple RCU-lockdep warnings to be printed
1356 number of seconds, a CPU stall warning is printed. If the
1358 printed at more widely spaced intervals.
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c516 int printed; member
559 arg->printed += fprintf(arg->fp, "%*s%c %s\n", offset, " ", in hist_browser__fprintf_callchain_entry()
761 int printed = 0; in hist_browser__show_entry() local
832 ++printed; in hist_browser__show_entry()
850 printed += hist_browser__show_callchain(browser, in hist_browser__show_entry()
859 return printed; in hist_browser__show_entry()
1132 return arg.printed; in hist_browser__fprintf_callchain()
1139 int printed = 0; in hist_browser__fprintf_entry() local
1153 printed += fprintf(fp, "%c ", folded_sign); in hist_browser__fprintf_entry()
1168 printed += fprintf(fp, "%s\n", rtrim(s)); in hist_browser__fprintf_entry()
[all …]
Dannotate.c120 int width = browser->width, printed; in annotate_browser__write() local
173 printed = scnprintf(bf, sizeof(bf), "%-*d ", in annotate_browser__write()
176 printed = scnprintf(bf, sizeof(bf), "%*s ", in annotate_browser__write()
178 ui_browser__write_nstring(browser, bf, printed); in annotate_browser__write()
179 ui_browser__write_nstring(browser, dl->line, width - printed - pcnt_width + 1); in annotate_browser__write()
188 printed = scnprintf(bf, sizeof(bf), "%" PRIx64 ": ", addr); in annotate_browser__write()
193 printed = scnprintf(bf, sizeof(bf), "%*d ", in annotate_browser__write()
198 ui_browser__write_nstring(browser, bf, printed); in annotate_browser__write()
202 printed = scnprintf(bf, sizeof(bf), "%*" PRIx64 ": ", in annotate_browser__write()
205 printed = scnprintf(bf, sizeof(bf), "%*s ", in annotate_browser__write()
[all …]
/linux-4.4.14/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.c497 static bool printed; in detect_ht() local
533 if (!printed && (c->x86_max_cores * smp_num_siblings) > 1) { in detect_ht()
538 printed = 1; in detect_ht()
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/llite/
Dllite_mmap.c343 bool printed = false; in ll_fault() local
365 if (!printed && ++count > 16) { in ll_fault()
368 printed = true; in ll_fault()
383 bool printed = false; in ll_page_mkwrite() local
391 if (!printed && ++count > 16) { in ll_page_mkwrite()
395 printed = true; in ll_page_mkwrite()
/linux-4.4.14/include/linux/
Dratelimit.h15 int printed; member
40 rs->printed = 0; in ratelimit_state_init()
/linux-4.4.14/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.4.14/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.
Dperf-script.txt186 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
Dintel-pt.txt97 An interesting field that is not printed by default is 'flags' which can be
/linux-4.4.14/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.4.14/Documentation/ABI/testing/
Dsysfs-firmware-efi27 which the tables are printed forms an ABI and newer
28 versions are always printed first, i.e. ACPI20 comes
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.4.14/Documentation/
Dprintk-formats.txt31 Raw pointer value SHOULD be printed with %p. The kernel supports
47 printed instead.
75 printed resource with ('R') or without ('r') a decoded flags member.
145 specifiers result in a printed address with ('M') or without ('m') byte
165 specifiers result in a printed address with ('i4') or without ('I4')
181 specifiers result in a printed address with ('I6') or without ('i6')
237 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.txt130 will be printed to your console. ('0', for example would make
Dkernel-parameters.txt1828 the ATA ID string printed on console by libata. If
1937 console loglevel will be printed to the console. It can
1985 autodetection and see what value is printed. Note that
2151 log everything. Information is printed at KERN_DEBUG
2715 Halt all CPUs after the first oops has been printed for
DDMA-API.txt648 warnings will be printed to the kernel log
Dkmemcheck.txt279 have printed the first line, which is just a call to memcpy(), which could be
Dkernel-docs.txt341 published, printed or used in excerpts without explicit permission
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.4.14/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.4.14/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.4.14/Documentation/RCU/
Dstallwarn.txt104 In kernels with CONFIG_RCU_FAST_NO_HZ, more information is printed:
143 no non-lazy callbacks ("." is printed otherwise, as shown above) and
144 "D" indicates that dyntick-idle processing is enabled ("." is printed
148 the stall warning, the following additional line is printed:
160 printed for it. The second and subsequent messages are printed at
185 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.4.14/Documentation/locking/
Dlocktorture.txt91 be printed -only- when the module is unloaded, and this
112 Statistics are printed in the following format:
120 a second "Reads" statistics line is printed.
Dmutex-design.txt106 - Uses symbolic names of mutexes, whenever they are printed
/linux-4.4.14/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.4.14/arch/mips/kvm/
DKconfig42 A histogram of COP0 accesses is printed when the VM is
/linux-4.4.14/samples/pktgen/
DREADME.rst16 across the sample scripts. Usage example is printed on errors::
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt126 The strings "precise_timestamps" and "histogram" are printed only
181 If omitted, all lines are printed and then cleared.
185 If omitted, all lines are printed and then cleared.
Ddm-raid.txt151 The optional parameters are always printed in the order listed
/linux-4.4.14/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.4.14/drivers/staging/speakup/
Dkobjects.c704 int printed; in message_show_helper() local
712 printed = scnprintf(buf_pointer, bufsize, "%d\t%s\n", in message_show_helper()
714 buf_pointer += printed; in message_show_helper()
715 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.4.14/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.4.14/fs/quota/
DKconfig35 hardlimit, etc.) will be printed to the process' controlling terminal.
/linux-4.4.14/Documentation/input/
Dcs461x.txt40 are printed via printk(KERN_INFO "..."), see the /var/log/messages to
Duserio.txt39 returned by the character device and a more descriptive error will be printed
Djoystick-api.txt227 as is being printed at boot time. The 'len' argument is the length of the
/linux-4.4.14/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.4.14/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.4.14/tools/testing/selftests/futex/
DREADME37 results are printed to stdout, while intermediate ERROR or FAIL messages are
/linux-4.4.14/arch/m68k/ifpsp060/
DTEST.DOC130 a longword number to be printed.
135 statements printed will be seen.
/linux-4.4.14/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.txt213 - show() methods should return the number of bytes printed into the
Dproc.txt1709 skipped, especially if they've exited right after we printed their
1786 printed out.
1808 While the first three lines are mandatory and always printed, the rest is
/linux-4.4.14/arch/sh/
DKconfig.debug26 This option will cause messages to be printed if free stack space
/linux-4.4.14/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.4.14/Documentation/dmaengine/
Ddmatest.txt74 Test results are printed to the kernel log buffer with the format:
/linux-4.4.14/Documentation/networking/caif/
DREADME61 This can be printed with
/linux-4.4.14/Documentation/w1/masters/
Dds249025 next bus (reset?) operation, however only a message is printed as
/linux-4.4.14/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.4.14/block/
Delevator.c580 static int printed; in elv_drain_elevator() local
586 if (q->nr_sorted && printed++ < 10) { in elv_drain_elevator()
/linux-4.4.14/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.4.14/arch/arm/plat-omap/
DKconfig90 printed, it's safe to deselect OMAP_MUX for your product.
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c436 int i, printed; in mmu_info() local
450 printed = 0; in mmu_info()
454 printed ? "," : "", pgsz_strings[i]); in mmu_info()
455 printed++; in mmu_info()
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches75 and messages printed after a successful detection are acceptable, but it
Df71882fg114 printed when loading the driver.
/linux-4.4.14/Documentation/x86/
Dpat.txt197 printed to dmesg log.
Dkernel-stacks130 entries printed are strictly in stack order, so you can deduce more
/linux-4.4.14/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.4.14/arch/arm/mach-davinci/
DKconfig244 printed, it's safe to deselect DAVINCI_MUX for your product.
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt375 When kptr_restrict is set to (1), kernel pointers printed using the %pK
387 When kptr_restrict is set to (2), kernel pointers printed using
662 this will be printed to the console
664 will be printed with this priority
/linux-4.4.14/sound/core/
DKconfig219 printed messages.
/linux-4.4.14/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.4.14/Documentation/arm/
DREADME52 information, eg. the kernel messages that were printed before/during
/linux-4.4.14/tools/power/x86/turbostat/
Dturbostat.c661 static int printed; in format_all_counters() local
663 if (!printed || !summary_only) in format_all_counters()
670 printed = 1; in format_all_counters()
/linux-4.4.14/Documentation/networking/
D6pack.txt114 module has printed its initialization message.
Dpktgen.txt85 holds running statistics. The Result is printed after a run or after
Dspider_net.txt101 to "empty". The actual value printed is RXCOMST_A.
Dip-sysctl.txt349 reset immediately and warning is printed. This limit exists
368 and warning is printed. This limit exists only to prevent
830 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.txt1603 ID is now printed for each slave:
/linux-4.4.14/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.4.14/kernel/
Dcgroup.c2863 bool printed = false; in cgroup_print_ss_mask() local
2867 if (printed) in cgroup_print_ss_mask()
2870 printed = true; in cgroup_print_ss_mask()
2872 if (printed) in cgroup_print_ss_mask()
/linux-4.4.14/arch/powerpc/
DKconfig.debug63 warnings can be printed to the console when instructions are
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt71 Otherwise, it is printed as an error. So users could choose different
/linux-4.4.14/drivers/base/
DKconfig208 non-zero, devres debug messages are printed. Select this if
/linux-4.4.14/arch/sparc/
DKconfig272 printed in the event of a memory error, so that the faulty DIMM
/linux-4.4.14/Documentation/trace/
Devents.txt16 tracing information should be printed.
Dftrace.txt586 A header is printed with the tracer name that is represented by
672 be printed here.
716 what gets printed in the trace output, or manipulate the tracers.
/linux-4.4.14/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.4.14/drivers/char/
DKconfig124 If you want kernel messages to be printed out as they occur, you
/linux-4.4.14/drivers/staging/lustre/
Dsysfs-fs-lustre71 Control if lnet debug information should be printed when
/linux-4.4.14/tools/power/cpupower/po/
Dde.po500 "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"
Dcs.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.4.14/Documentation/filesystems/caching/
Dbackend-api.txt144 that refer to a particular object. In such a case it should be printed
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS429 one chip on the card with "CREATIVE" printed on it). The
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2897 o Run UML with 'debug' and 'gdb-pid=<pid>' with the pid printed out