Lines Matching refs:m
299 t_start(struct seq_file *m, loff_t *pos) in t_start() argument
305 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() argument
311 static int t_show(struct seq_file *m, void *v) in t_show() argument
320 seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt); in t_show()
328 seq_puts(m, "\\n"); in t_show()
331 seq_puts(m, "\\t"); in t_show()
334 seq_putc(m, '\\'); in t_show()
337 seq_puts(m, "\\\""); in t_show()
340 seq_putc(m, str[i]); in t_show()
343 seq_puts(m, "\"\n"); in t_show()
348 static void t_stop(struct seq_file *m, void *p) in t_stop() argument