Lines Matching defs:s
22 #define TRACE_SEQ_CHECK(s) \ argument
29 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument
36 #define TRACE_SEQ_CHECK_RET(s) TRACE_SEQ_CHECK_RET_N(s, ) argument
37 #define TRACE_SEQ_CHECK_RET0(s) TRACE_SEQ_CHECK_RET_N(s, 0) argument
43 void trace_seq_init(struct trace_seq *s) in trace_seq_init()
59 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset()
74 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy()
83 static void expand_buffer(struct trace_seq *s) in expand_buffer()
113 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
155 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
188 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
207 int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
221 void trace_seq_terminate(struct trace_seq *s) in trace_seq_terminate()
229 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf()
246 int trace_seq_do_printf(struct trace_seq *s) in trace_seq_do_printf()