Lines Matching defs:s
31 #define TRACE_SEQ_BUF_LEFT(s) seq_buf_buffer_left(&(s)->seq) argument
34 #define TRACE_SEQ_BUF_USED(s) seq_buf_used(&(s)->seq) argument
39 static inline void __trace_seq_init(struct trace_seq *s) in __trace_seq_init()
54 int trace_print_seq(struct seq_file *m, struct trace_seq *s) in trace_print_seq()
84 void trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
114 void trace_seq_bitmask(struct trace_seq *s, const unsigned long *maskp, in trace_seq_bitmask()
144 void trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
178 void trace_seq_bprintf(struct trace_seq *s, const char *fmt, const u32 *binary) in trace_seq_bprintf()
208 void trace_seq_puts(struct trace_seq *s, const char *str) in trace_seq_puts()
236 void trace_seq_putc(struct trace_seq *s, unsigned char c) in trace_seq_putc()
262 void trace_seq_putmem(struct trace_seq *s, const void *mem, unsigned int len) in trace_seq_putmem()
288 void trace_seq_putmem_hex(struct trace_seq *s, const void *mem, in trace_seq_putmem_hex()
327 int trace_seq_path(struct trace_seq *s, const struct path *path) in trace_seq_path()
373 int trace_seq_to_user(struct trace_seq *s, char __user *ubuf, int cnt) in trace_seq_to_user()