Lines Matching defs:s
20 #define TRACE_SEQ_CHECK(s) \ argument
27 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument
34 #define TRACE_SEQ_CHECK_RET(s) TRACE_SEQ_CHECK_RET_N(s, ) argument
35 #define TRACE_SEQ_CHECK_RET0(s) TRACE_SEQ_CHECK_RET_N(s, 0) argument
41 void trace_seq_init(struct trace_seq *s) in trace_seq_init()
57 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset()
72 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy()
81 static void expand_buffer(struct trace_seq *s) in expand_buffer()
110 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
147 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
179 int trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
198 int trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
212 void trace_seq_terminate(struct trace_seq *s) in trace_seq_terminate()
220 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf()
237 int trace_seq_do_printf(struct trace_seq *s) in trace_seq_do_printf()