/linux-4.1.27/kernel/time/ |
D | timeconst.bc | 42 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/ |
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.1.27/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.1.27/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 | 141 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/ |
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 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), \
|
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 | trace_events.c | 2204 .print = event_enable_print, 2211 .print = event_enable_print, 2218 .print = event_enable_print, 2225 .print = event_enable_print,
|
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_kprobe.c | 1037 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()
|
D | blktrace.c | 1330 void (*print)(struct trace_seq *s, const struct trace_entry *ent); member 1372 what2act[what].print(s, iter->ent); in print_one_line()
|
D | trace_uprobe.c | 869 if (!parg->type->print(s, parg->name, data + parg->offset, entry)) in print_uprobe_event()
|
D | ftrace.c | 3081 if (rec->ops->print) in t_hash_show() 3082 return rec->ops->print(m, rec->ip, rec->ops, rec->data); in t_hash_show()
|
D | trace.c | 5980 .print = ftrace_snapshot_print, 5985 .print = ftrace_snapshot_print,
|
/linux-4.1.27/include/trace/ |
D | ftrace.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
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/mm/ |
D | pageattr-test.c | 20 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/ |
D | tracepoint.h | 460 #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
|
D | ftrace.h | 300 int (*print)(struct seq_file *m, member
|
/linux-4.1.27/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.1.27/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 …]
|
/linux-4.1.27/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.1.27/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.1.27/arch/blackfin/kernel/ |
D | dumpstack.c | 124 goto print; in show_stack() 131 print: in show_stack()
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 65 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/ |
D | kfree.cocci | 25 @print expression@ 74 position free.p1!=loop.ok,p2!={print.p,sz.p};
|
/linux-4.1.27/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.1.27/tools/perf/Documentation/ |
D | perf-stat.txt | 67 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::
|
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 | 133 fault); if no debug symbols available, perf trace will print raw IP; 143 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 | 123 . 'pmu' to print the kernel supplied PMU events.
|
D | perf-script.txt | 117 Comma separated list of fields to print. Options are:
|
D | perf-record.txt | 140 Don't print any message, useful for scripting.
|
D | perf-report.txt | 169 Display call chains using type, min percent threshold, optional print
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | sleep.S | 59 @@ load UART to allow us to print the two characters for
|
/linux-4.1.27/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.1.27/arch/m32r/platforms/oaks32r/ |
D | dot.gdbinit.nommu | 62 print *(struct task_struct *)$current 69 print *(struct task_struct *)$task
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 32 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
|
D | rcubarrier.txt | 177 Then lines 55-62 print status and do operation-specific cleanup, and
|
/linux-4.1.27/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.1.27/arch/unicore32/ |
D | Kconfig.debug | 44 Say Y here if you want the debug print routines to direct their
|
/linux-4.1.27/arch/m32r/platforms/mappi3/ |
D | dot.gdbinit | 120 print *(struct task_struct *)$current 127 print *(struct task_struct *)$task
|
/linux-4.1.27/arch/m32r/platforms/mappi2/ |
D | dot.gdbinit.vdec2 | 131 print *(struct task_struct *)$current 138 print *(struct task_struct *)$task
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_200MHz_16MB | 132 print *(struct task_struct *)$current 139 print *(struct task_struct *)$task
|
D | dot.gdbinit_400MHz_32MB | 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.1.27/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.1.27/Documentation/ABI/testing/ |
D | sysfs-class-pktcdvd | 69 # print the device id of the mapped block device
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | pnfs-block-server.txt | 34 awk -F ': ' '{print $2}'`
|
/linux-4.1.27/samples/ |
D | Kconfig | 71 for /proc/cmdline to print "this has been live patched".
|
/linux-4.1.27/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.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 | 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 | 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.1.27/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 | ChangeLog.megaraid | 445 driver, do not (wrongly) print information for the "attached" driver
|
D | tmscsim.txt | 98 or just print it with:
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 38 There are no debug information print have been placed in source, and no
|
/linux-4.1.27/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 57 Some drivers, like gpio-keys, need this behavior. Kernel only print out
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/arm/ |
D | mem_alignment | 33 will cause the kernel to print a message indicating
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 69 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/ |
D | bnx2x_main.c | 4555 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 …]
|
D | bnx2x_cmn.h | 419 bool bnx2x_chk_parity_attn(struct bnx2x *bp, bool *global, bool print);
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | interrupt.S | 180 # We are going to dump something out, so make sure we print IPEND properly
|
/linux-4.1.27/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 188 print STDERR "Creating $fn\n"; 190 print OUT $_; 192 print OUT $_;
|
D | printk-formats.txt | 180 print a compressed IPv6 address as described by 270 For printing struct clk structures. '%pC' and '%pCn' print the name
|
D | sysrq.txt | 199 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
|
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 | 641 will print a warning for every error it finds 685 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 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
|
D | kmemcheck.txt | 277 The "-i" tells addr2line to also print the line numbers of inlined functions.
|
D | CodingStyle | 703 messages. While the other pr_XXX() functions print unconditionally,
|
D | DMA-API-HOWTO.txt | 206 It is recommended that your driver print a kernel KERN_WARNING message
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 68 MAJOR=`cat /proc/devices |grep gsmtty | awk '{print $1}`
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 10 want to access Novell NetWare file or print servers using the Linux
|
/linux-4.1.27/tools/perf/util/ |
D | header.c | 1826 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/ |
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.1.27/arch/mips/ |
D | Kconfig.debug | 15 to print messages very early in the bootup process.
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 23 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/ |
D | make | 196 MAKEFLAGS := --no-print-directory
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 11 so that your Linux box can act as a print and file server for Macs as
|
/linux-4.1.27/arch/arm/plat-omap/ |
D | Kconfig | 79 Makes the multiplexing functions print out a lot of debug info.
|
/linux-4.1.27/arch/parisc/kernel/ |
D | firmware.c | 1136 goto print; in pdc_iodc_print() 1144 print: in pdc_iodc_print()
|
/linux-4.1.27/Documentation/kdump/ |
D | gdbmacros.txt | 200 print the kernel ring buffer
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 22 enable a few assertions and will print debugging messages at the
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 134 Atomically print and then clear all the counters except the
|
/linux-4.1.27/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 | 707 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/ |
D | vmstat.c | 882 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/ |
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.1.27/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.1.27/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.1.27/ |
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.1.27/tools/perf/ui/browsers/ |
D | hists.c | 564 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/ |
D | Kconfig | 234 Makes the multiplexing functions print out a lot of debug info.
|
/linux-4.1.27/arch/s390/kernel/ |
D | sclp.S | 282 bras %r14,_sclp_print # print string
|
/linux-4.1.27/fs/cramfs/ |
D | README | 54 -print'.
|
/linux-4.1.27/Documentation/spi/ |
D | pxa2xx | 225 print "rate limited" warning
|
/linux-4.1.27/Documentation/fb/ |
D | modedb.txt | 110 If one of the above are not satisfied, the kernel will print a warning but the
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 202 Configure your ISDN card to print debug messages and
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext3.txt | 113 data_err=ignore(*) Just print an error message if an error occurs
|
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.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 98 This example might actually print "The timeout was set to 60 seconds"
|
/linux-4.1.27/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.1.27/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.1.27/kernel/power/ |
D | Kconfig | 205 dependent, x86 will print the information during a
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 138 * 4.05 Nov 20, 1997 -- Modified to print more drive info on init
|
/linux-4.1.27/fs/cifs/ |
D | cifsglob.h | 890 bool print:1; /* set if connection to printer share */ member
|
D | smb2pdu.c | 925 tcon->print = true; in SMB2_tcon()
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 227 error is fatal, kernel will print out warning messages. Please refer
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 192 the subtype. Currently, the name is only used for print statements.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 342 ;; contain the return address. used by Oops to print kernel errors.
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 3727 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/ |
D | mmc_test.c | 1924 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/ |
D | ChangeLog | 113 * Added new debug/warning/error print functions in debug.c.
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 147 arch/powerpc/platforms/pseries/eeh.c will print a stack trace to
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 225 display to print it
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 307 userspace program driving the print engine. The user space
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 760 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/ |
D | acpi_object_usage.txt | 402 will print a warning on the console and return false.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 97 If you say Y here, which is recommended, then the kernel will print
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 93 msgid "\t -h: print this help\n"
|
D | cs.po | 96 msgid "\t -h: print this help\n"
|
D | it.po | 93 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.1.27/drivers/char/ |
D | Kconfig | 552 or merely print a warning.
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 661 print a configured policy string followed by the packet count
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-driver.c | 3479 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/ |
D | kernel.txt | 382 Controls the number of words to print when dumping the raw
|
/linux-4.1.27/drivers/ide/ |
D | Kconfig | 141 Turn this on to have the driver print out the meanings of the
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | resource_tracker.c | 4252 enum mlx4_resource type, int print) in _move_all_busy() argument 4268 if (print) in _move_all_busy()
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1116 /* Nonzero means print parse trace. It is left uninitialized so that
|
/linux-4.1.27/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.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1041 /* Nonzero means print parse trace. It is left uninitialized so that
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 944 /* Nonzero means print parse trace. It is left uninitialized so that
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 416 - If 0, print early messages.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 594 -V print mount.cifs version
|
/linux-4.1.27/drivers/eisa/ |
D | eisa.ids | 64 AIR0101 "AIR486SE/25/33 EISA Baby AT-foot print motherboard."
|
/linux-4.1.27/init/ |
D | Kconfig | 1416 Say Y here to let the kernel print out symbolic crash information and
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1599 print or p: displays variable or register
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2196 backlight at all, or it might print a lot of errors to the console,
|