Lines Matching defs:f
60 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers()
119 kstat_seq_show_raw(struct seq_file *f, unsigned char *p, int l) in kstat_seq_show_raw()
141 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named()
188 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
201 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
217 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
229 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show()
314 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start()
343 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next()
356 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop()
462 struct seq_file *f; in proc_kstat_open() local
479 struct seq_file *f = filp->private_data; in proc_kstat_write() local