Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dtimeconst.bc42 print "/* Automatically generated by kernel/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 \qkernel/timeconst.h has the wrong HZ value!\q\n"
54 print "#endif\n\n"
[all …]
/linux-4.1.27/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.1.27/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.1.27/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()
DKconfig141 Selecting this option causes mac80211 to print out
152 Selecting this option causes mac80211 to print out
163 Selecting this option causes mac80211 to print out
184 Selecting this option causes mac80211 to print out
195 Selecting this option causes mac80211 to print out
206 Selecting this option causes mac80211 to print out very
219 Selecting this option causes mac80211 to print out very
232 Selecting this option causes mac80211 to print out very
245 Selecting this option causes mac80211 to print out very
258 Selecting this option causes mac80211 to print out very verbose mesh
[all …]
/linux-4.1.27/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
81 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \ argument
83 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
1147 int (*print)(struct seq_file *m, member
1289 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter) \ argument
1293 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \ argument
1294 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,
Dtrace_events.c2204 .print = event_enable_print,
2211 .print = event_enable_print,
2218 .print = event_enable_print,
2225 .print = event_enable_print,
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_kprobe.c1037 if (!tp->args[i].type->print(s, tp->args[i].name, in print_kprobe_event()
1073 if (!tp->args[i].type->print(s, tp->args[i].name, in print_kretprobe_event()
Dblktrace.c1330 void (*print)(struct trace_seq *s, const struct trace_entry *ent); member
1372 what2act[what].print(s, iter->ent); in print_one_line()
Dtrace_uprobe.c869 if (!parg->type->print(s, parg->name, data + parg->offset, entry)) in print_uprobe_event()
Dftrace.c3081 if (rec->ops->print) in t_hash_show()
3082 return rec->ops->print(m, rec->ip, rec->ops, rec->data); in t_hash_show()
Dtrace.c5980 .print = ftrace_snapshot_print,
5985 .print = ftrace_snapshot_print,
/linux-4.1.27/include/trace/
Dftrace.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
/linux-4.1.27/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.1.27/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.1.27/arch/x86/mm/
Dpageattr-test.c20 static __read_mostly int print = 1; variable
90 if (print) { in print_split()
122 if (print) in pageattr_test()
227 if (print) in pageattr_test()
240 if (print) in do_pageattr_test()
241 print--; in do_pageattr_test()
/linux-4.1.27/include/linux/
Dtracepoint.h460 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
465 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
472 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
475 assign, print, reg, unreg) \ argument
478 struct, assign, print) \ argument
Dftrace.h300 int (*print)(struct seq_file *m, member
/linux-4.1.27/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.1.27/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 …]
/linux-4.1.27/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.1.27/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.1.27/arch/blackfin/kernel/
Ddumpstack.c124 goto print; in show_stack()
131 print: in show_stack()
/linux-4.1.27/arch/arm/
DKconfig.debug65 print a brief message explaining what the problem was. This is
108 Say Y here if you want the debug print routines to direct
181 Say Y here if you want the debug print routines to direct
184 If you have a Broadcom STB chip and would like early print
191 Say Y here if you want the debug print routines to direct
198 Say Y here if you want the debug print routines to direct
206 Say Y here if you want the debug print routines to direct
214 Say Y here if you want the debug print routines to direct
222 Say Y here if you want the debug print routines to direct
230 Say Y here if you want the debug print routines to direct
[all …]
/linux-4.1.27/scripts/coccinelle/free/
Dkfree.cocci25 @print expression@
74 position free.p1!=loop.ok,p2!={print.p,sz.p};
/linux-4.1.27/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.1.27/tools/perf/Documentation/
Dperf-stat.txt67 repeat command and print average + stddev (max: 100). 0 means forever.
71 print large numbers with thousands' separators according to locale
95 print counts using a CSV-style output to make it easy to import directly into
130 --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.txt133 fault); if no debug symbols available, perf trace will print raw IP;
143 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.txt123 . 'pmu' to print the kernel supplied PMU events.
Dperf-script.txt117 Comma separated list of fields to print. Options are:
Dperf-record.txt140 Don't print any message, useful for scripting.
Dperf-report.txt169 Display call chains using type, min percent threshold, optional print
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dsleep.S59 @@ load UART to allow us to print the two characters for
/linux-4.1.27/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.1.27/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu62 print *(struct task_struct *)$current
69 print *(struct task_struct *)$task
/linux-4.1.27/Documentation/RCU/
Dstallwarn.txt32 print out additional per-CPU diagnostic information, including
45 The CPU stall detector tries to make the offending CPU print its
66 it will print a message similar to the following:
77 On the other hand, if the offending CPU fails to print out a stall-warning
78 message quickly enough, some other CPU will print a message similar to
Drcubarrier.txt177 Then lines 55-62 print status and do operation-specific cleanup, and
/linux-4.1.27/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.1.27/arch/unicore32/
DKconfig.debug44 Say Y here if you want the debug print routines to direct their
/linux-4.1.27/arch/m32r/platforms/mappi3/
Ddot.gdbinit120 print *(struct task_struct *)$current
127 print *(struct task_struct *)$task
/linux-4.1.27/arch/m32r/platforms/mappi2/
Ddot.gdbinit.vdec2131 print *(struct task_struct *)$current
138 print *(struct task_struct *)$task
/linux-4.1.27/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB132 print *(struct task_struct *)$current
139 print *(struct task_struct *)$task
Ddot.gdbinit_400MHz_32MB132 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.1.27/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.1.27/Documentation/ABI/testing/
Dsysfs-class-pktcdvd69 # print the device id of the mapped block device
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs-block-server.txt34 awk -F ': ' '{print $2}'`
/linux-4.1.27/samples/
DKconfig71 for /proc/cmdline to print "this has been live patched".
/linux-4.1.27/Documentation/networking/
Ddmfe.txt18 didn't compile this driver as a module, it will automatically load itself on boot and print a
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.)
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.)
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.1.27/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.
DChangeLog.megaraid445 driver, do not (wrongly) print information for the "attached" driver
Dtmscsim.txt98 or just print it with:
/linux-4.1.27/Documentation/input/
Dcs461x.txt38 There are no debug information print have been placed in source, and no
/linux-4.1.27/Documentation/blackfin/
Dbfin-gpio-notes.txt57 Some drivers, like gpio-keys, need this behavior. Kernel only print out
/linux-4.1.27/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.1.27/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.1.27/Documentation/arm/
Dmem_alignment33 will cause the kernel to print a message indicating
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt69 injected. '0' means no messages; '1' will print only a single
70 log line per failure; '2' will print a call trace too -- useful
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c4555 int *par_num, bool print) in bnx2x_check_blocks_with_parity0() argument
4568 if (print) { in bnx2x_check_blocks_with_parity0()
4620 bool print) in bnx2x_check_blocks_with_parity1() argument
4634 if (print) { in bnx2x_check_blocks_with_parity1()
4640 if (print) { in bnx2x_check_blocks_with_parity1()
4646 if (print) { in bnx2x_check_blocks_with_parity1()
4652 if (print) { in bnx2x_check_blocks_with_parity1()
4659 if (print) { in bnx2x_check_blocks_with_parity1()
4665 if (print) { in bnx2x_check_blocks_with_parity1()
4675 if (print) { in bnx2x_check_blocks_with_parity1()
[all …]
Dbnx2x_cmn.h419 bool bnx2x_chk_parity_attn(struct bnx2x *bp, bool *global, bool print);
/linux-4.1.27/arch/blackfin/mach-common/
Dinterrupt.S180 # We are going to dump something out, so make sure we print IPEND properly
/linux-4.1.27/Documentation/
Dkernel-doc-nano-HOWTO.txt188 print STDERR "Creating $fn\n";
190 print OUT $_;
192 print OUT $_;
Dprintk-formats.txt180 print a compressed IPv6 address as described by
270 For printing struct clk structures. '%pC' and '%pCn' print the name
Dsysrq.txt199 handler function you will use, B) a help_msg string, that will print when SysRQ
200 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.txt641 will print a warning for every error it finds
685 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
442 driver will print ACPI tables for AMD IOMMU during
679 code_bytes [X86] How many bytes of object code to print
814 1 will print _a lot_ more information - normally
1376 Ignore loglevel setting - this will print /all/
2904 print-fatal-signals=
2905 [KNL] debug: print fatal signals
Dkmemcheck.txt277 The "-i" tells addr2line to also print the line numbers of inlined functions.
DCodingStyle703 messages. While the other pr_XXX() functions print unconditionally,
DDMA-API-HOWTO.txt206 It is recommended that your driver print a kernel KERN_WARNING message
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt68 MAJOR=`cat /proc/devices |grep gsmtty | awk '{print $1}`
/linux-4.1.27/net/ipx/
DKconfig10 want to access Novell NetWare file or print servers using the Linux
/linux-4.1.27/tools/perf/util/
Dheader.c1826 void (*print)(struct perf_header *h, int fd, FILE *fp); member
1834 [n] = { .name = #n, .write = write_##func, .print = print_##func }
1836 [n] = { .name = #n, .write = write_##func, .print = print_##func, \
1839 [n] = { .name = #n, .write = write_##func, .print = print_##func, \
1886 if (!feat_ops[feat].print) in perf_file_section__fprintf_info()
1890 feat_ops[feat].print(ph, fd, hd->fp); in perf_file_section__fprintf_info()
/linux-4.1.27/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.1.27/arch/mips/
DKconfig.debug15 to print messages very early in the bootup process.
/linux-4.1.27/arch/powerpc/
DKconfig.debug23 int "Stack depth to print" if DEBUG_KERNEL
86 xmon will print a backtrace on the very first invocation.
/linux-4.1.27/tools/perf/tests/
Dmake196 MAKEFLAGS := --no-print-directory
/linux-4.1.27/drivers/net/appletalk/
DKconfig11 so that your Linux box can act as a print and file server for Macs as
/linux-4.1.27/arch/arm/plat-omap/
DKconfig79 Makes the multiplexing functions print out a lot of debug info.
/linux-4.1.27/arch/parisc/kernel/
Dfirmware.c1136 goto print; in pdc_iodc_print()
1144 print: in pdc_iodc_print()
/linux-4.1.27/Documentation/kdump/
Dgdbmacros.txt200 print the kernel ring buffer
/linux-4.1.27/fs/jffs2/
DKconfig22 enable a few assertions and will print debugging messages at the
/linux-4.1.27/Documentation/device-mapper/
Dstatistics.txt134 Atomically print and then clear all the counters except the
/linux-4.1.27/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.txt707 print-parent
745 print-parent - On function traces, display the calling (parent)
748 print-parent:
782 bin - This will print out the formats in raw binary.
816 object the address belongs to, and print a
/linux-4.1.27/mm/
Dvmstat.c882 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node()
893 print(m, pgdat, zone); in walk_zones_in_node()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/
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.1.27/tools/perf/ui/browsers/
Dhists.c564 print_callchain_entry_fn print, in hist_browser__show_callchain() argument
614 print(browser, chain, str, offset + extra_offset, row, arg); in hist_browser__show_callchain()
635 print, arg, is_output_full); in hist_browser__show_callchain()
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig234 Makes the multiplexing functions print out a lot of debug info.
/linux-4.1.27/arch/s390/kernel/
Dsclp.S282 bras %r14,_sclp_print # print string
/linux-4.1.27/fs/cramfs/
DREADME54 -print'.
/linux-4.1.27/Documentation/spi/
Dpxa2xx225 print "rate limited" warning
/linux-4.1.27/Documentation/fb/
Dmodedb.txt110 If one of the above are not satisfied, the kernel will print a warning but the
/linux-4.1.27/Documentation/isdn/
DsyncPPP.FAQ202 Configure your ISDN card to print debug messages and
/linux-4.1.27/Documentation/filesystems/
Dext3.txt113 data_err=ignore(*) Just print an error message if an error occurs
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.1.27/Documentation/watchdog/
Dwatchdog-api.txt98 This example might actually print "The timeout was set to 60 seconds"
/linux-4.1.27/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.1.27/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.1.27/kernel/power/
DKconfig205 dependent, x86 will print the information during a
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-2004138 * 4.05 Nov 20, 1997 -- Modified to print more drive info on init
/linux-4.1.27/fs/cifs/
Dcifsglob.h890 bool print:1; /* set if connection to printer share */ member
Dsmb2pdu.c925 tcon->print = true; in SMB2_tcon()
/linux-4.1.27/Documentation/PCI/
Dpcieaer-howto.txt227 error is fatal, kernel will print out warning messages. Please refer
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt192 the subtype. Currently, the name is only used for print statements.
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S342 ;; contain the return address. used by Oops to print kernel errors.
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c3727 int print; in print_str_arg() local
3796 print = 0; in print_str_arg()
3804 if (print && arg->flags.delim) in print_str_arg()
3807 print = 1; in print_str_arg()
/linux-4.1.27/drivers/mmc/card/
Dmmc_test.c1924 static int mmc_test_rnd_perf(struct mmc_test_card *test, int write, int print, in mmc_test_rnd_perf() argument
1954 if (print) in mmc_test_rnd_perf()
/linux-4.1.27/fs/befs/
DChangeLog113 * Added new debug/warning/error print functions in debug.c.
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt147 arch/powerpc/platforms/pseries/eeh.c will print a stack trace to
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt225 display to print it
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig307 userspace program driving the print engine. The user space
/linux-4.1.27/lib/
DKconfig.debug760 When a hung task is detected, the kernel will print the
901 commonly used smp_processor_id() function and will print warnings
1306 period, print out additional per-CPU diagnostic information
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt402 will print a warning on the console and return false.
/linux-4.1.27/net/ipv4/
DKconfig97 If you say Y here, which is recommended, then the kernel will print
/linux-4.1.27/tools/power/cpupower/po/
Dde.po93 msgid "\t -h: print this help\n"
Dcs.po96 msgid "\t -h: print this help\n"
Dit.po93 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.1.27/drivers/char/
DKconfig552 or merely print a warning.
/linux-4.1.27/net/sched/
DKconfig661 print a configured policy string followed by the packet count
/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c3479 static void bttv_print_irqbits(u32 print, u32 mark) in bttv_print_irqbits() argument
3485 if (print & (1 << i)) in bttv_print_irqbits()
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt382 Controls the number of words to print when dumping the raw
/linux-4.1.27/drivers/ide/
DKconfig141 Turn this on to have the driver print out the meanings of the
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dresource_tracker.c4252 enum mlx4_resource type, int print) in _move_all_busy() argument
4268 if (print) in _move_all_busy()
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1116 /* Nonzero means print parse trace. It is left uninitialized so that
/linux-4.1.27/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.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1041 /* Nonzero means print parse trace. It is left uninitialized so that
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped944 /* Nonzero means print parse trace. It is left uninitialized so that
/linux-4.1.27/Documentation/x86/
Dboot.txt416 - If 0, print early messages.
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME594 -V print mount.cifs version
/linux-4.1.27/drivers/eisa/
Deisa.ids64 AIR0101 "AIR486SE/25/33 EISA Baby AT-foot print motherboard."
/linux-4.1.27/init/
DKconfig1416 Say Y here to let the kernel print out symbolic crash information and
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1599 print or p: displays variable or register
/linux-4.1.27/arch/x86/
DKconfig2196 backlight at all, or it might print a lot of errors to the console,