Searched refs:seq_show (Results 1 – 1 of 1) sorted by relevance
115 static int seq_show(struct seq_file *seq, void *offset);118 return single_open(file, seq_show, PDE_DATA(inode)); in proc_open()342 static int seq_show(struct seq_file *seq, void *offset) in seq_show() function