Lines Matching refs:m
288 t_start(struct seq_file *m, loff_t *pos) in t_start() argument
294 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() argument
300 static int t_show(struct seq_file *m, void *v) in t_show() argument
309 seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt); in t_show()
317 seq_puts(m, "\\n"); in t_show()
320 seq_puts(m, "\\t"); in t_show()
323 seq_putc(m, '\\'); in t_show()
326 seq_puts(m, "\\\""); in t_show()
329 seq_putc(m, str[i]); in t_show()
332 seq_puts(m, "\"\n"); in t_show()
337 static void t_stop(struct seq_file *m, void *p) in t_stop() argument