Searched refs:print (Results 1 - 25 of 74) sorted by relevance

123

/linux-master/tools/testing/selftests/size/
H A Dget_size.c21 * number output and print routines, and using __builtin_strlen()
35 static int print(const char *s) function
65 return print(num_to_str(num, num_buf, sizeof(num_buf)));
73 print(s);
79 print("\n");
91 print("TAP version 13\n");
92 print("# Testing system size.\n");
96 print("not ok 1");
97 print(test_name);
98 print("
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_log.c71 u32 *print = read + j * DW_PER_PRINT; local
74 *(print + 0), *(print + 1),
75 *(print + 2), *(print + 3));
/linux-master/arch/alpha/kernel/
H A Derr_ev6.c23 ev6_parse_ibox(u64 i_stat, int print) argument
33 if (!print)
43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) argument
64 if (!print)
91 u64 c_stat, u64 c_sts, int print)
133 if (!print)
187 ev6_process_logout_frame(struct el_common *mchk_header, int print) argument
193 status |= ev6_parse_ibox(ev6mchk->I_STAT, print);
195 ev6mchk->C_STAT, print);
198 ev6mchk->C_STS, print);
90 ev6_parse_cbox(u64 c_addr, u64 c1_syn, u64 c2_syn, u64 c_stat, u64 c_sts, int print) argument
[all...]
H A Derr_titan.c27 titan_parse_c_misc(u64 c_misc, int print) argument
43 if (!print)
74 titan_parse_p_serror(int which, u64 serror, int print) argument
112 if (!print)
141 titan_parse_p_perror(int which, int port, u64 perror, int print) argument
229 if (!print)
275 titan_parse_p_agperror(int which, u64 agperror, int print) argument
318 if (!print)
359 u64 aperror, u64 agperror, int print)
362 status |= titan_parse_p_serror(which, serror, print);
358 titan_parse_p_chip(int which, u64 serror, u64 gperror, u64 aperror, u64 agperror, int print) argument
370 titan_process_logout_frame(struct el_common *mchk_header, int print) argument
590 privateer_process_680_frame(struct el_common *mchk_header, int print) argument
631 privateer_process_logout_frame(struct el_common *mchk_header, int print) argument
[all...]
/linux-master/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
45 PARAMS(print)); \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
76 assign, print, reg, unreg) \
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print)
[all...]
H A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \
33 PARAMS(print)); \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
72 /* Stage 3 create the way to print the custom event */
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
93 trace_event_printf(iter, print); \
108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
[all...]
H A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \
37 PARAMS(print))
41 assign, print, reg, unreg) \
46 assign, print, reg, unreg) \
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print)
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
H A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print)
H A Dbpf_probe.h54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \
104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
/linux-master/net/mac80211/
H A Dtrace.c30 void __sdata_dbg(bool print, const char *fmt, ...) argument
40 if (print)
61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) argument
71 if (print)
H A Ddebug.h90 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
92 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
97 #define _sdata_dbg(print, sdata, fmt, ...) \
98 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
101 #define _wiphy_dbg(print, wiphy, fmt, ...) \
102 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__)
110 #define _sdata_dbg(print, sdata, fmt, ...) \
112 if (print) \
123 #define _wiphy_dbg(print, wiphy, fmt, ...) \
125 if (print) \
[all...]
/linux-master/kernel/trace/
H A Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \
33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
70 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \
79 printk(print); \
83 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \
84 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
133 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \
185 .print_fmt = print, \
192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \
[all...]
H A Dtrace_functions.c750 .print = ftrace_traceon_print,
757 .print = ftrace_traceoff_print,
764 .print = ftrace_stacktrace_print,
771 .print = ftrace_dump_print,
778 .print = ftrace_cpudump_print,
783 .print = ftrace_traceon_print,
788 .print = ftrace_traceoff_print,
793 .print = ftrace_stacktrace_print,
/linux-master/fs/cachefiles/
H A Dkey.c42 unsigned int b64len, len, print, pad; local
49 print = 1;
52 print &= cachefiles_filecharmap[ch];
56 if (print) {
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.h31 void (*print)(struct loongson_gfxpll * const this, member in struct:loongson_gfxpll_funcs
H A Dlsdc_pixpll.h63 void (*print)(struct lsdc_pixpll * const this, member in struct:lsdc_pixpll_funcs
H A Dlsdc_gfxpll.c161 this->funcs->print(this, &printer, false);
170 .print = loongson_gfxpll_print,
/linux-master/arch/x86/mm/pat/
H A Dcpa-test.c20 * Only print the results of the first pass:
22 static __read_mostly int print = 1; variable
93 if (print) {
127 if (print)
246 if (print)
259 if (print)
260 print--;
/linux-master/lib/kunit/
H A Dattributes.c34 * @print: value of enum print_ops to indicate when to print attribute
42 enum print_ops print; member in struct:kunit_attr
258 .print = PRINT_ALWAYS,
266 .print = PRINT_SUITE,
274 .print = PRINT_SUITE,
295 if (kunit_attr_list[i].print == PRINT_NEVER ||
296 (test && kunit_attr_list[i].print == PRINT_SUITE))
/linux-master/include/linux/
H A Dtracepoint.h555 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print)
560 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
567 #define TRACE_EVENT(name, proto, args, struct, assign, print) \
570 assign, print, reg, unreg) \
573 assign, print, reg, unreg) \
577 struct, assign, print) \
593 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \
596 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
/linux-master/drivers/auxdisplay/
H A Dcharlcd.h59 * @print: Print one character to the display at current cursor position.
80 int (*print)(struct charlcd *lcd, int c); member in struct:charlcd_ops
/linux-master/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h391 #define STAT_SHOW_FUNC(type, get_value, print) \
398 return print(stats, page); \
401 #define STAT_ATTR(type, stat, print, reset) \
403 STAT_SHOW_FUNC(type, stat, print) \
/linux-master/fs/bcachefs/
H A Derror.c186 bool print = true, suppressing = false, inconsistent = false; local
224 print = false;
264 print = false;
295 if (print) {
/linux-master/scripts/
H A Dunifdef.c306 case 'V': /* print version */
424 static void print (void) { flushline(true); } function
430 /* print/pass this block */
431 static void Pelif (void) { print(); ignoreoff(); state(IS_PASS_MIDDLE); }
432 static void Pelse (void) { print(); state(IS_PASS_ELSE); }
433 static void Pendif(void) { print(); unnest(); }
462 print, done, abort },
470 print, Eeof, abort },
474 print, Eeof, abort },
482 print, Eeo
[all...]

Completed in 225 milliseconds

123