/linux-4.4.14/kernel/time/ |
D | timeconst.bc | 42 print "/* Automatically generated by kernel/time/timeconst.bc */\n" 43 print "/* Time conversion constants for HZ == ", hz, " */\n" 44 print "\n" 46 print "#ifndef KERNEL_TIMECONST_H\n" 47 print "#define KERNEL_TIMECONST_H\n\n" 49 print "#include <linux/param.h>\n" 50 print "#include <linux/types.h>\n\n" 52 print "#if HZ != ", hz, "\n" 53 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n" 54 print "#endif\n\n" [all …]
|
/linux-4.4.14/tools/testing/selftests/size/ |
D | get_size.c | 29 static int print(const char *s) in print() function 54 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num() 62 print(s); in print_k_value() 68 print("\n"); in print_k_value() 79 print("Testing system size.\n"); in _start() 80 print("1..1\n"); in _start() 84 print("not ok 1 get runtime memory use\n"); in _start() 85 print("# could not get sysinfo\n"); in _start() 93 print("# System runtime memory report (units in Kilobytes):\n"); in _start()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | err_titan.c | 26 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() argument 42 if (!print) in titan_parse_c_misc() 73 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument 111 if (!print) in titan_parse_p_serror() 140 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument 228 if (!print) in titan_parse_p_perror() 274 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument 317 if (!print) in titan_parse_p_agperror() 358 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() argument 361 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip() [all …]
|
D | err_ev6.c | 22 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() argument 32 if (!print) in ev6_parse_ibox() 42 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument 63 if (!print) in ev6_parse_mbox() 90 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() argument 132 if (!print) in ev6_parse_cbox() 186 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument 192 status |= ev6_parse_ibox(ev6mchk->I_STAT, print); in ev6_process_logout_frame() 194 ev6mchk->C_STAT, print); in ev6_process_logout_frame() 197 ev6mchk->C_STS, print); in ev6_process_logout_frame() [all …]
|
D | err_marvel.c | 68 marvel_process_680_frame(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_680_frame() argument 80 if (print) in marvel_process_680_frame() 902 marvel_process_io_error(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_io_error() argument 954 if (!print) in marvel_process_io_error() 1010 marvel_process_logout_frame(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_logout_frame() argument 1020 status = marvel_process_io_error(lf_subpackets, print); in marvel_process_logout_frame()
|
/linux-4.4.14/net/mac80211/ |
D | debug.h | 85 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3); 87 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) 92 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 93 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__) 96 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 97 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__) 105 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 107 if (print) \ 118 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 120 if (print) \
|
D | trace.c | 29 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg() argument 39 if (print) in __sdata_dbg() 60 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg() argument 70 if (print) in __wiphy_dbg()
|
D | Kconfig | 140 Selecting this option causes mac80211 to print out 151 Selecting this option causes mac80211 to print out 162 Selecting this option causes mac80211 to print out 183 Selecting this option causes mac80211 to print out 194 Selecting this option causes mac80211 to print out 205 Selecting this option causes mac80211 to print out very 218 Selecting this option causes mac80211 to print out very 231 Selecting this option causes mac80211 to print out very 244 Selecting this option causes mac80211 to print out very 257 Selecting this option causes mac80211 to print out very verbose mesh [all …]
|
/linux-4.4.14/kernel/trace/ |
D | trace_export.c | 24 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument 26 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \ 55 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument 64 printk(print); \ 68 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print, filter) \ argument 69 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \ 126 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument 163 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, filter,\ argument 179 .print_fmt = print, \ 186 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print, filter) \ argument [all …]
|
D | trace_functions.c | 483 .print = ftrace_traceon_print, 488 .print = ftrace_traceoff_print, 493 .print = ftrace_stacktrace_print, 498 .print = ftrace_dump_print, 503 .print = ftrace_cpudump_print, 508 .print = ftrace_traceon_print, 513 .print = ftrace_traceoff_print, 518 .print = ftrace_stacktrace_print,
|
D | trace_events_trigger.c | 168 data->ops->print(m, data->ops, data); in trigger_show() 819 .print = traceon_trigger_print, 826 .print = traceon_trigger_print, 833 .print = traceoff_trigger_print, 840 .print = traceoff_trigger_print, 925 .print = snapshot_trigger_print, 932 .print = snapshot_trigger_print, 1003 .print = stacktrace_trigger_print, 1010 .print = stacktrace_trigger_print, 1134 .print = event_enable_trigger_print, [all …]
|
D | trace.h | 68 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \ argument 78 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument 80 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \ 1209 int (*print)(struct seq_file *m, member 1352 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter) \ argument 1356 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \ argument 1357 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print), \
|
D | trace_probe.h | 118 print_type_func_t print; /* Print functions */ member 209 .print = PRINT_TYPE_FUNC_NAME(ptype), \
|
D | trace_mmiotrace.c | 252 struct print_entry *print = (struct print_entry *)entry; in mmio_print_mark() local 253 const char *msg = print->buf; in mmio_print_mark()
|
D | trace_entries.h | 232 FTRACE_ENTRY(print, print_entry,
|
D | Kconfig | 579 10 seconds. Each interval it will print out the number of events 614 The "print fmt" of the trace events will show the enum names instead 621 print fmt strings will have the enums converted to their values.
|
D | trace_events.c | 2685 .print = event_enable_print, 2692 .print = event_enable_print, 2699 .print = event_enable_print, 2706 .print = event_enable_print,
|
D | trace_kprobe.c | 1025 if (!tp->args[i].type->print(s, tp->args[i].name, in print_kprobe_event() 1061 if (!tp->args[i].type->print(s, tp->args[i].name, in print_kretprobe_event()
|
D | blktrace.c | 1321 void (*print)(struct trace_seq *s, const struct trace_entry *ent); member 1364 what2act[what].print(s, iter->ent); in print_one_line()
|
D | trace_uprobe.c | 884 if (!parg->type->print(s, parg->name, data + parg->offset, entry)) in print_uprobe_event()
|
D | ftrace.c | 3091 if (rec->ops->print) in t_hash_show() 3092 return rec->ops->print(m, rec->ip, rec->ops, rec->data); in t_hash_show()
|
D | trace.c | 6015 .print = ftrace_snapshot_print, 6020 .print = ftrace_snapshot_print,
|
/linux-4.4.14/include/trace/ |
D | trace_events.h | 59 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 65 PARAMS(print)); \ 97 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 116 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 122 assign, print, reg, unreg) \ argument 124 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 180 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 189 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 305 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 321 trace_seq_printf(s, print); \ [all …]
|
D | define_trace.h | 26 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 36 PARAMS(print)) 40 assign, print, reg, unreg) \ argument 52 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
D | perf.h | 33 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 88 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/linux-4.4.14/fs/cachefiles/ |
D | key.c | 42 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local 49 print = 1; in cachefiles_cook_key() 53 print &= cachefiles_filecharmap[ch]; in cachefiles_cook_key() 56 if (print) { in cachefiles_cook_key() 92 if (print) { in cachefiles_cook_key()
|
/linux-4.4.14/Documentation/hwmon/ |
D | tmp401 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp401.html 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp411.html 16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp431.html 20 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp432.html 24 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp435.html
|
D | tmp421 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 12 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html 16 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp421.html
|
D | tmp102 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
|
D | lm70 | 8 Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html
|
D | amc6821 | 8 Datasheet: http://focus.ti.com/docs/prod/folders/print/amc6821.html
|
D | sis5595 | 105 The driver will recognize this and print a message in dmesg.
|
D | submitting-patches | 76 must not print messages such as "Chip XXX not found/supported".
|
/linux-4.4.14/arch/x86/mm/ |
D | pageattr-test.c | 22 static __read_mostly int print = 1; variable 92 if (print) { in print_split() 124 if (print) in pageattr_test() 229 if (print) in pageattr_test() 242 if (print) in do_pageattr_test() 243 print--; in do_pageattr_test()
|
/linux-4.4.14/include/linux/ |
D | tracepoint.h | 485 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 490 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 497 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 500 assign, print, reg, unreg) \ argument 503 struct, assign, print) \ argument
|
D | ftrace.h | 311 int (*print)(struct seq_file *m, member
|
/linux-4.4.14/Documentation/security/ |
D | keys-trusted-encrypted.txt | 27 keyctl print keyid 42 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard 83 $ keyctl print 440502848 100 $ keyctl print 268728824 113 $ keyctl print 268728824 139 $ keyctl print 159771175 151 $ keyctl print 831684262
|
D | keys-ecryptfs.txt | 27 commands 'keyctl print' or 'keyctl pipe' does not contain the overall 56 $ keyctl print 19184530
|
/linux-4.4.14/Documentation/x86/ |
D | kernel-stacks | 111 the kernel stack(s) [*], from stack top to stack bottom, and print out 114 If it fits into the frame pointer chain, we print it without a question 118 still print it, but we print a '?'. It can mean two things: 127 This way we will always print out the real call chain (plus a few more 134 information: we always strive to print _all_ addresses on the stack(s) 136 we still print out the real call chain as well - just with more question
|
D | boot.txt | 416 - If 0, print early messages.
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 424 static void print (void) { flushline(true); } in print() function 431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); } in Pelif() 432 static void Pelse (void) { print(); state(IS_PASS_ELSE); } in Pelse() 433 static void Pendif(void) { print(); unnest(); } in Pendif() 462 print, done, abort }, 470 print, Eeof, abort }, 474 print, Eeof, abort }, 482 print, Eeof, abort }, 486 print, Eeof, abort }, 494 print, Eeof, abort }, [all …]
|
D | Kbuild.include | 332 # Note: We also print the filenames in the quiet_cmd_foo text, and 337 # there's a space. There are some esoteric cases in which it'll print
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | atom.c | 178 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument 188 if (print) in atom_get_src_int() 226 if (print) in atom_get_src_int() 232 if (print) in atom_get_src_int() 269 if (print) { in atom_get_src_int() 286 if (print) in atom_get_src_int() 294 if (print) in atom_get_src_int() 302 if (print) in atom_get_src_int() 311 if (print) in atom_get_src_int() 319 if (print) in atom_get_src_int() [all …]
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 66 print a brief message explaining what the problem was. This is 109 Say Y here if you want the debug print routines to direct 130 Say Y here if you want the debug print routines to direct 182 Say Y here if you want the debug print routines to direct 185 If you have a Broadcom STB chip and would like early print 192 Say Y here if you want the debug print routines to direct 199 Say Y here if you want the debug print routines to direct 207 Say Y here if you want the debug print routines to direct 215 Say Y here if you want the debug print routines to direct 223 Say Y here if you want the debug print routines to direct [all …]
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | Insmod-options | 78 debug=1 print some debug info to the syslog 99 debug = 1 print debug messages 137 debug=1/2 print some debug info to the syslog, 157 debug=1 print some debug info to the syslog. 165 debug=1 print some debug info to the syslog. 171 debug=1 print some debug info to the syslog.
|
D | Cards | 149 2) There is a print on the PCB:
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | dumpstack.c | 124 goto print; in show_stack() 131 print: in show_stack()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | atom.c | 175 int *ptr, uint32_t *saved, int print) in atom_get_src_int() argument 185 if (print) in atom_get_src_int() 223 if (print) in atom_get_src_int() 229 if (print) in atom_get_src_int() 266 if (print) { in atom_get_src_int() 283 if (print) in atom_get_src_int() 291 if (print) in atom_get_src_int() 299 if (print) in atom_get_src_int() 308 if (print) in atom_get_src_int() 316 if (print) in atom_get_src_int() [all …]
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 67 print more detailed statistics, can be specified up to 3 times 75 repeat command and print average + stddev (max: 100). 0 means forever. 79 print large numbers with thousands' separators according to locale 103 print counts using a CSV-style output to make it easy to import directly into 138 --interval-print msecs::
|
D | perf-script-python.txt | 138 print "in trace_begin" 141 print "in trace_end" 149 print "id=%d, args=%s\n" % \ 158 print "%-20s %5u %05u.%09u %8u %-20s " % \ 225 print "in trace_end" 232 In trace_end(), we'll simply print the results, but first we need to 233 generate some results to print. To do that we need to have our 303 print "\nsyscall events for %s:\n\n" % (for_comm), 305 print "\nsyscall events:\n\n", 307 print "%-40s %10s\n" % ("event", "count"), [all …]
|
D | perf-sched.txt | 33 'perf sched map' to print a textual context-switching outline of
|
D | perf-trace.txt | 137 fault); if no debug symbols available, perf trace will print raw IP; 147 When --verbose specified, perf trace tries to print all available information
|
D | perf-annotate.txt | 55 --print-line::
|
D | perf-script-perl.txt | 32 do basic things like aggregate event data, print results, etc. Also, 181 and values parsed from the 'print fmt' fields of the event format
|
D | perf-list.txt | 124 . 'pmu' to print the kernel supplied PMU events.
|
D | perf-script.txt | 117 Comma separated list of fields to print. Options are:
|
D | perf-report.txt | 174 Display call chains using type, min percent threshold, print limit,
|
D | perf-record.txt | 171 Don't print any message, useful for scripting.
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfree.cocci | 25 @print expression@ 74 position free.p1!=loop.ok,p2!={print.p,sz.p};
|
/linux-4.4.14/drivers/scsi/osd/ |
D | Kconfig | 31 int "(0-2) When sense is returned, DEBUG print all sense descriptors" 37 sense-decoding message. Setting to 2 will also print recoverable
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | sleep.S | 59 @@ load UART to allow us to print the two characters for
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | axs103.dts | 22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
D | axs103_idu.dts | 22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig.debug | 11 an internal error, the kernel can print a not so brief message 61 boot will print it out. 71 hoping things stay together enough to print out a debug message. 110 can be handy when an application dies - we print out the execution 202 to print messages very early in the bootup process.
|
/linux-4.4.14/arch/m32r/platforms/oaks32r/ |
D | dot.gdbinit.nommu | 62 print *(struct task_struct *)$current 69 print *(struct task_struct *)$task
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | TEST.DOC | 118 as subroutines and expect the main program to print a string 132 For debugging purposes, after the main program performs a "print" 166 alternate result, the test will print "failed" but this
|
/linux-4.4.14/Documentation/RCU/ |
D | stallwarn.txt | 39 The CPU stall detector tries to make the offending CPU print its 60 it will print a message similar to the following: 71 On the other hand, if the offending CPU fails to print out a stall-warning 72 message quickly enough, some other CPU will print a message similar to 98 Recent kernels will print a long form of the stall-warning message:
|
D | rcubarrier.txt | 177 Then lines 55-62 print status and do operation-specific cleanup, and
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig.debug | 44 Say Y here if you want the debug print routines to direct their
|
/linux-4.4.14/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 120 print *(struct task_struct *)$current 127 print *(struct task_struct *)$task
|
/linux-4.4.14/arch/m32r/platforms/mappi2/ |
D | dot.gdbinit.vdec2 | 131 print *(struct task_struct *)$current 138 print *(struct task_struct *)$task
|
/linux-4.4.14/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_400MHz_32MB | 132 print *(struct task_struct *)$current 139 print *(struct task_struct *)$task
|
D | dot.gdbinit_200MHz_16MB | 132 print *(struct task_struct *)$current 139 print *(struct task_struct *)$task
|
D | dot.gdbinit_300MHz_32MB | 132 print *(struct task_struct *)$current 139 print *(struct task_struct *)$task
|
/linux-4.4.14/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 148 print *(struct task_struct *)$current 155 print *(struct task_struct *)$task
|
D | dot.gdbinit.nommu | 148 print *(struct task_struct *)$current 155 print *(struct task_struct *)$task
|
D | dot.gdbinit.smp | 216 print *(struct task_struct *)$current 223 print *(struct task_struct *)$task
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-pktcdvd | 69 # print the device id of the mapped block device
|
/linux-4.4.14/samples/ |
D | Kconfig | 71 for /proc/cmdline to print "this has been live patched".
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 34 awk -F ': ' '{print $2}'`
|
/linux-4.4.14/Documentation/networking/ |
D | dmfe.txt | 18 didn't compile this driver as a module, it will automatically load itself on boot and print a
|
D | LICENSE.qlcnic | 115 interactive use in the most ordinary way, to print or display an 121 does not normally print such an announcement, your work based on 122 the Program is not required to print an announcement.)
|
D | LICENSE.qlge | 115 interactive use in the most ordinary way, to print or display an 121 does not normally print such an announcement, your work based on 122 the Program is not required to print an announcement.)
|
D | dm9000.txt | 143 expensive MII accesses. This method is faster, but does not print
|
D | dns_resolver.txt | 115 "keyctl read/print/pipe".
|
D | spider_net.txt | 76 The show_rx_chain() routine will print out the locations of the 140 problem. A typical print when the network is hung shows the following:
|
D | 6pack.txt | 144 the driver may, on certain systems, sometimes print the message '6pack:
|
D | phy.txt | 181 A convenience function to print out the PHY status neatly.
|
D | z8530drv.txt | 228 will print a skeleton z8530drv.conf for the OptoSCC to stdout.
|
D | ppp_generic.txt | 373 is used; if this is 1 the generic layer will print some debug
|
/linux-4.4.14/Documentation/scsi/ |
D | sym53c8xx_2.txt | 343 alloc: print info about memory allocations (ccb, lcb) 344 queue: print info about insertions into the command start queue 345 result: print sense data on CHECK CONDITION status 346 scatter: print info about the scatter process 347 scripts: print info about the script binding process 348 tiny: print minimal debugging information 349 timing: print timing information of the NCR chip 350 nego: print information about SCSI negotiations 351 phase: print information on script interruptions
|
D | ChangeLog.ips | 116 0.99.02 - Added some additional debug statements to print out
|
D | LICENSE.qla4xxx | 116 interactive use in the most ordinary way, to print or display an 122 does not normally print such an announcement, your work based on 123 the Program is not required to print an announcement.)
|
D | LICENSE.qla2xxx | 117 interactive use in the most ordinary way, to print or display an 123 does not normally print such an announcement, your work based on 124 the Program is not required to print an announcement.)
|
D | ncr53c8xx.txt | 493 alloc: print info about memory allocations (ccb, lcb) 494 queue: print info about insertions into the command start queue 495 result: print sense data on CHECK CONDITION status 496 scatter: print info about the scatter process 497 scripts: print info about the script binding process 498 tiny: print minimal debugging information 499 timing: print timing information of the NCR chip 500 nego: print information about SCSI negotiations 501 phase: print information on script interruptions
|
D | ChangeLog.megaraid_sas | 160 6. Fix megasas_get_cmd() to only print "Command pool empty" if 264 2. Takeoff the debug print-out in aen_polling routine. 559 vii. Added print : FW now in Ready State during initialization
|
D | ChangeLog.ncr53c8xx | 181 - Add info() function called from the host template to print 373 the print statement was misplaced for modules.
|
D | ChangeLog.1992-1997 | 827 print correct function name. 1359 * buslogic.c: Do not print out message about "must be Adaptec" 1418 a flag. Currently we only print out the number of pending 1448 * scsi.c: Clean up a few printks (use %p to print pointers).
|
D | ChangeLog.lpfc | 436 (also don't print the driver name at startup, linux drivers can 438 that case is considered unpolite, better print messages only for 1063 print a message on exit (old code prints two (entry/exit)), make 1082 and newline in the print string rather than in the #define.
|
D | tmscsim.txt | 98 or just print it with:
|
D | ChangeLog.megaraid | 445 driver, do not (wrongly) print information for the "attached" driver
|
/linux-4.4.14/Documentation/input/ |
D | cs461x.txt | 38 There are no debug information print have been placed in source, and no
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 57 Some drivers, like gpio-keys, need this behavior. Kernel only print out
|
/linux-4.4.14/kernel/ |
D | audit.c | 259 int print; in audit_log_lost() local 263 print = (audit_failure == AUDIT_FAIL_PANIC || !audit_rate_limit); in audit_log_lost() 265 if (!print) { in audit_log_lost() 269 print = 1; in audit_log_lost() 275 if (print) { in audit_log_lost()
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 69 verbose: set to 1 to print unknown events received from the 71 set to 2 to print all events received from the
|
D | laptop-mode.txt | 481 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)" 515 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)" 721 status=`awk '/^state: / { print $2 }' /proc/acpi/ac_adapter/$2/state`
|
/linux-4.4.14/tools/testing/selftests/futex/ |
D | README | 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
|
/linux-4.4.14/Documentation/arm/ |
D | mem_alignment | 33 will cause the kernel to print a message indicating
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 4577 int *par_num, bool print) in bnx2x_check_blocks_with_parity0() argument 4590 if (print) { in bnx2x_check_blocks_with_parity0() 4642 bool print) in bnx2x_check_blocks_with_parity1() argument 4656 if (print) { in bnx2x_check_blocks_with_parity1() 4662 if (print) { in bnx2x_check_blocks_with_parity1() 4668 if (print) { in bnx2x_check_blocks_with_parity1() 4674 if (print) { in bnx2x_check_blocks_with_parity1() 4681 if (print) { in bnx2x_check_blocks_with_parity1() 4687 if (print) { in bnx2x_check_blocks_with_parity1() 4697 if (print) { in bnx2x_check_blocks_with_parity1() [all …]
|
D | bnx2x_cmn.h | 421 bool bnx2x_chk_parity_attn(struct bnx2x *bp, bool *global, bool print);
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | interrupt.S | 180 # We are going to dump something out, so make sure we print IPEND properly
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 73 injected. '0' means no messages; '1' will print only a single 74 log line per failure; '2' will print a call trace too -- useful
|
/linux-4.4.14/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 188 print STDERR "Creating $fn\n"; 190 print OUT $_; 192 print OUT $_;
|
D | printk-formats.txt | 185 print a compressed IPv6 address as described by 278 For printing struct clk structures. '%pC' and '%pCn' print the name
|
D | sysrq.txt | 201 handler function you will use, B) a help_msg string, that will print when SysRQ 202 prints help, and C) an action_msg string, that will print right before your
|
D | BUG-HUNTING | 90 find dir -name '*.[oa]' -print | xargs rm -f
|
D | applying-patches.txt | 88 screen too fast, and --dry-run which causes patch to just print a listing of 90 tells patch to print more information about the work being done.
|
D | DMA-API.txt | 635 will print a warning for every error it finds 679 driver filter at boot time. The debug code will only print errors for that
|
D | kernel-parameters.txt | 29 log_buf_len=1M print-fatal-signals=1 449 driver will print ACPI tables for AMD IOMMU during 686 code_bytes [X86] How many bytes of object code to print 829 1 will print _a lot_ more information - normally 1440 Ignore loglevel setting - this will print /all/ 2981 print-fatal-signals= 2982 [KNL] debug: print fatal signals
|
D | kmemcheck.txt | 277 The "-i" tells addr2line to also print the line numbers of inlined functions.
|
D | DMA-API-HOWTO.txt | 206 It is recommended that your driver print a kernel KERN_WARNING message
|
D | CodingStyle | 703 messages. While the other pr_XXX() functions print unconditionally,
|
/linux-4.4.14/Documentation/serial/ |
D | n_gsm.txt | 68 MAJOR=`cat /proc/devices |grep gsmtty | awk '{print $1}`
|
/linux-4.4.14/net/ipx/ |
D | Kconfig | 10 want to access Novell NetWare file or print servers using the Linux
|
/linux-4.4.14/tools/perf/util/ |
D | header.c | 1912 void (*print)(struct perf_header *h, int fd, FILE *fp); member 1920 [n] = { .name = #n, .write = write_##func, .print = print_##func } 1922 [n] = { .name = #n, .write = write_##func, .print = print_##func, \ 1925 [n] = { .name = #n, .write = write_##func, .print = print_##func, \ 1973 if (!feat_ops[feat].print) in perf_file_section__fprintf_info() 1977 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 51 Many controller and gadget drivers will print some debugging 65 Many controller and gadget drivers will print verbose debugging 446 userspace program driving the print engine. The user space
|
/linux-4.4.14/drivers/net/appletalk/ |
D | Kconfig | 11 so that your Linux box can act as a print and file server for Macs as
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 56 API-proc-print-scsidevice
|
D | libata.xml.db | 79 API-sata-print-link-status
|
D | networking.xml.db | 206 API-svc-print-addr 432 API-phy-print-status
|
D | device-drivers.xml.db | 525 API-mpt-print-ioc-summary 608 API-mptspi-print-write-nego 609 API-mptspi-print-read-nego 836 API-v4l2-print-dv-timings
|
D | filesystems.xml.db | 231 API-debugfs-print-regs32
|
D | kernel-api.xml.db | 121 API-bitmap-print-to-pagebuf
|
D | gpu.xml.db | 445 API-drm-rect-debug-print
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | Kconfig | 79 Makes the multiplexing functions print out a lot of debug info.
|
/linux-4.4.14/arch/parisc/kernel/ |
D | firmware.c | 1136 goto print; in pdc_iodc_print() 1144 print: in pdc_iodc_print()
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig.debug | 31 int "Stack depth to print" if DEBUG_KERNEL 94 xmon will print a backtrace on the very first invocation.
|
/linux-4.4.14/Documentation/kdump/ |
D | gdbmacros.txt | 200 print the kernel ring buffer
|
/linux-4.4.14/fs/jffs2/ |
D | Kconfig | 22 enable a few assertions and will print debugging messages at the
|
/linux-4.4.14/Documentation/trace/ |
D | uprobetracer.txt | 133 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
|
D | kprobetrace.txt | 133 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
|
D | mmiotrace.txt | 154 adr < 0xfb800000) print; }'
|
D | events.txt | 109 It also displays the format string that will be used to print the 145 print fmt: "task %s:%d [%d] success=%d [%03d]", REC->comm, REC->pid,
|
D | ftrace.txt | 720 print-parent 758 print-parent - On function traces, display the calling (parent) 761 print-parent: 795 bin - This will print out the formats in raw binary. 829 object the address belongs to, and print a
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 105 interactive use in the most ordinary way, to print or display an 111 does not normally print such an announcement, your work based on 112 the Program is not required to print an announcement.)
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 105 interactive use in the most ordinary way, to print or display an 111 does not normally print such an announcement, your work based on 112 the Program is not required to print an announcement.)
|
D | INSTALL | 227 Do not print messages saying which checks are being made. To
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 108 use in the most ordinary way, to print or display an announcement 113 the Program itself is interactive but does not normally print such 115 print an announcement.)
|
/linux-4.4.14/ |
D | COPYING | 121 interactive use in the most ordinary way, to print or display an 127 does not normally print such an announcement, your work based on 128 the Program is not required to print an announcement.)
|
/linux-4.4.14/tools/perf/tests/ |
D | make | 234 MAKEFLAGS := --no-print-directory
|
/linux-4.4.14/mm/ |
D | vmstat.c | 904 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node() 915 print(m, pgdat, zone); in walk_zones_in_node()
|
/linux-4.4.14/arch/mips/ |
D | Kconfig.debug | 15 to print messages very early in the bootup process.
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | Kconfig | 234 Makes the multiplexing functions print out a lot of debug info.
|
/linux-4.4.14/fs/cramfs/ |
D | README | 54 -print'.
|
/linux-4.4.14/Documentation/fb/ |
D | modedb.txt | 110 If one of the above are not satisfied, the kernel will print a warning but the
|
/linux-4.4.14/Documentation/spi/ |
D | pxa2xx | 219 print "rate limited" warning
|
/linux-4.4.14/Documentation/device-mapper/ |
D | statistics.txt | 171 Atomically print and then clear all the counters except the
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | hists.c | 583 print_callchain_entry_fn print, in hist_browser__show_callchain() argument 633 print(browser, chain, str, offset + extra_offset, row, arg); in hist_browser__show_callchain() 654 print, arg, is_output_full); in hist_browser__show_callchain()
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-api.txt | 98 This example might actually print "The timeout was set to 60 seconds"
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 202 Configure your ISDN card to print debug messages and
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_printer.txt | 80 This example code talks to stdout, instead of a print engine.
|
D | gadget_serial.txt | 248 If everything is working, usbserial will print a message in the
|
D | usb-serial.txt | 29 will print to the system log, which node(s) the device has been bound
|
/linux-4.4.14/Documentation/blockdev/ |
D | floppy.txt | 167 Don't print a message when an unexpected interrupt is received. This
|
D | paride.txt | 198 and print a log message to your kernel log file and your console. For
|
/linux-4.4.14/Documentation/filesystems/ |
D | debugfs.txt | 188 the "read_fn" is a function pointer which to be called to print the
|
D | gfs2-glocks.txt | 61 go_dump | Called to print content of object for debugfs file, or on
|
D | seq_file.txt | 106 to instruct your show() function (described below) to print a header at the
|
D | ext4.txt | 231 data_err=ignore(*) Just print an error message if an error occurs
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 138 * 4.05 Nov 20, 1997 -- Modified to print more drive info on init
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 215 dependent, x86 will print the information during a
|
/linux-4.4.14/fs/cifs/ |
D | cifsglob.h | 904 bool print:1; /* set if connection to printer share */ member
|
D | smb2pdu.c | 990 tcon->print = true; in SMB2_tcon()
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 192 the subtype. Currently, the name is only used for print statements.
|
/linux-4.4.14/Documentation/PCI/ |
D | pcieaer-howto.txt | 227 error is fatal, kernel will print out warning messages. Please refer
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 342 ;; contain the return address. used by Oops to print kernel errors.
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 3853 int print; in print_str_arg() local 3922 print = 0; in print_str_arg() 3930 if (print && arg->flags.delim) in print_str_arg() 3933 print = 1; in print_str_arg()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 1852 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf() argument 1882 if (print) in mmc_test_rnd_perf()
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 147 arch/powerpc/platforms/pseries/eeh.c will print a stack trace to
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 113 * Added new debug/warning/error print functions in debug.c.
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 307 userspace program driving the print engine. The user space
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 225 display to print it
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 402 will print a warning on the console and return false.
|
/linux-4.4.14/drivers/char/ |
D | Kconfig | 552 or merely print a warning.
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 672 print a configured policy string followed by the packet count
|
/linux-4.4.14/net/ipv4/ |
D | Kconfig | 97 If you say Y here, which is recommended, then the kernel will print
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 93 msgid "\t -h: print this help\n"
|
D | it.po | 93 msgid "\t -h: print this help\n"
|
D | cs.po | 96 msgid "\t -h: print this help\n"
|
D | fr.po | 93 msgid "\t -h: print this help\n"
|
D | pt.po | 91 msgid "\t -h: print this help\n"
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3480 static void bttv_print_irqbits(u32 print, u32 mark) in bttv_print_irqbits() argument 3486 if (print & (1 << i)) in bttv_print_irqbits()
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 478 pretty-print register values and registers
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 770 When a hung task is detected, the kernel will print the 916 commonly used smp_processor_id() function and will print warnings
|
/linux-4.4.14/drivers/ide/ |
D | Kconfig | 141 Turn this on to have the driver print out the meanings of the
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 4462 enum mlx4_resource type, int print) in _move_all_busy() argument 4478 if (print) in _move_all_busy()
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 394 Controls the number of words to print when dumping the raw
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 1101 /* Nonzero means print parse trace. It is left uninitialized so that
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 113 system. Since almost all console applications must print text on the 896 Speakup will then print out the entire character pronunciation table. I
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 922 /* Nonzero means print parse trace. It is left uninitialized so that
|