| /linux-4.4.14/tools/perf/ |
| D | builtin-trace.c | 376 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 …]
|
| D | builtin-top.c | 255 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/ |
| D | setup_64.c | 395 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 …]
|
| D | mdesc.c | 829 static int printed; in get_mondo_data() local 843 if (!printed++) { in get_mondo_data()
|
| /linux-4.4.14/init/ |
| D | calibrate.c | 277 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/ |
| D | string.c | 370 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()
|
| D | evlist.c | 1647 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 …]
|
| D | map.c | 612 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 …]
|
| D | annotate.c | 204 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 …]
|
| D | callchain.c | 776 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()
|
| D | thread_map.c | 351 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()
|
| D | cpumap.c | 185 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()
|
| D | evsel.c | 2241 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()
|
| D | pmu.c | 976 int printed = 0; in print_pmu_events() local 1029 printed++; in print_pmu_events() 1031 if (printed && pager_in_use()) in print_pmu_events()
|
| D | machine.c | 628 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/ |
| D | ratelimit.c | 53 rs->printed = 0; in ___ratelimit() 56 if (rs->burst && rs->burst > rs->printed) { in ___ratelimit() 57 rs->printed++; in ___ratelimit()
|
| D | Kconfig.debug | 606 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/ |
| D | hists.c | 516 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 …]
|
| D | annotate.c | 120 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/ |
| D | topology.c | 35 static bool printed; in detect_extended_topology() local 89 if (!printed) { in detect_extended_topology() 95 printed = 1; in detect_extended_topology()
|
| D | common.c | 497 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/ |
| D | array.c | 121 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/ |
| D | llite_mmap.c | 343 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/ |
| D | ratelimit.h | 15 int printed; member 40 rs->printed = 0; in ratelimit_state_init()
|
| /linux-4.4.14/tools/perf/tests/ |
| D | fdarray.c | 19 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/ |
| D | perf-help.txt | 16 command and a list of the most commonly used perf commands are printed 20 printed on the standard output.
|
| D | perf-script.txt | 186 …The brstacksym is identical to brstack, except that the FROM and TO addresses are printed in a sym…
|
| D | intel-pt.txt | 97 An interesting field that is not printed by default is 'flags' which can be
|
| /linux-4.4.14/arch/x86/boot/ |
| D | printf.c | 300 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/ |
| D | sysfs-firmware-efi | 27 which the tables are printed forms an ABI and newer 28 versions are always printed first, i.e. ACPI20 comes
|
| D | sysfs-devices-sun | 11 the slot number printed on the physical slot whenever possible."
|
| D | dev-kmsg | 70 hardware or other facilities are printed, therefore 98 logic is used internally when messages are printed to the
|
| D | sysfs-power | 135 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/ |
| D | printk-formats.txt | 31 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.
|
| D | Intel-IOMMU.txt | 71 reason and device that caused it with fault reason is printed on console. 79 Something like this gets printed indicating presence of DMAR tables
|
| D | dynamic-debug-howto.txt | 213 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
|
| D | xz.txt | 34 Keep an eye on dmesg to see diagnostics printed by xz_dec_test.
|
| D | sysrq.txt | 130 will be printed to your console. ('0', for example would make
|
| D | kernel-parameters.txt | 1828 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
|
| D | DMA-API.txt | 648 warnings will be printed to the kernel log
|
| D | kmemcheck.txt | 279 have printed the first line, which is just a call to memcpy(), which could be
|
| D | kernel-docs.txt | 341 published, printed or used in excerpts without explicit permission
|
| D | kprobes.txt | 577 gets printed. With this information, one will be able to correlate the
|
| D | CodingStyle | 711 when a debug message should be unconditionally printed, such as if it is
|
| /linux-4.4.14/drivers/net/bonding/ |
| D | bond_procfs.c | 110 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/ |
| D | pci.c | 204 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/ |
| D | stallwarn.txt | 104 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
|
| D | torture.txt | 129 statistics are printed when the module is unloaded. 131 be printed -only- when the module is unloaded, and this
|
| D | trace.txt | 84 it is printed out as a signed long to allow more human-friendly
|
| /linux-4.4.14/Documentation/locking/ |
| D | locktorture.txt | 91 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.
|
| D | mutex-design.txt | 106 - Uses symbolic names of mutexes, whenever they are printed
|
| /linux-4.4.14/tools/perf/ui/stdio/ |
| D | hist.c | 165 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/ |
| D | Kconfig | 42 A histogram of COP0 accesses is printed when the VM is
|
| /linux-4.4.14/samples/pktgen/ |
| D | README.rst | 16 across the sample scripts. Usage example is printed on errors::
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | statistics.txt | 126 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.
|
| D | dm-raid.txt | 151 The optional parameters are always printed in the order listed
|
| /linux-4.4.14/arch/x86/tools/ |
| D | relocs.c | 558 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/ |
| D | kobjects.c | 704 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()
|
| D | DefaultKeyAssignments | 44 synth until it has caught up with what is being printed on the
|
| D | spkguide.txt | 874 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/ |
| D | Cards | 132 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
|
| D | README.freeze | 26 information out of a register+stack dump printed by the kernel on
|
| D | Sound-FAQ | 103 The messages printed with bttv_gpio=1 look like this:
|
| /linux-4.4.14/fs/quota/ |
| D | Kconfig | 35 hardlimit, etc.) will be printed to the process' controlling terminal.
|
| /linux-4.4.14/Documentation/input/ |
| D | cs461x.txt | 40 are printed via printk(KERN_INFO "..."), see the /var/log/messages to
|
| D | userio.txt | 39 returned by the character device and a more descriptive error will be printed
|
| D | joystick-api.txt | 227 as is being printed at boot time. The 'len' argument is the length of the
|
| /linux-4.4.14/Documentation/fb/ |
| D | tgafb.txt | 27 * More useful information is printed on bootup
|
| D | viafb.txt | 224 If there are no output devices printed the output of this iga is lost.
|
| /linux-4.4.14/Documentation/usb/ |
| D | usbmon.txt | 134 "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/ |
| D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are
|
| /linux-4.4.14/arch/m68k/ifpsp060/ |
| D | TEST.DOC | 130 a longword number to be printed. 135 statements printed will be seen.
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | quota.txt | 24 quota subsystem traditionally printed a message to the controlling terminal of
|
| D | btrfs.txt | 79 but a warning is printed if it's more than 300 seconds (5 minutes).
|
| D | sysfs.txt | 213 - show() methods should return the number of bytes printed into the
|
| D | proc.txt | 1709 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/ |
| D | Kconfig.debug | 26 This option will cause messages to be printed if free stack space
|
| /linux-4.4.14/Documentation/wimax/ |
| D | README.wimax | 80 what is printed and the available levels, check the source. The code
|
| D | README.i2400m | 200 what is printed and the available levels, check the source. The code
|
| /linux-4.4.14/Documentation/dmaengine/ |
| D | dmatest.txt | 74 Test results are printed to the kernel log buffer with the format:
|
| /linux-4.4.14/Documentation/networking/caif/ |
| D | README | 61 This can be printed with
|
| /linux-4.4.14/Documentation/w1/masters/ |
| D | ds2490 | 25 next bus (reset?) operation, however only a message is printed as
|
| /linux-4.4.14/Documentation/s390/ |
| D | monreader.txt | 160 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
|
| D | Debugging390.txt | 17 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/ |
| D | elevator.c | 580 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/ |
| D | 3c515.c | 432 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/ |
| D | Kconfig | 90 printed, it's safe to deselect OMAP_MUX for your product.
|
| /linux-4.4.14/arch/sparc/mm/ |
| D | init_64.c | 436 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/ |
| D | submitting-patches | 75 and messages printed after a successful detection are acceptable, but it
|
| D | f71882fg | 114 printed when loading the driver.
|
| /linux-4.4.14/Documentation/x86/ |
| D | pat.txt | 197 printed to dmesg log.
|
| D | kernel-stacks | 130 entries printed are strictly in stack order, so you can deduce more
|
| /linux-4.4.14/drivers/scsi/aic7xxx/ |
| D | aic7xxx_core.c | 7124 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()
|
| D | aic79xx_core.c | 9685 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/ |
| D | Kconfig | 244 printed, it's safe to deselect DAVINCI_MUX for your product.
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | kernel.txt | 375 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/ |
| D | Kconfig | 219 printed messages.
|
| /linux-4.4.14/Documentation/m68k/ |
| D | kernel-options.txt | 171 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/ |
| D | README | 52 information, eg. the kernel messages that were printed before/during
|
| /linux-4.4.14/tools/power/x86/turbostat/ |
| D | turbostat.c | 661 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/ |
| D | 6pack.txt | 114 module has printed its initialization message.
|
| D | pktgen.txt | 85 holds running statistics. The Result is printed after a run or after
|
| D | spider_net.txt | 101 to "empty". The actual value printed is RXCOMST_A.
|
| D | ip-sysctl.txt | 349 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
|
| D | arcnet-hardware.txt | 302 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.
|
| D | bonding.txt | 1603 ID is now printed for each slave:
|
| /linux-4.4.14/Documentation/scsi/ |
| D | ChangeLog.ncr53c8xx | 268 __irq_itoa() to be used for printed IRQ value to be understandable. 280 - The 'last message sent' printed out on M_REJECT message reception
|
| D | BusLogic.txt | 511 error from the Target Device. The CDB and Sense Data will be printed for
|
| D | ChangeLog.1992-1997 | 359 * scsi.c (scan_scsis): Remove message printed.
|
| /linux-4.4.14/kernel/ |
| D | cgroup.c | 2863 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/ |
| D | Kconfig.debug | 63 warnings can be printed to the console when instructions are
|
| /linux-4.4.14/Documentation/PCI/ |
| D | pcieaer-howto.txt | 71 Otherwise, it is printed as an error. So users could choose different
|
| /linux-4.4.14/drivers/base/ |
| D | Kconfig | 208 non-zero, devres debug messages are printed. Select this if
|
| /linux-4.4.14/arch/sparc/ |
| D | Kconfig | 272 printed in the event of a memory error, so that the faulty DIMM
|
| /linux-4.4.14/Documentation/trace/ |
| D | events.txt | 16 tracing information should be printed.
|
| D | ftrace.txt | 586 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/ |
| D | sata_mv.c | 2969 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/ |
| D | Kconfig | 124 If you want kernel messages to be printed out as they occur, you
|
| /linux-4.4.14/drivers/staging/lustre/ |
| D | sysfs-fs-lustre | 71 Control if lnet debug information should be printed when
|
| /linux-4.4.14/tools/power/cpupower/po/ |
| D | de.po | 500 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
| D | it.po | 492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
| D | cs.po | 492 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
| D | fr.po | 494 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
| D | pt.po | 495 "cpufreq is printed which is useful e.g. for reporting bugs.\n"
|
| /linux-4.4.14/Documentation/filesystems/caching/ |
| D | backend-api.txt | 144 that refer to a particular object. In such a case it should be printed
|
| /linux-4.4.14/Documentation/sound/oss/ |
| D | README.OSS | 429 one chip on the card with "CREATIVE" printed on it). The
|
| /linux-4.4.14/Documentation/virtual/uml/ |
| D | UserModeLinux-HOWTO.txt | 2897 o Run UML with 'debug' and 'gdb-pid=<pid>' with the pid printed out
|