/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 337 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 …]
|
D | builtin-top.c | 251 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/ |
D | setup_64.c | 394 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 …]
|
D | mdesc.c | 829 static int printed; in get_mondo_data() local 843 if (!printed++) { in get_mondo_data()
|
/linux-4.1.27/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.1.27/tools/perf/util/ |
D | map.c | 577 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 …]
|
D | evlist.c | 1462 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 …]
|
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() 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 …]
|
D | thread_map.c | 293 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()
|
D | callchain.c | 827 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()
|
D | cpumap.c | 182 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()
|
D | evsel.c | 2068 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()
|
D | pmu.c | 875 int printed = 0; in print_pmu_events() local 927 printed++; in print_pmu_events() 929 if (printed) in print_pmu_events()
|
D | machine.c | 557 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/ |
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 | 596 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/ |
D | hists.c | 497 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 …]
|
D | annotate.c | 102 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/ |
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 | 513 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/ |
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.1.27/drivers/staging/lustre/lustre/llite/ |
D | llite_mmap.c | 345 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/ |
D | ratelimit.h | 15 int printed; member 40 rs->printed = 0; in ratelimit_state_init()
|
/linux-4.1.27/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.1.27/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.
|
/linux-4.1.27/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.1.27/Documentation/ |
D | printk-formats.txt | 27 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.
|
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 | 128 will be printed to your console. ('0', for example would make
|
D | kernel-parameters.txt | 1763 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
|
D | DMA-API.txt | 654 warnings will be printed to the kernel log
|
D | kernel-docs.txt | 341 published, printed or used in excerpts without explicit permission
|
D | kmemcheck.txt | 279 have printed the first line, which is just a call to memcpy(), which could be
|
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.1.27/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.1.27/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.1.27/Documentation/RCU/ |
D | stallwarn.txt | 105 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
|
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.1.27/Documentation/ABI/testing/ |
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.1.27/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.1.27/Documentation/locking/ |
D | locktorture.txt | 88 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.
|
D | mutex-design.txt | 106 - Uses symbolic names of mutexes, whenever they are printed
|
/linux-4.1.27/arch/mips/kvm/ |
D | Kconfig | 42 A histogram of COP0 accesses is printed when the VM is
|
/linux-4.1.27/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.1.27/drivers/staging/speakup/ |
D | kobjects.c | 703 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()
|
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.1.27/Documentation/device-mapper/ |
D | statistics.txt | 144 If omitted, all lines are printed and then cleared. 148 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.1.27/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.1.27/fs/quota/ |
D | Kconfig | 35 hardlimit, etc.) will be printed to the process' controlling terminal.
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 40 are printed via printk(KERN_INFO "..."), see the /var/log/messages to
|
D | joystick-api.txt | 227 as is being printed at boot time. The 'len' argument is the length of the
|
/linux-4.1.27/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.1.27/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.1.27/arch/m68k/ifpsp060/ |
D | TEST.DOC | 130 a longword number to be printed. 135 statements printed will be seen.
|
/linux-4.1.27/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 | 212 - show() methods should return the number of bytes printed into the
|
D | proc.txt | 1692 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/ |
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.1.27/arch/sh/ |
D | Kconfig.debug | 26 This option will cause messages to be printed if free stack space
|
/linux-4.1.27/Documentation/dmaengine/ |
D | dmatest.txt | 74 Test results are printed to the kernel log buffer with the format:
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 25 next bus (reset?) operation, however only a message is printed as
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 61 This can be printed with
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/arm/plat-omap/ |
D | Kconfig | 90 printed, it's safe to deselect OMAP_MUX for your product.
|
/linux-4.1.27/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.1.27/Documentation/x86/ |
D | pat.txt | 159 printed to dmesg log.
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 446 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/ |
D | kernel.txt | 363 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/ |
D | Kconfig | 193 printed messages.
|
/linux-4.1.27/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.1.27/arch/arm/mach-davinci/ |
D | Kconfig | 244 printed, it's safe to deselect DAVINCI_MUX for your product.
|
/linux-4.1.27/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.1.27/Documentation/networking/ |
D | pktgen.txt | 69 holds running statistics. The Result is printed after a run or after
|
D | 6pack.txt | 114 module has printed its initialization message.
|
D | spider_net.txt | 101 to "empty". The actual value printed is RXCOMST_A.
|
D | ip-sysctl.txt | 340 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
|
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 | 1566 ID is now printed for each slave:
|
/linux-4.1.27/Documentation/arm/ |
D | README | 52 information, eg. the kernel messages that were printed before/during
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 652 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/ |
D | cgroup.c | 2547 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/ |
D | Kconfig.debug | 55 warnings can be printed to the console when instructions are
|
/linux-4.1.27/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.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 71 Otherwise, it is printed as an error. So users could choose different
|
/linux-4.1.27/drivers/base/ |
D | Kconfig | 208 non-zero, devres debug messages are printed. Select this if
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 272 printed in the event of a memory error, so that the faulty DIMM
|
/linux-4.1.27/Documentation/trace/ |
D | events.txt | 16 tracing information should be printed.
|
D | ftrace.txt | 575 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/ |
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.1.27/tools/power/cpupower/po/ |
D | de.po | 500 "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 | it.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.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 144 that refer to a particular object. In such a case it should be printed
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 124 If you want kernel messages to be printed out as they occur, you
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 429 one chip on the card with "CREATIVE" printed on it). The
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2897 o Run UML with 'debug' and 'gdb-pid=<pid>' with the pid printed out
|