Home
last modified time | relevance | path

Searched defs:seq_operations (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dseq_file.h30 struct seq_operations { struct
31 void * (*start) (struct seq_file *m, loff_t *pos);
32 void (*stop) (struct seq_file *m, void *v);
33 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
34 int (*show) (struct seq_file *m, void *v);