Lines Matching defs:s
34 #define TRACE_SEQ_CHECK(s) \ argument
41 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument
48 #define TRACE_SEQ_CHECK_RET(s) TRACE_SEQ_CHECK_RET_N(s, ) argument
49 #define TRACE_SEQ_CHECK_RET0(s) TRACE_SEQ_CHECK_RET_N(s, 0) argument
55 void trace_seq_init(struct trace_seq *s) in trace_seq_init()
71 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset()
86 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy()
95 static void expand_buffer(struct trace_seq *s) in expand_buffer()
124 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
161 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
193 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
212 int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
226 void trace_seq_terminate(struct trace_seq *s) in trace_seq_terminate()
234 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf()
251 int trace_seq_do_printf(struct trace_seq *s) in trace_seq_do_printf()