Home
last modified time | relevance | path

Searched refs:print (Results 1 – 200 of 206) sorted by relevance

12

/linux-4.4.14/kernel/time/
Dtimeconst.bc42 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/
Dget_size.c29 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/
Derr_titan.c26 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 …]
Derr_ev6.c22 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 …]
Derr_marvel.c68 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/
Ddebug.h85 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) \
Dtrace.c29 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()
DKconfig140 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/
Dtrace_export.c24 #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 …]
Dtrace_functions.c483 .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,
Dtrace_events_trigger.c168 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 …]
Dtrace.h68 #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), \
Dtrace_probe.h118 print_type_func_t print; /* Print functions */ member
209 .print = PRINT_TYPE_FUNC_NAME(ptype), \
Dtrace_mmiotrace.c252 struct print_entry *print = (struct print_entry *)entry; in mmio_print_mark() local
253 const char *msg = print->buf; in mmio_print_mark()
Dtrace_entries.h232 FTRACE_ENTRY(print, print_entry,
DKconfig579 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.
Dtrace_events.c2685 .print = event_enable_print,
2692 .print = event_enable_print,
2699 .print = event_enable_print,
2706 .print = event_enable_print,
Dtrace_kprobe.c1025 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()
Dblktrace.c1321 void (*print)(struct trace_seq *s, const struct trace_entry *ent); member
1364 what2act[what].print(s, iter->ent); in print_one_line()
Dtrace_uprobe.c884 if (!parg->type->print(s, parg->name, data + parg->offset, entry)) in print_uprobe_event()
Dftrace.c3091 if (rec->ops->print) in t_hash_show()
3092 return rec->ops->print(m, rec->ip, rec->ops, rec->data); in t_hash_show()
Dtrace.c6015 .print = ftrace_snapshot_print,
6020 .print = ftrace_snapshot_print,
/linux-4.4.14/include/trace/
Dtrace_events.h59 #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 …]
Ddefine_trace.h26 #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
Dperf.h33 #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/
Dkey.c42 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/
Dtmp4018 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
Dtmp4218 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
Dtmp1028 Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp102.html
Dlm708 Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html
Damc68218 Datasheet: http://focus.ti.com/docs/prod/folders/print/amc6821.html
Dsis5595105 The driver will recognize this and print a message in dmesg.
Dsubmitting-patches76 must not print messages such as "Chip XXX not found/supported".
/linux-4.4.14/arch/x86/mm/
Dpageattr-test.c22 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/
Dtracepoint.h485 #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
Dftrace.h311 int (*print)(struct seq_file *m, member
/linux-4.4.14/Documentation/security/
Dkeys-trusted-encrypted.txt27 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
Dkeys-ecryptfs.txt27 commands 'keyctl print' or 'keyctl pipe' does not contain the overall
56 $ keyctl print 19184530
/linux-4.4.14/Documentation/x86/
Dkernel-stacks111 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
Dboot.txt416 - If 0, print early messages.
/linux-4.4.14/scripts/
Dunifdef.c424 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 …]
DKbuild.include332 # 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/
Datom.c178 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/
DKconfig.debug66 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/
DInsmod-options78 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.
DCards149 2) There is a print on the PCB:
/linux-4.4.14/arch/blackfin/kernel/
Ddumpstack.c124 goto print; in show_stack()
131 print: in show_stack()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Datom.c175 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/
Dperf-stat.txt67 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::
Dperf-script-python.txt138 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 …]
Dperf-sched.txt33 'perf sched map' to print a textual context-switching outline of
Dperf-trace.txt137 fault); if no debug symbols available, perf trace will print raw IP;
147 When --verbose specified, perf trace tries to print all available information
Dperf-annotate.txt55 --print-line::
Dperf-script-perl.txt32 do basic things like aggregate event data, print results, etc. Also,
181 and values parsed from the 'print fmt' fields of the event format
Dperf-list.txt124 . 'pmu' to print the kernel supplied PMU events.
Dperf-script.txt117 Comma separated list of fields to print. Options are:
Dperf-report.txt174 Display call chains using type, min percent threshold, print limit,
Dperf-record.txt171 Don't print any message, useful for scripting.
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci25 @print expression@
74 position free.p1!=loop.ok,p2!={print.p,sz.p};
/linux-4.4.14/drivers/scsi/osd/
DKconfig31 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/
Dsleep.S59 @@ load UART to allow us to print the two characters for
/linux-4.4.14/arch/arc/boot/dts/
Daxs103.dts22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
Daxs103_idu.dts22 …bootargs = "earlycon=uart8250,mmio32,0xe0022000,115200n8 console=ttyS3,115200n8 debug print-fatal-…
/linux-4.4.14/arch/blackfin/
DKconfig.debug11 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/
Ddot.gdbinit.nommu62 print *(struct task_struct *)$current
69 print *(struct task_struct *)$task
/linux-4.4.14/arch/m68k/ifpsp060/
DTEST.DOC118 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/
Dstallwarn.txt39 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:
Drcubarrier.txt177 Then lines 55-62 print status and do operation-specific cleanup, and
/linux-4.4.14/arch/unicore32/
DKconfig.debug44 Say Y here if you want the debug print routines to direct their
/linux-4.4.14/arch/m32r/platforms/mappi3/
Ddot.gdbinit120 print *(struct task_struct *)$current
127 print *(struct task_struct *)$task
/linux-4.4.14/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2131 print *(struct task_struct *)$current
138 print *(struct task_struct *)$task
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB132 print *(struct task_struct *)$current
139 print *(struct task_struct *)$task
Ddot.gdbinit_200MHz_16MB132 print *(struct task_struct *)$current
139 print *(struct task_struct *)$task
Ddot.gdbinit_300MHz_32MB132 print *(struct task_struct *)$current
139 print *(struct task_struct *)$task
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit148 print *(struct task_struct *)$current
155 print *(struct task_struct *)$task
Ddot.gdbinit.nommu148 print *(struct task_struct *)$current
155 print *(struct task_struct *)$task
Ddot.gdbinit.smp216 print *(struct task_struct *)$current
223 print *(struct task_struct *)$task
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-pktcdvd69 # print the device id of the mapped block device
/linux-4.4.14/samples/
DKconfig71 for /proc/cmdline to print "this has been live patched".
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs-block-server.txt34 awk -F ': ' '{print $2}'`
/linux-4.4.14/Documentation/networking/
Ddmfe.txt18 didn't compile this driver as a module, it will automatically load itself on boot and print a
DLICENSE.qlcnic115 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.)
DLICENSE.qlge115 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.)
Ddm9000.txt143 expensive MII accesses. This method is faster, but does not print
Ddns_resolver.txt115 "keyctl read/print/pipe".
Dspider_net.txt76 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:
D6pack.txt144 the driver may, on certain systems, sometimes print the message '6pack:
Dphy.txt181 A convenience function to print out the PHY status neatly.
Dz8530drv.txt228 will print a skeleton z8530drv.conf for the OptoSCC to stdout.
Dppp_generic.txt373 is used; if this is 1 the generic layer will print some debug
/linux-4.4.14/Documentation/scsi/
Dsym53c8xx_2.txt343 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
DChangeLog.ips116 0.99.02 - Added some additional debug statements to print out
DLICENSE.qla4xxx116 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.)
DLICENSE.qla2xxx117 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.)
Dncr53c8xx.txt493 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
DChangeLog.megaraid_sas160 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
DChangeLog.ncr53c8xx181 - Add info() function called from the host template to print
373 the print statement was misplaced for modules.
DChangeLog.1992-1997827 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).
DChangeLog.lpfc436 (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.
Dtmscsim.txt98 or just print it with:
DChangeLog.megaraid445 driver, do not (wrongly) print information for the "attached" driver
/linux-4.4.14/Documentation/input/
Dcs461x.txt38 There are no debug information print have been placed in source, and no
/linux-4.4.14/Documentation/blackfin/
Dbfin-gpio-notes.txt57 Some drivers, like gpio-keys, need this behavior. Kernel only print out
/linux-4.4.14/kernel/
Daudit.c259 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/
Dsonypi.txt69 verbose: set to 1 to print unknown events received from the
71 set to 2 to print all events received from the
Dlaptop-mode.txt481 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/
DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
/linux-4.4.14/Documentation/arm/
Dmem_alignment33 will cause the kernel to print a message indicating
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c4577 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 …]
Dbnx2x_cmn.h421 bool bnx2x_chk_parity_attn(struct bnx2x *bp, bool *global, bool print);
/linux-4.4.14/arch/blackfin/mach-common/
Dinterrupt.S180 # We are going to dump something out, so make sure we print IPEND properly
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt73 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/
Dkernel-doc-nano-HOWTO.txt188 print STDERR "Creating $fn\n";
190 print OUT $_;
192 print OUT $_;
Dprintk-formats.txt185 print a compressed IPv6 address as described by
278 For printing struct clk structures. '%pC' and '%pCn' print the name
Dsysrq.txt201 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
DBUG-HUNTING90 find dir -name '*.[oa]' -print | xargs rm -f
Dapplying-patches.txt88 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.
DDMA-API.txt635 will print a warning for every error it finds
679 driver filter at boot time. The debug code will only print errors for that
Dkernel-parameters.txt29 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
Dkmemcheck.txt277 The "-i" tells addr2line to also print the line numbers of inlined functions.
DDMA-API-HOWTO.txt206 It is recommended that your driver print a kernel KERN_WARNING message
DCodingStyle703 messages. While the other pr_XXX() functions print unconditionally,
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt68 MAJOR=`cat /proc/devices |grep gsmtty | awk '{print $1}`
/linux-4.4.14/net/ipx/
DKconfig10 want to access Novell NetWare file or print servers using the Linux
/linux-4.4.14/tools/perf/util/
Dheader.c1912 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/
DKconfig51 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/
DKconfig11 so that your Linux box can act as a print and file server for Macs as
/linux-4.4.14/Documentation/DocBook/
Dscsi.xml.db56 API-proc-print-scsidevice
Dlibata.xml.db79 API-sata-print-link-status
Dnetworking.xml.db206 API-svc-print-addr
432 API-phy-print-status
Ddevice-drivers.xml.db525 API-mpt-print-ioc-summary
608 API-mptspi-print-write-nego
609 API-mptspi-print-read-nego
836 API-v4l2-print-dv-timings
Dfilesystems.xml.db231 API-debugfs-print-regs32
Dkernel-api.xml.db121 API-bitmap-print-to-pagebuf
Dgpu.xml.db445 API-drm-rect-debug-print
/linux-4.4.14/arch/arm/plat-omap/
DKconfig79 Makes the multiplexing functions print out a lot of debug info.
/linux-4.4.14/arch/parisc/kernel/
Dfirmware.c1136 goto print; in pdc_iodc_print()
1144 print: in pdc_iodc_print()
/linux-4.4.14/arch/powerpc/
DKconfig.debug31 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/
Dgdbmacros.txt200 print the kernel ring buffer
/linux-4.4.14/fs/jffs2/
DKconfig22 enable a few assertions and will print debugging messages at the
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt133 print fmt: "(%lx) arg1=%lx arg2=%lx", REC->__probe_ip, REC->arg1, REC->arg2
Dkprobetrace.txt133 print fmt: "(%lx) dfd=%lx filename=%lx flags=%lx mode=%lx", REC->__probe_ip,
Dmmiotrace.txt154 adr < 0xfb800000) print; }'
Devents.txt109 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,
Dftrace.txt720 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/
Dcopying105 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/
DCOPYING105 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.)
DINSTALL227 Do not print messages saying which checks are being made. To
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense108 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/
DCOPYING121 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/
Dmake234 MAKEFLAGS := --no-print-directory
/linux-4.4.14/mm/
Dvmstat.c904 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/
DKconfig.debug15 to print messages very early in the bootup process.
/linux-4.4.14/arch/arm/mach-davinci/
DKconfig234 Makes the multiplexing functions print out a lot of debug info.
/linux-4.4.14/fs/cramfs/
DREADME54 -print'.
/linux-4.4.14/Documentation/fb/
Dmodedb.txt110 If one of the above are not satisfied, the kernel will print a warning but the
/linux-4.4.14/Documentation/spi/
Dpxa2xx219 print "rate limited" warning
/linux-4.4.14/Documentation/device-mapper/
Dstatistics.txt171 Atomically print and then clear all the counters except the
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c583 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/
Dwatchdog-api.txt98 This example might actually print "The timeout was set to 60 seconds"
/linux-4.4.14/Documentation/isdn/
DsyncPPP.FAQ202 Configure your ISDN card to print debug messages and
/linux-4.4.14/Documentation/usb/
Dgadget_printer.txt80 This example code talks to stdout, instead of a print engine.
Dgadget_serial.txt248 If everything is working, usbserial will print a message in the
Dusb-serial.txt29 will print to the system log, which node(s) the device has been bound
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt167 Don't print a message when an unexpected interrupt is received. This
Dparide.txt198 and print a log message to your kernel log file and your console. For
/linux-4.4.14/Documentation/filesystems/
Ddebugfs.txt188 the "read_fn" is a function pointer which to be called to print the
Dgfs2-glocks.txt61 go_dump | Called to print content of object for debugfs file, or on
Dseq_file.txt106 to instruct your show() function (described below) to print a header at the
Dext4.txt231 data_err=ignore(*) Just print an error message if an error occurs
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-cd.1994-2004138 * 4.05 Nov 20, 1997 -- Modified to print more drive info on init
/linux-4.4.14/kernel/power/
DKconfig215 dependent, x86 will print the information during a
/linux-4.4.14/fs/cifs/
Dcifsglob.h904 bool print:1; /* set if connection to printer share */ member
Dsmb2pdu.c990 tcon->print = true; in SMB2_tcon()
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt192 the subtype. Currently, the name is only used for print statements.
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt227 error is fatal, kernel will print out warning messages. Please refer
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dentry.S342 ;; contain the return address. used by Oops to print kernel errors.
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c3853 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/
Dmmc_test.c1852 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/
Deeh-pci-error-recovery.txt147 arch/powerpc/platforms/pseries/eeh.c will print a stack trace to
/linux-4.4.14/fs/befs/
DChangeLog113 * Added new debug/warning/error print functions in debug.c.
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig307 userspace program driving the print engine. The user space
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt225 display to print it
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt402 will print a warning on the console and return false.
/linux-4.4.14/drivers/char/
DKconfig552 or merely print a warning.
/linux-4.4.14/net/sched/
DKconfig672 print a configured policy string followed by the packet count
/linux-4.4.14/net/ipv4/
DKconfig97 If you say Y here, which is recommended, then the kernel will print
/linux-4.4.14/tools/power/cpupower/po/
Dde.po93 msgid "\t -h: print this help\n"
Dit.po93 msgid "\t -h: print this help\n"
Dcs.po96 msgid "\t -h: print this help\n"
Dfr.po93 msgid "\t -h: print this help\n"
Dpt.po91 msgid "\t -h: print this help\n"
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c3480 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/
Ddsa.txt478 pretty-print register values and registers
/linux-4.4.14/lib/
DKconfig.debug770 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/
DKconfig141 Turn this on to have the driver print out the meanings of the
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c4462 enum mlx4_resource type, int print) in _move_all_busy() argument
4478 if (print) in _move_all_busy()
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt394 Controls the number of words to print when dumping the raw
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1101 /* Nonzero means print parse trace. It is left uninitialized so that
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt113 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/
Ddtc-parser.tab.c_shipped922 /* Nonzero means print parse trace. It is left uninitialized so that

12