Searched refs:seq_file (Results 1 - 200 of 1312) sorted by relevance

1234567

/linux-4.4.14/fs/notify/
H A Dfdinfo.h7 struct seq_file;
13 void inotify_show_fdinfo(struct seq_file *m, struct file *f);
17 void fanotify_show_fdinfo(struct seq_file *m, struct file *f);
H A Dfdinfo.c12 #include <linux/seq_file.h>
23 static void show_fdinfo(struct seq_file *m, struct file *f, show_fdinfo()
24 void (*show)(struct seq_file *m, show_fdinfo()
40 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) show_mark_fhandle()
67 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) show_mark_fhandle()
74 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) inotify_fdinfo()
102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) inotify_show_fdinfo()
111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) fanotify_fdinfo()
140 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) fanotify_show_fdinfo()
/linux-4.4.14/include/linux/
H A Dseq_file_net.h4 #include <linux/seq_file.h>
18 int (*show)(struct seq_file *, void *));
21 static inline struct net *seq_file_net(struct seq_file *seq) seq_file_net()
H A Dseq_file.h18 struct seq_file { struct
37 void * (*start) (struct seq_file *m, loff_t *pos);
38 void (*stop) (struct seq_file *m, void *v);
39 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
40 int (*show) (struct seq_file *m, void *v);
47 * @m: the seq_file handle
55 static inline bool seq_has_overflowed(struct seq_file *m) seq_has_overflowed()
62 * @m: the seq_file handle
68 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) seq_get_buf()
81 * @m: the seq_file handle
88 static inline void seq_commit(struct seq_file *m, int num) seq_commit()
100 * @m: the seq_file handle
106 static inline void seq_setwidth(struct seq_file *m, size_t size) seq_setwidth()
110 void seq_pad(struct seq_file *m, char c);
117 int seq_write(struct seq_file *seq, const void *data, size_t len);
120 void seq_vprintf(struct seq_file *m, const char *fmt, va_list args);
122 void seq_printf(struct seq_file *m, const char *fmt, ...);
123 void seq_putc(struct seq_file *m, char c);
124 void seq_puts(struct seq_file *m, const char *s);
125 void seq_put_decimal_ull(struct seq_file *m, char delimiter,
127 void seq_put_decimal_ll(struct seq_file *m, char delimiter, long long num);
128 void seq_escape(struct seq_file *m, const char *s, const char *esc);
130 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type,
134 int seq_path(struct seq_file *, const struct path *, const char *);
135 int seq_file_path(struct seq_file *, struct file *, const char *);
136 int seq_dentry(struct seq_file *, struct dentry *, const char *);
137 int seq_path_root(struct seq_file *m, const struct path *path,
140 int single_open(struct file *, int (*)(struct seq_file *, void *), void *);
141 int single_open_size(struct file *, int (*)(struct seq_file *, void *), void *, size_t);
147 static inline struct user_namespace *seq_user_ns(struct seq_file *seq) seq_user_ns()
159 * @m: the seq_file handle
163 static inline void seq_show_option(struct seq_file *m, const char *name, seq_show_option()
177 * @m: the seq_file handle
H A Dhid-debug.h31 void hid_dump_device(struct hid_device *, struct seq_file *);
32 void hid_dump_field(struct hid_field *, int, struct seq_file *);
33 char *hid_resolv_usage(unsigned, struct seq_file *);
H A Dtracefs.h20 #include <linux/seq_file.h>
/linux-4.4.14/fs/proc/
H A Dinterrupts.c6 #include <linux/seq_file.h>
11 static void *int_seq_start(struct seq_file *f, loff_t *pos) int_seq_start()
16 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) int_seq_next()
24 static void int_seq_stop(struct seq_file *f, void *v) int_seq_stop()
H A Dcmdline.c4 #include <linux/seq_file.h>
6 static int cmdline_proc_show(struct seq_file *m, void *v) cmdline_proc_show()
H A Ddevices.c4 #include <linux/seq_file.h>
6 static int devinfo_show(struct seq_file *f, void *v) devinfo_show()
26 static void *devinfo_start(struct seq_file *f, loff_t *pos) devinfo_start()
33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) devinfo_next()
41 static void devinfo_stop(struct seq_file *f, void *v) devinfo_stop()
H A Dsoftirqs.c4 #include <linux/seq_file.h>
9 static int show_softirqs(struct seq_file *p, void *v) show_softirqs()
H A Dversion.c5 #include <linux/seq_file.h>
8 static int version_proc_show(struct seq_file *m, void *v) version_proc_show()
H A Dconsoles.c10 #include <linux/seq_file.h>
16 static int show_console_dev(struct seq_file *m, void *v) show_console_dev()
63 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
83 static void c_stop(struct seq_file *m, void *v) c_stop()
H A Dnommu.c25 #include <linux/seq_file.h>
37 static int nommu_region_show(struct seq_file *m, struct vm_region *region) nommu_region_show()
78 static int nommu_region_list_show(struct seq_file *m, void *_p) nommu_region_list_show()
85 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) nommu_region_list_start()
98 static void nommu_region_list_stop(struct seq_file *m, void *v) nommu_region_list_stop()
103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) nommu_region_list_next()
H A Dloadavg.c6 #include <linux/seq_file.h>
13 static int loadavg_proc_show(struct seq_file *m, void *v) loadavg_proc_show()
H A Dcpuinfo.c4 #include <linux/seq_file.h>
H A Duptime.c5 #include <linux/seq_file.h>
10 static int uptime_proc_show(struct seq_file *m, void *v) uptime_proc_show()
H A Dtask_nommu.c9 #include <linux/seq_file.h>
18 void task_mem(struct seq_file *m, struct mm_struct *mm) task_mem()
148 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma, nommu_vma_show()
208 static int show_map(struct seq_file *m, void *_p, int is_pid) show_map()
216 static int show_pid_map(struct seq_file *m, void *_p) show_pid_map()
221 static int show_tid_map(struct seq_file *m, void *_p) show_tid_map()
226 static void *m_start(struct seq_file *m, loff_t *pos) m_start()
253 static void m_stop(struct seq_file *m, void *_vml) m_stop()
267 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) m_next()
313 struct seq_file *seq = file->private_data; map_release()
H A Dproc_tty.c15 #include <linux/seq_file.h>
26 static void show_tty_range(struct seq_file *m, struct tty_driver *p, show_tty_range()
67 static int show_tty_driver(struct seq_file *m, void *v) show_tty_driver()
104 static void *t_start(struct seq_file *m, loff_t *pos) t_start()
110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) t_next()
115 static void t_stop(struct seq_file *m, void *v) t_stop()
H A Darray.c80 #include <linux/seq_file.h>
91 static inline void task_name(struct seq_file *m, struct task_struct *p) task_name()
142 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, task_state()
220 void render_sigset_t(struct seq_file *m, const char *header, render_sigset_t()
257 static inline void task_sig(struct seq_file *m, struct task_struct *p) task_sig()
295 static void render_cap_t(struct seq_file *m, const char *header, render_cap_t()
308 static inline void task_cap(struct seq_file *m, struct task_struct *p) task_cap()
330 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) task_seccomp()
337 static inline void task_context_switch_counts(struct seq_file *m, task_context_switch_counts()
346 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) task_cpus_allowed()
354 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, proc_pid_status()
375 static int do_task_stat(struct seq_file *m, struct pid_namespace *ns, do_task_stat()
555 int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, proc_tid_stat()
561 int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, proc_tgid_stat()
567 int proc_pid_statm(struct seq_file *m, struct pid_namespace *ns, proc_pid_statm()
652 static int children_seq_show(struct seq_file *seq, void *v) children_seq_show()
663 static void *children_seq_start(struct seq_file *seq, loff_t *pos) children_seq_start()
668 static void *children_seq_next(struct seq_file *seq, void *v, loff_t *pos) children_seq_next()
679 static void children_seq_stop(struct seq_file *seq, void *v) children_seq_stop()
693 struct seq_file *m; children_seq_open()
H A Dproc_net.c25 #include <linux/seq_file.h>
64 int (*show)(struct seq_file *, void *)) single_open_net()
89 struct seq_file *seq; seq_release_net()
101 struct seq_file *seq = f->private_data; single_release_net()
/linux-4.4.14/security/integrity/ima/
H A Dima_template_lib.h18 #include <linux/seq_file.h>
21 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
23 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
25 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
27 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
H A Dima_fs.c21 #include <linux/seq_file.h>
66 static void *ima_measurements_start(struct seq_file *m, loff_t *pos) ima_measurements_start()
83 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) ima_measurements_next()
98 static void ima_measurements_stop(struct seq_file *m, void *v) ima_measurements_stop()
102 void ima_putc(struct seq_file *m, void *data, int datalen) ima_putc()
116 static int ima_measurements_show(struct seq_file *m, void *v) ima_measurements_show()
193 void ima_print_digest(struct seq_file *m, u8 *digest, u32 size) ima_print_digest()
202 static int ima_ascii_measurements_show(struct seq_file *m, void *v) ima_ascii_measurements_show()
H A Dima_template_lib.c68 static void ima_show_template_data_ascii(struct seq_file *m, ima_show_template_data_ascii()
99 static void ima_show_template_data_binary(struct seq_file *m, ima_show_template_data_binary()
116 static void ima_show_template_field_data(struct seq_file *m, ima_show_template_field_data()
135 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, ima_show_template_digest()
141 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, ima_show_template_digest_ng()
148 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, ima_show_template_string()
154 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, ima_show_template_sig()
/linux-4.4.14/net/atm/
H A Dresources.h23 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos);
24 void atm_dev_seq_stop(struct seq_file *seq, void *v);
25 void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos);
H A Dproc.c5 * seq_file api usage by romieu@fr.zoreil.com
18 #include <linux/seq_file.h>
44 static void add_stats(struct seq_file *seq, const char *aal, add_stats()
53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) atm_dev_info()
128 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
139 static void vcc_seq_stop(struct seq_file *seq, void *v) __releases()
145 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) vcc_seq_next()
154 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) pvc_info()
190 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) vcc_info()
217 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) svc_info()
237 static int atm_dev_seq_show(struct seq_file *seq, void *v) atm_dev_seq_show()
272 static int pvc_seq_show(struct seq_file *seq, void *v) pvc_seq_show()
307 static int vcc_seq_show(struct seq_file *seq, void *v) vcc_seq_show()
341 static int svc_seq_show(struct seq_file *seq, void *v) svc_seq_show()
H A Dmpc.h53 struct seq_file;
54 void atm_mpoa_disp_qos(struct seq_file *m);
/linux-4.4.14/drivers/pinctrl/
H A Dpinconf.h63 void pinconf_show_map(struct seq_file *s, struct pinctrl_map const *map);
64 void pinconf_show_setting(struct seq_file *s,
71 static inline void pinconf_show_map(struct seq_file *s, pinconf_show_map()
76 static inline void pinconf_show_setting(struct seq_file *s, pinconf_show_setting()
96 struct seq_file *s, const char *gname,
100 struct seq_file *s, unsigned long config);
104 struct seq_file *s, pinconf_generic_dump_pins()
111 struct seq_file *s, pinconf_generic_dump_config()
H A Dpinmux.h90 void pinmux_show_map(struct seq_file *s, struct pinctrl_map const *map);
91 void pinmux_show_setting(struct seq_file *s,
98 static inline void pinmux_show_map(struct seq_file *s, pinmux_show_map()
103 static inline void pinmux_show_setting(struct seq_file *s, pinmux_show_setting()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dproc.c4 #include <linux/seq_file.h>
10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, show_cpuinfo_core()
25 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) show_cpuinfo_misc()
44 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) show_cpuinfo_misc()
55 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
140 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
148 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
154 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/net/x25/
H A Dx25_proc.c8 * This code REQUIRES 2.4 with seq_file support
17 * 2002/10/06 Arnaldo Carvalho de Melo seq_file support
22 #include <linux/seq_file.h>
30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) __acquires()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) x25_seq_route_next()
42 static void x25_seq_route_stop(struct seq_file *seq, void *v) __releases()
48 static int x25_seq_route_show(struct seq_file *seq, void *v) x25_seq_route_show()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) __acquires()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) x25_seq_socket_next()
77 static void x25_seq_socket_stop(struct seq_file *seq, void *v) __releases()
83 static int x25_seq_socket_show(struct seq_file *seq, void *v) x25_seq_socket_show()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) __acquires()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) x25_seq_forward_next()
130 static void x25_seq_forward_stop(struct seq_file *seq, void *v) __releases()
136 static int x25_seq_forward_show(struct seq_file *seq, void *v) x25_seq_forward_show()
/linux-4.4.14/fs/afs/
H A Dproc.c15 #include <linux/seq_file.h>
24 static void *afs_proc_cells_start(struct seq_file *p, loff_t *pos);
25 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos);
26 static void afs_proc_cells_stop(struct seq_file *p, void *v);
27 static int afs_proc_cells_show(struct seq_file *m, void *v);
59 static void *afs_proc_cell_volumes_start(struct seq_file *p, loff_t *pos);
60 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v,
62 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v);
63 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v);
81 static void *afs_proc_cell_vlservers_start(struct seq_file *p, loff_t *pos);
82 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v,
84 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v);
85 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v);
102 static void *afs_proc_cell_servers_start(struct seq_file *p, loff_t *pos);
103 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v,
105 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v);
106 static int afs_proc_cell_servers_show(struct seq_file *m, void *v);
160 struct seq_file *m; afs_proc_cells_open()
177 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) afs_proc_cells_start()
187 static void *afs_proc_cells_next(struct seq_file *p, void *v, loff_t *pos) afs_proc_cells_next()
195 static void afs_proc_cells_stop(struct seq_file *p, void *v) afs_proc_cells_stop()
203 static int afs_proc_cells_show(struct seq_file *m, void *v) afs_proc_cells_show()
396 struct seq_file *m; afs_proc_cell_volumes_open()
417 static void *afs_proc_cell_volumes_start(struct seq_file *m, loff_t *_pos) afs_proc_cell_volumes_start()
431 static void *afs_proc_cell_volumes_next(struct seq_file *p, void *v, afs_proc_cell_volumes_next()
443 static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v) afs_proc_cell_volumes_stop()
463 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) afs_proc_cell_volumes_show()
494 struct seq_file *m; afs_proc_cell_vlservers_open()
515 static void *afs_proc_cell_vlservers_start(struct seq_file *m, loff_t *_pos) afs_proc_cell_vlservers_start()
539 static void *afs_proc_cell_vlservers_next(struct seq_file *p, void *v, afs_proc_cell_vlservers_next()
558 static void afs_proc_cell_vlservers_stop(struct seq_file *p, void *v) afs_proc_cell_vlservers_stop()
568 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) afs_proc_cell_vlservers_show()
590 struct seq_file *m; afs_proc_cell_servers_open()
610 static void *afs_proc_cell_servers_start(struct seq_file *m, loff_t *_pos)
625 static void *afs_proc_cell_servers_next(struct seq_file *p, void *v, afs_proc_cell_servers_next()
637 static void afs_proc_cell_servers_stop(struct seq_file *p, void *v)
648 static int afs_proc_cell_servers_show(struct seq_file *m, void *v) afs_proc_cell_servers_show()
/linux-4.4.14/net/appletalk/
H A Datalk_proc.c13 #include <linux/seq_file.h>
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) __acquires()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) atalk_seq_interface_next()
56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) __releases()
62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) atalk_seq_interface_show()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) __acquires()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) atalk_seq_route_next()
117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) __releases()
123 static int atalk_seq_route_show(struct seq_file *seq, void *v) atalk_seq_route_show()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) __acquires()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) atalk_seq_socket_next()
160 static void atalk_seq_socket_stop(struct seq_file *seq, void *v) __releases()
166 static int atalk_seq_socket_show(struct seq_file *seq, void *v) atalk_seq_socket_show()
/linux-4.4.14/arch/s390/kernel/
H A Dprocessor.c11 #include <linux/seq_file.h>
58 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
94 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
99 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
105 static void c_stop(struct seq_file *m, void *v) c_stop()
H A Dsysinfo.c10 #include <linux/seq_file.h>
54 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) stsi_1_1_1()
112 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) stsi_15_1_x()
135 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) stsi_1_2_2()
174 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) stsi_2_2_2()
207 static void print_ext_name(struct seq_file *m, int lvl, print_ext_name()
227 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) print_uuid()
234 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) stsi_3_2_2()
256 static int sysinfo_show(struct seq_file *m, void *v) sysinfo_show()
338 static void *service_level_start(struct seq_file *m, loff_t *pos) service_level_start()
344 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) service_level_next()
349 static void service_level_stop(struct seq_file *m, void *p) service_level_stop()
354 static int service_level_show(struct seq_file *m, void *p) service_level_show()
382 static void service_level_vm_print(struct seq_file *m, service_level_vm_print()
H A Ddiag.c10 #include <linux/seq_file.h>
48 static int show_diag_stat(struct seq_file *m, void *v) show_diag_stat()
77 static void *show_diag_stat_start(struct seq_file *m, loff_t *pos) show_diag_stat_start()
82 static void *show_diag_stat_next(struct seq_file *m, void *v, loff_t *pos) show_diag_stat_next()
88 static void show_diag_stat_stop(struct seq_file *m, void *v) show_diag_stat_stop()
/linux-4.4.14/security/keys/
H A Dproc.c17 #include <linux/seq_file.h>
22 static void *proc_keys_start(struct seq_file *p, loff_t *_pos);
23 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos);
24 static void proc_keys_stop(struct seq_file *p, void *v);
25 static int proc_keys_show(struct seq_file *m, void *v);
42 static void *proc_key_users_start(struct seq_file *p, loff_t *_pos);
43 static void *proc_key_users_next(struct seq_file *p, void *v, loff_t *_pos);
44 static void proc_key_users_stop(struct seq_file *p, void *v);
45 static int proc_key_users_show(struct seq_file *m, void *v);
85 static struct rb_node *key_serial_next(struct seq_file *p, struct rb_node *n) key_serial_next()
104 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) find_ge_key()
138 static void *proc_keys_start(struct seq_file *p, loff_t *_pos) __acquires()
161 static void *proc_keys_next(struct seq_file *p, void *v, loff_t *_pos) proc_keys_next()
171 static void proc_keys_stop(struct seq_file *p, void *v) __releases()
177 static int proc_keys_show(struct seq_file *m, void *v) proc_keys_show()
303 static void *proc_key_users_start(struct seq_file *p, loff_t *_pos) __acquires()
320 static void *proc_key_users_next(struct seq_file *p, void *v, loff_t *_pos) proc_key_users_next()
326 static void proc_key_users_stop(struct seq_file *p, void *v) __releases()
332 static int proc_key_users_show(struct seq_file *m, void *v) proc_key_users_show()
/linux-4.4.14/kernel/trace/
H A Dtrace_stat.h4 #include <linux/seq_file.h>
20 int (*stat_show)(struct seq_file *s, void *p);
24 int (*stat_headers)(struct seq_file *s);
H A Dtrace_stack.c7 #include <linux/seq_file.h>
285 __next(struct seq_file *m, loff_t *pos) __next()
297 t_next(struct seq_file *m, void *v, loff_t *pos) t_next()
303 static void *t_start(struct seq_file *m, loff_t *pos) t_start()
320 static void t_stop(struct seq_file *m, void *p) t_stop()
332 static void trace_lookup_stack(struct seq_file *m, long i) trace_lookup_stack()
339 static void print_disabled(struct seq_file *m) print_disabled()
350 static int t_show(struct seq_file *m, void *v) t_show()
/linux-4.4.14/arch/sparc/include/asm/
H A Dsmp_64.h52 struct seq_file;
53 void smp_bogo(struct seq_file *);
54 void smp_info(struct seq_file *);
H A Dsmp_32.h54 struct seq_file;
55 void smp_bogo(struct seq_file *);
56 void smp_info(struct seq_file *);
/linux-4.4.14/arch/ia64/sn/kernel/sn2/
H A Dsn_proc_fs.c11 #include <linux/seq_file.h>
15 static int partition_id_show(struct seq_file *s, void *p) partition_id_show()
26 static int system_serial_number_show(struct seq_file *s, void *p) system_serial_number_show()
37 static int licenseID_show(struct seq_file *s, void *p) licenseID_show()
48 static int coherence_id_show(struct seq_file *s, void *p) coherence_id_show()
60 /* /proc/sgi_sn/sn_topology uses seq_file, see sn_hwperf.c */
H A Dprominfo_proc.c14 #include <linux/seq_file.h>
105 static void dump_fit_entry(struct seq_file *m, unsigned long *fentry) dump_fit_entry()
128 static int proc_fit_show(struct seq_file *m, void *v) proc_fit_show()
155 static int proc_version_show(struct seq_file *m, void *v) proc_version_show()
/linux-4.4.14/drivers/ide/
H A Dide-floppy_proc.c4 #include <linux/seq_file.h>
8 static int idefloppy_capacity_proc_show(struct seq_file *m, void *v) idefloppy_capacity_proc_show()
H A Dide-disk_proc.c5 #include <linux/seq_file.h>
43 static int idedisk_cache_proc_show(struct seq_file *m, void *v) idedisk_cache_proc_show()
67 static int idedisk_capacity_proc_show(struct seq_file *m, void *v) idedisk_capacity_proc_show()
88 static int __idedisk_proc_show(struct seq_file *m, ide_drive_t *drive, u8 sub_cmd) __idedisk_proc_show()
111 static int idedisk_sv_proc_show(struct seq_file *m, void *v) idedisk_sv_proc_show()
129 static int idedisk_st_proc_show(struct seq_file *m, void *v) idedisk_st_proc_show()
/linux-4.4.14/arch/xtensa/include/asm/
H A Dsmp.h29 struct seq_file;
30 void show_ipi_list(struct seq_file *p, int prec);
/linux-4.4.14/arch/m68k/kernel/
H A Dirq.c17 #include <linux/seq_file.h>
35 int arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
/linux-4.4.14/arch/arm/include/asm/mach/
H A Dirq.h15 struct seq_file;
21 extern int show_fiq_list(struct seq_file *, int);
/linux-4.4.14/net/core/
H A Dnet-procfs.c3 #include <linux/seq_file.h>
15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) dev_from_same_bucket()
31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) dev_from_bucket()
52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) dev_seq_next()
71 static void dev_seq_stop(struct seq_file *seq, void *v) __releases()
77 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) dev_seq_printf_stats()
105 static int dev_seq_show(struct seq_file *seq, void *v) dev_seq_show()
131 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) softnet_seq_start()
136 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) softnet_seq_next()
142 static void softnet_seq_stop(struct seq_file *seq, void *v) softnet_seq_stop()
146 static int softnet_seq_show(struct seq_file *seq, void *v) softnet_seq_show()
232 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
239 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) ptype_seq_next()
268 static void ptype_seq_stop(struct seq_file *seq, void *v) __releases()
274 static int ptype_seq_show(struct seq_file *seq, void *v) ptype_seq_show()
355 static int dev_mc_seq_show(struct seq_file *seq, void *v) dev_mc_seq_show()
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_conntrack_l3proto_ipv4_compat.c13 #include <linux/seq_file.h>
32 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) ct_get_first()
49 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, ct_get_next()
67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) ct_get_idx()
77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
84 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) ct_seq_next()
90 static void ct_seq_stop(struct seq_file *s, void *v) __releases()
97 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) ct_show_secctx()
112 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) ct_show_secctx()
117 static int ct_seq_show(struct seq_file *s, void *v) ct_seq_show()
221 static struct hlist_node *ct_expect_get_first(struct seq_file *seq) ct_expect_get_first()
236 static struct hlist_node *ct_expect_get_next(struct seq_file *seq, ct_expect_get_next()
252 static struct hlist_node *ct_expect_get_idx(struct seq_file *seq, loff_t pos) ct_expect_get_idx()
262 static void *exp_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
269 static void *exp_seq_next(struct seq_file *seq, void *v, loff_t *pos) exp_seq_next()
275 static void exp_seq_stop(struct seq_file *seq, void *v) __releases()
281 static int exp_seq_show(struct seq_file *s, void *v) exp_seq_show()
329 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) ct_cpu_seq_start()
347 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) ct_cpu_seq_next()
362 static void ct_cpu_seq_stop(struct seq_file *seq, void *v) ct_cpu_seq_stop()
366 static int ct_cpu_seq_show(struct seq_file *seq, void *v) ct_cpu_seq_show()
/linux-4.4.14/include/net/
H A Draw.h48 static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq) raw_seq_private()
52 void *raw_seq_start(struct seq_file *seq, loff_t *pos);
53 void *raw_seq_next(struct seq_file *seq, void *v, loff_t *pos);
54 void raw_seq_stop(struct seq_file *seq, void *v);
H A Dping.h96 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
97 void *ping_seq_next(struct seq_file *seq, void *v, loff_t *pos);
98 void ping_seq_stop(struct seq_file *seq, void *v);
/linux-4.4.14/arch/sh/kernel/cpu/
H A Dproc.c1 #include <linux/seq_file.h>
46 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) show_cpuflags()
64 static void show_cacheinfo(struct seq_file *m, const char *type, show_cacheinfo()
78 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
132 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
141 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/arch/blackfin/kernel/
H A Dcplbinfo.c14 #include <linux/seq_file.h>
37 static void cplbinfo_print_header(struct seq_file *m) cplbinfo_print_header()
47 static int cplbinfo_show(struct seq_file *m, void *p) cplbinfo_show()
82 static void *cplbinfo_start(struct seq_file *m, loff_t *pos) cplbinfo_start()
98 static void *cplbinfo_next(struct seq_file *m, void *p, loff_t *pos) cplbinfo_next()
108 static void cplbinfo_stop(struct seq_file *m, void *p) cplbinfo_stop()
127 struct seq_file *m; cplbinfo_open()
H A Dirqchip.c10 #include <linux/seq_file.h>
14 #include <linux/seq_file.h>
37 int arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
/linux-4.4.14/drivers/xen/xenfs/
H A Dxensyms.c3 #include <linux/seq_file.h>
65 static void *xensyms_start(struct seq_file *m, loff_t *pos) xensyms_start()
77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) xensyms_next()
89 static int xensyms_show(struct seq_file *m, void *p) xensyms_show()
100 static void xensyms_stop(struct seq_file *m, void *p) xensyms_stop()
113 struct seq_file *m; xensyms_open()
140 struct seq_file *m = file->private_data; xensyms_release()
/linux-4.4.14/drivers/s390/char/
H A Dtape_proc.c18 #include <linux/seq_file.h>
38 static int tape_proc_show(struct seq_file *m, void *v) tape_proc_show()
83 static void *tape_proc_start(struct seq_file *m, loff_t *pos) tape_proc_start()
90 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) tape_proc_next()
96 static void tape_proc_stop(struct seq_file *m, void *v) tape_proc_stop()
/linux-4.4.14/crypto/
H A Dproc.c22 #include <linux/seq_file.h>
25 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
31 static void *c_next(struct seq_file *m, void *p, loff_t *pos) c_next()
36 static void c_stop(struct seq_file *m, void *p) c_stop()
41 static int c_show(struct seq_file *m, void *p) c_show()
H A Dakcipher.c16 #include <linux/seq_file.h>
48 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg)
51 static void crypto_akcipher_show(struct seq_file *m, struct crypto_alg *alg) crypto_akcipher_show()
H A Dpcompress.c25 #include <linux/seq_file.h>
67 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg)
69 static void crypto_pcomp_show(struct seq_file *m, struct crypto_alg *alg) crypto_pcomp_show()
/linux-4.4.14/fs/fscache/
H A Dhistogram.c15 #include <linux/seq_file.h>
27 static int fscache_histogram_show(struct seq_file *m, void *v) fscache_histogram_show()
60 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) fscache_histogram_start()
72 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) fscache_histogram_next()
82 static void fscache_histogram_stop(struct seq_file *m, void *v) fscache_histogram_stop()
/linux-4.4.14/net/batman-adv/
H A Dbridge_loop_avoidance.h25 struct seq_file;
35 int batadv_bla_claim_table_seq_print_text(struct seq_file *seq, void *offset);
36 int batadv_bla_backbone_table_seq_print_text(struct seq_file *seq,
71 static inline int batadv_bla_claim_table_seq_print_text(struct seq_file *seq, batadv_bla_claim_table_seq_print_text()
77 static inline int batadv_bla_backbone_table_seq_print_text(struct seq_file *seq, batadv_bla_backbone_table_seq_print_text()
H A Dtranslation-table.h26 struct seq_file;
34 int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset);
35 int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset);
H A Dgateway_client.h26 struct seq_file;
42 int batadv_gw_client_seq_print_text(struct seq_file *seq, void *offset);
H A Dnetwork-coding.h27 struct seq_file;
53 int batadv_nc_nodes_seq_print_text(struct seq_file *seq, void *offset);
119 static inline int batadv_nc_nodes_seq_print_text(struct seq_file *seq, batadv_nc_nodes_seq_print_text()
H A Doriginator.h34 struct seq_file;
67 int batadv_orig_seq_print_text(struct seq_file *seq, void *offset);
68 int batadv_orig_hardif_seq_print_text(struct seq_file *seq, void *offset);
/linux-4.4.14/fs/cachefiles/
H A Dproc.c14 #include <linux/seq_file.h>
24 static int cachefiles_histogram_show(struct seq_file *m, void *v) cachefiles_histogram_show()
54 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) cachefiles_histogram_start()
66 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) cachefiles_histogram_next()
76 static void cachefiles_histogram_stop(struct seq_file *m, void *v) cachefiles_histogram_stop()
/linux-4.4.14/kernel/sched/
H A Dstats.c4 #include <linux/seq_file.h>
15 static int show_schedstat(struct seq_file *seq, void *v) show_schedstat()
83 static void *schedstat_start(struct seq_file *file, loff_t *offset) schedstat_start()
104 static void *schedstat_next(struct seq_file *file, void *data, loff_t *offset) schedstat_next()
110 static void schedstat_stop(struct seq_file *file, void *data) schedstat_stop()
H A Ddebug.c15 #include <linux/seq_file.h>
62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) print_cfs_group_stats()
112 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) print_task()
145 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) print_rq()
166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) print_cfs_rq()
237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) print_rt_rq()
259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) print_dl_rq()
267 static void print_cpu(struct seq_file *m, int cpu) print_cpu()
347 static void sched_debug_header(struct seq_file *m) sched_debug_header()
399 static int sched_debug_show(struct seq_file *m, void *v) sched_debug_show()
428 static void *sched_debug_start(struct seq_file *file, loff_t *offset) sched_debug_start()
449 static void *sched_debug_next(struct seq_file *file, void *data, loff_t *offset) sched_debug_next()
455 static void sched_debug_stop(struct seq_file *file, void *data) sched_debug_stop()
512 void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, print_numa_stats()
522 static void sched_show_numa(struct task_struct *p, struct seq_file *m) sched_show_numa()
547 void proc_sched_show_task(struct task_struct *p, struct seq_file *m) proc_sched_show_task()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
H A Dlproc_lov.c41 #include <linux/seq_file.h>
44 static int lov_stripesize_seq_show(struct seq_file *m, void *v) lov_stripesize_seq_show()
59 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; lov_stripesize_seq_write()
77 static int lov_stripeoffset_seq_show(struct seq_file *m, void *v) lov_stripeoffset_seq_show()
92 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; lov_stripeoffset_seq_write()
109 static int lov_stripetype_seq_show(struct seq_file *m, void *v) lov_stripetype_seq_show()
124 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; lov_stripetype_seq_write()
141 static int lov_stripecount_seq_show(struct seq_file *m, void *v) lov_stripecount_seq_show()
156 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; lov_stripecount_seq_write()
197 static int lov_desc_uuid_seq_show(struct seq_file *m, void *v) lov_desc_uuid_seq_show()
210 static void *lov_tgt_seq_start(struct seq_file *p, loff_t *pos) lov_tgt_seq_start()
223 static void lov_tgt_seq_stop(struct seq_file *p, void *v) lov_tgt_seq_stop()
227 static void *lov_tgt_seq_next(struct seq_file *p, void *v, loff_t *pos) lov_tgt_seq_next()
239 static int lov_tgt_seq_show(struct seq_file *p, void *v) lov_tgt_seq_show()
258 struct seq_file *seq; lov_target_seq_open()
/linux-4.4.14/drivers/isdn/capi/
H A Dkcapi_proc.c15 #include <linux/seq_file.h>
38 static void *controller_start(struct seq_file *seq, loff_t *pos) __acquires()
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) controller_next()
58 static void controller_stop(struct seq_file *seq, void *v) __releases()
64 static int controller_show(struct seq_file *seq, void *v) controller_show()
80 static int contrstats_show(struct seq_file *seq, void *v) contrstats_show()
143 static void *applications_start(struct seq_file *seq, loff_t *pos) __acquires()
155 applications_next(struct seq_file *seq, void *v, loff_t *pos) applications_next()
164 static void applications_stop(struct seq_file *seq, void *v) __releases()
171 applications_show(struct seq_file *seq, void *v) applications_show()
188 applstats_show(struct seq_file *seq, void *v) applstats_show()
249 static void *capi_driver_start(struct seq_file *seq, loff_t *pos)
256 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) capi_driver_next()
261 static void capi_driver_stop(struct seq_file *seq, void *v)
267 static int capi_driver_show(struct seq_file *seq, void *v) capi_driver_show()
/linux-4.4.14/kernel/time/
H A Dtimer_list.c17 #include <linux/seq_file.h>
30 typedef void (*print_fn_t)(struct seq_file *m, unsigned int *classes);
37 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) SEQ_printf()
51 static void print_name_offset(struct seq_file *m, void *sym) print_name_offset()
62 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, print_timer()
89 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, print_active_timers()
125 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) print_base()
143 static void print_cpu(struct seq_file *m, int cpu, u64 now) print_cpu()
206 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) print_tickdevice()
273 static void timer_list_show_tickdevices_header(struct seq_file *m) timer_list_show_tickdevices_header()
288 static inline void timer_list_header(struct seq_file *m, u64 now) timer_list_header()
296 static int timer_list_show(struct seq_file *m, void *v) timer_list_show()
350 static void *timer_list_start(struct seq_file *file, loff_t *offset) timer_list_start()
361 static void *timer_list_next(struct seq_file *file, void *v, loff_t *offset) timer_list_next()
368 static void timer_list_stop(struct seq_file *seq, void *v) timer_list_stop()
H A Dtimekeeping_debug.c21 #include <linux/seq_file.h>
28 static int tk_debug_show_sleep_time(struct seq_file *s, void *data) tk_debug_show_sleep_time()
/linux-4.4.14/kernel/rcu/
H A Dtree_trace.c44 #include <linux/seq_file.h>
56 struct seq_file *m = (struct seq_file *)file->private_data; r_open()
62 static void *r_start(struct seq_file *m, loff_t *pos) r_start()
71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) r_next()
77 static void r_stop(struct seq_file *m, void *v) r_stop()
81 static int show_rcubarrier(struct seq_file *m, void *v) show_rcubarrier()
114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) print_one_rcu_data()
158 static int show_rcudata(struct seq_file *m, void *v) show_rcudata()
184 static int show_rcuexp(struct seq_file *m, void *v) show_rcuexp()
215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) print_one_rcu_node_boost()
238 static int show_rcu_node_boost(struct seq_file *m, void *unused) show_rcu_node_boost()
262 static void print_one_rcu_state(struct seq_file *m, struct rcu_state *rsp) print_one_rcu_state()
293 static int show_rcuhier(struct seq_file *m, void *v) show_rcuhier()
313 static void show_one_rcugp(struct seq_file *m, struct rcu_state *rsp) show_one_rcugp()
335 static int show_rcugp(struct seq_file *m, void *v) show_rcugp()
355 static void print_one_rcu_pending(struct seq_file *m, struct rcu_data *rdp) print_one_rcu_pending()
375 static int show_rcu_pending(struct seq_file *m, void *v) show_rcu_pending()
401 static int show_rcutorture(struct seq_file *m, void *unused) show_rcutorture()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dpm-debug.c44 #include <linux/seq_file.h>
79 struct seq_file *s = (struct seq_file *)user; clkdm_dbg_show_counter()
94 struct seq_file *s = (struct seq_file *)user; pwrdm_dbg_show_counter()
124 struct seq_file *s = (struct seq_file *)user; pwrdm_dbg_show_timer()
145 static int pm_dbg_show_counters(struct seq_file *s, void *unused) pm_dbg_show_counters()
153 static int pm_dbg_show_timers(struct seq_file *s, void *unused) pm_dbg_show_timers()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c34 #include <linux/seq_file.h>
53 struct seq_file *seq; \
79 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) _opcode_stats_seq_start()
88 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) _opcode_stats_seq_next()
99 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) _opcode_stats_seq_stop()
104 static int _opcode_stats_seq_show(struct seq_file *s, void *v) _opcode_stats_seq_show()
129 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) _ctx_stats_seq_start()
141 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) _ctx_stats_seq_next()
155 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) _ctx_stats_seq_stop()
160 static int _ctx_stats_seq_show(struct seq_file *s, void *v) _ctx_stats_seq_show()
191 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) _qp_stats_seq_start()
211 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, _qp_stats_seq_next()
226 static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) _qp_stats_seq_stop()
231 static int _qp_stats_seq_show(struct seq_file *s, void *iter_ptr) _qp_stats_seq_show()
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_proc.c15 static int prism2_debug_proc_show(struct seq_file *m, void *v) prism2_debug_proc_show()
60 static int prism2_stats_proc_show(struct seq_file *m, void *v) prism2_stats_proc_show()
110 static int prism2_wds_proc_show(struct seq_file *m, void *v) prism2_wds_proc_show()
122 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) prism2_wds_proc_start()
129 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) prism2_wds_proc_next()
135 static void prism2_wds_proc_stop(struct seq_file *m, void *v) prism2_wds_proc_stop()
152 struct seq_file *m = file->private_data; prism2_wds_proc_open()
166 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) prism2_bss_list_proc_show()
193 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) prism2_bss_list_proc_start()
200 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) prism2_bss_list_proc_next()
206 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) prism2_bss_list_proc_stop()
223 struct seq_file *m = file->private_data; prism2_bss_list_proc_open()
237 static int prism2_crypt_proc_show(struct seq_file *m, void *v) prism2_crypt_proc_show()
342 static int prism2_scan_results_proc_show(struct seq_file *m, void *v) prism2_scan_results_proc_show()
392 static void *prism2_scan_results_proc_start(struct seq_file *m, loff_t *_pos) prism2_scan_results_proc_start()
403 static void *prism2_scan_results_proc_next(struct seq_file *m, void *v, loff_t *_pos) prism2_scan_results_proc_next()
413 static void prism2_scan_results_proc_stop(struct seq_file *m, void *v) prism2_scan_results_proc_stop()
430 struct seq_file *m = file->private_data; prism2_scan_results_proc_open()
/linux-4.4.14/net/wireless/
H A Dwext-proc.c21 #include <linux/seq_file.h>
29 static void wireless_seq_printf_stats(struct seq_file *seq, wireless_seq_printf_stats()
75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) wireless_dev_seq_show()
90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) wireless_dev_seq_start()
107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) wireless_dev_seq_next()
117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) wireless_dev_seq_stop()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c24 #include <linux/seq_file.h>
37 static void *hc_start(struct seq_file *m, loff_t *pos) hc_start()
45 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) hc_next()
52 static void hc_stop(struct seq_file *m, void *p) hc_stop()
56 static int hc_show(struct seq_file *m, void *p) hc_show()
86 struct seq_file *seq; hcall_inst_seq_open()
H A Dlparcfg.c8 * seq_file updates, Copyright (c) 2004 Will Schmidt IBM Corporation.
26 #include <linux/seq_file.h>
156 static void parse_ppp_data(struct seq_file *m) parse_ppp_data()
222 static void parse_mpp_data(struct seq_file *m) parse_mpp_data()
260 static void parse_mpp_x_data(struct seq_file *m) parse_mpp_x_data()
289 static void parse_system_parameter_string(struct seq_file *m) parse_system_parameter_string()
384 static void pseries_cmo_data(struct seq_file *m) pseries_cmo_data()
408 static void splpar_dispatch_data(struct seq_file *m) splpar_dispatch_data()
424 static void parse_em_data(struct seq_file *m) parse_em_data()
433 static int pseries_lparcfg_data(struct seq_file *m, void *v) pseries_lparcfg_data()
651 static int lparcfg_data(struct seq_file *m, void *v) lparcfg_data()
/linux-4.4.14/fs/
H A Dseq_file.c2 * linux/fs/seq_file.c
10 #include <linux/seq_file.h>
21 static void seq_set_overflow(struct seq_file *m) seq_set_overflow()
58 * Note: seq_open() will allocate a struct seq_file and store its
63 struct seq_file *p; seq_open()
100 static int traverse(struct seq_file *m, loff_t offset) traverse()
170 struct seq_file *m = file->private_data; seq_read()
180 * seq_file->op->..m_start/m_stop/m_next may do special actions seq_read()
184 * seq_file->version is just copy of f_version, and seq_file seq_read()
188 * need of passing another argument to all the seq_file methods. seq_read()
321 struct seq_file *m = file->private_data; seq_lseek()
367 struct seq_file *m = file->private_data; seq_release()
384 void seq_escape(struct seq_file *m, const char *s, const char *esc) seq_escape()
395 void seq_vprintf(struct seq_file *m, const char *f, va_list args) seq_vprintf()
410 void seq_printf(struct seq_file *m, const char *f, ...) seq_printf()
453 * seq_path - seq_file interface to print a pathname
454 * @m: the seq_file handle
461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) seq_path()
482 * seq_file_path - seq_file interface to print a pathname of a file
483 * @m: the seq_file handle
489 int seq_file_path(struct seq_file *m, struct file *file, const char *esc) seq_file_path()
498 int seq_path_root(struct seq_file *m, const struct path *path, seq_path_root()
528 int seq_dentry(struct seq_file *m, struct dentry *dentry, const char *esc) seq_dentry()
548 static void *single_start(struct seq_file *p, loff_t *pos) single_start()
553 static void *single_next(struct seq_file *p, void *v, loff_t *pos) single_next()
559 static void single_stop(struct seq_file *p, void *v) single_stop()
563 int single_open(struct file *file, int (*show)(struct seq_file *, void *), single_open()
576 ((struct seq_file *)file->private_data)->private = data; single_open()
584 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), single_open_size()
596 ((struct seq_file *)file->private_data)->buf = buf; single_open_size()
597 ((struct seq_file *)file->private_data)->size = size; single_open_size()
604 const struct seq_operations *op = ((struct seq_file *)file->private_data)->op; single_release()
613 struct seq_file *seq = file->private_data; seq_release_private()
626 struct seq_file *seq; __seq_open_private()
654 void seq_putc(struct seq_file *m, char c) seq_putc()
663 void seq_puts(struct seq_file *m, const char *s) seq_puts()
679 * This routine will put one byte delimiter + number into seq_file.
683 void seq_put_decimal_ull(struct seq_file *m, char delimiter, seq_put_decimal_ull()
710 void seq_put_decimal_ll(struct seq_file *m, char delimiter, long long num) seq_put_decimal_ll()
728 * @seq: seq_file identifying the buffer to which data should be written
734 int seq_write(struct seq_file *seq, const void *data, size_t len) seq_write()
748 * @m: seq_file identifying the buffer to which data should be written
751 void seq_pad(struct seq_file *m, char c) seq_pad()
762 void seq_hex_dump(struct seq_file *m, const char *prefix_str, int prefix_type, seq_hex_dump()
837 * Called at seq_file->op->start().
855 * Called at seq_file->op->start(). Call this function if you want to
873 * Called at seq_file->op->next().
893 * Called at seq_file->op->start().
916 * Called at seq_file->op->start(). Call this function if you want to
939 * Called at seq_file->op->next().
965 * Called at seq_file->op->start().
989 * Called at seq_file->op->next().
H A Dproc_namespace.c20 struct seq_file *m = file->private_data; mounts_poll()
42 static int show_sb_opts(struct seq_file *m, struct super_block *sb) show_sb_opts()
61 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) show_mnt_opts()
80 static inline void mangle(struct seq_file *m, const char *s) mangle()
85 static void show_type(struct seq_file *m, struct super_block *sb) show_type()
94 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) show_vfsmnt()
128 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) show_mountinfo()
188 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) show_vfsstat()
235 int (*show)(struct seq_file *, struct vfsmount *)) mounts_open_common()
242 struct seq_file *m; mounts_open_common()
292 struct seq_file *m = file->private_data; mounts_release()
/linux-4.4.14/kernel/locking/
H A Dlockdep_proc.c16 #include <linux/seq_file.h>
26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) l_next()
31 static void *l_start(struct seq_file *m, loff_t *pos) l_start()
36 static void l_stop(struct seq_file *m, void *v) l_stop()
40 static void print_name(struct seq_file *m, struct lock_class *class) print_name()
57 static int l_show(struct seq_file *m, void *v) l_show()
116 static void *lc_start(struct seq_file *m, loff_t *pos) lc_start()
127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) lc_next()
133 static void lc_stop(struct seq_file *m, void *v) lc_stop()
137 static int lc_show(struct seq_file *m, void *v) lc_show()
184 static void lockdep_stats_debug_show(struct seq_file *m) lockdep_stats_debug_show()
218 static int lockdep_stats_show(struct seq_file *m, void *v) lockdep_stats_show()
389 static void seq_line(struct seq_file *m, char c, int offset, int length) seq_line()
410 static void seq_time(struct seq_file *m, s64 time) seq_time()
418 static void seq_lock_time(struct seq_file *m, struct lock_time *lt) seq_lock_time()
427 static void seq_stats(struct seq_file *m, struct lock_stat_data *data) seq_stats()
539 static void seq_header(struct seq_file *m) seq_header()
566 static void *ls_start(struct seq_file *m, loff_t *pos) ls_start()
581 static void *ls_next(struct seq_file *m, void *v, loff_t *pos) ls_next()
587 static void ls_stop(struct seq_file *m, void *v) ls_stop()
591 static int ls_show(struct seq_file *m, void *v) ls_show()
620 struct seq_file *m = file->private_data; lock_stat_open()
661 struct seq_file *seq = file->private_data; lock_stat_release()
/linux-4.4.14/drivers/sh/intc/
H A Dvirq-debugfs.c12 #include <linux/seq_file.h>
19 static int intc_irq_xlate_debug(struct seq_file *m, void *priv) intc_irq_xlate_debug()
/linux-4.4.14/net/rxrpc/
H A Dar-proc.c31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) rxrpc_call_seq_start()
37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) rxrpc_call_seq_next()
42 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) rxrpc_call_seq_stop()
47 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) rxrpc_call_seq_show()
112 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) rxrpc_connection_seq_start()
118 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, rxrpc_connection_seq_next()
124 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) rxrpc_connection_seq_stop()
129 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) rxrpc_connection_seq_show()
/linux-4.4.14/kernel/
H A Dexec_domain.c17 #include <linux/seq_file.h>
24 static int execdomains_proc_show(struct seq_file *m, void *v) execdomains_proc_show()
H A Ddma.c17 #include <linux/seq_file.h>
117 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show()
130 static int proc_dma_show(struct seq_file *m, void *v) proc_dma_show()
/linux-4.4.14/arch/s390/mm/
H A Ddump_pagetables.c1 #include <linux/seq_file.h>
42 static void print_prot(struct seq_file *m, unsigned int pr, int level) print_prot()
56 static void note_page(struct seq_file *m, struct pg_state *st, note_page()
110 static void walk_pte_level(struct seq_file *m, struct pg_state *st, walk_pte_level()
126 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, walk_pmd_level()
148 static void walk_pud_level(struct seq_file *m, struct pg_state *st, walk_pud_level()
170 static void walk_pgd_level(struct seq_file *m) walk_pgd_level()
192 static int ptdump_show(struct seq_file *m, void *v) ptdump_show()
H A Dmem_detect.c12 #include <linux/seq_file.h>
/linux-4.4.14/arch/m68k/include/asm/
H A Dmachdep.h4 #include <linux/seq_file.h>
18 extern void (*mach_get_hardware_list) (struct seq_file *m);
/linux-4.4.14/arch/m68k/sun3x/
H A Dconfig.c11 #include <linux/seq_file.h>
33 static void sun3x_get_hardware_list(struct seq_file *m) sun3x_get_hardware_list()
/linux-4.4.14/arch/mips/ralink/
H A Dbootrom.c10 #include <linux/seq_file.h>
17 static int bootrom_show(struct seq_file *s, void *unused) bootrom_show()
/linux-4.4.14/arch/parisc/include/asm/
H A Dcache.h31 struct seq_file;
32 extern void show_cache_info(struct seq_file *m);
/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_debugfs.c30 #include <linux/seq_file.h>
49 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, dbg_uidn_show()
64 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) curr_dbg_uidn_show()
90 static int genwqe_curr_dbg_uid0_show(struct seq_file *s, void *unused) genwqe_curr_dbg_uid0_show()
97 static int genwqe_curr_dbg_uid1_show(struct seq_file *s, void *unused) genwqe_curr_dbg_uid1_show()
104 static int genwqe_curr_dbg_uid2_show(struct seq_file *s, void *unused) genwqe_curr_dbg_uid2_show()
111 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) prev_dbg_uidn_show()
119 static int genwqe_prev_dbg_uid0_show(struct seq_file *s, void *unused) genwqe_prev_dbg_uid0_show()
126 static int genwqe_prev_dbg_uid1_show(struct seq_file *s, void *unused) genwqe_prev_dbg_uid1_show()
133 static int genwqe_prev_dbg_uid2_show(struct seq_file *s, void *unused) genwqe_prev_dbg_uid2_show()
140 static int genwqe_curr_regs_show(struct seq_file *s, void *unused) genwqe_curr_regs_show()
169 static int genwqe_prev_regs_show(struct seq_file *s, void *unused) genwqe_prev_regs_show()
193 static int genwqe_jtimer_show(struct seq_file *s, void *unused) genwqe_jtimer_show()
214 static int genwqe_queue_working_time_show(struct seq_file *s, void *unused) genwqe_queue_working_time_show()
232 static int genwqe_ddcb_info_show(struct seq_file *s, void *unused) genwqe_ddcb_info_show()
305 static int genwqe_info_show(struct seq_file *s, void *unused) genwqe_info_show()
/linux-4.4.14/include/drm/
H A Ddrm_fb_cma_helper.h27 int drm_fb_cma_debugfs_show(struct seq_file *m, void *arg);
/linux-4.4.14/include/linux/pinctrl/
H A Dpinconf.h20 struct seq_file;
63 struct seq_file *s,
66 struct seq_file *s,
69 struct seq_file *s,
/linux-4.4.14/arch/avr32/kernel/
H A Dirq.c16 #include <linux/seq_file.h>
/linux-4.4.14/drivers/staging/comedi/
H A Dproc.c28 #include <linux/seq_file.h>
30 static int comedi_read(struct seq_file *m, void *v) comedi_read()
75 * seq_file wrappers for procfile show routines.
/linux-4.4.14/net/ipx/
H A Dipx_proc.c11 #include <linux/seq_file.h>
17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) ipx_seq_interface_start()
23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) ipx_seq_interface_next()
28 static void ipx_seq_interface_stop(struct seq_file *seq, void *v) ipx_seq_interface_stop()
33 static int ipx_seq_interface_show(struct seq_file *seq, void *v) ipx_seq_interface_show()
63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) ipx_seq_route_start()
69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) ipx_seq_route_next()
74 static void ipx_seq_route_stop(struct seq_file *seq, void *v) ipx_seq_route_stop()
79 static int ipx_seq_route_show(struct seq_file *seq, void *v) ipx_seq_route_show()
127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) ipx_seq_socket_start()
135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) ipx_seq_socket_next()
177 static int ipx_seq_socket_show(struct seq_file *seq, void *v) ipx_seq_socket_show()
/linux-4.4.14/arch/tile/kernel/
H A Dproc.c16 #include <linux/seq_file.h>
43 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
75 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
79 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
84 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/arch/mips/kernel/
H A Dproc.c9 #include <linux/seq_file.h>
35 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
153 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
160 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
166 static void c_stop(struct seq_file *m, void *v) c_stop()
H A Dirq.c20 #include <linux/seq_file.h>
39 int arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
H A Dsegment.c11 #include <linux/seq_file.h>
46 static int show_segments(struct seq_file *m, void *v) show_segments()
/linux-4.4.14/arch/score/kernel/
H A Dsetup.c31 #include <linux/seq_file.h>
123 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
133 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
140 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
146 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A Dmb.c14 #include <linux/seq_file.h>
28 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
136 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
149 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/arch/hexagon/kernel/
H A Dsetup.c26 #include <linux/seq_file.h>
108 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
113 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
119 static void c_stop(struct seq_file *m, void *v) c_stop()
127 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
/linux-4.4.14/drivers/zorro/
H A Dproc.c14 #include <linux/seq_file.h>
64 static void * zorro_seq_start(struct seq_file *m, loff_t *pos) zorro_seq_start()
69 static void * zorro_seq_next(struct seq_file *m, void *v, loff_t *pos) zorro_seq_next()
75 static void zorro_seq_stop(struct seq_file *m, void *v) zorro_seq_stop()
79 static int zorro_seq_show(struct seq_file *m, void *v) zorro_seq_show()
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c34 #include <linux/seq_file.h>
58 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) ipoib_mcg_seq_start()
77 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, ipoib_mcg_seq_next()
92 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) ipoib_mcg_seq_stop()
97 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) ipoib_mcg_seq_show()
136 struct seq_file *seq; ipoib_mcg_open()
157 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) ipoib_path_seq_start()
176 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, ipoib_path_seq_next()
191 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) ipoib_path_seq_stop()
196 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) ipoib_path_seq_show()
241 struct seq_file *seq; ipoib_path_open()
/linux-4.4.14/drivers/crypto/qat/qat_common/
H A Dadf_transport_debug.c49 #include <linux/seq_file.h>
57 static void *adf_ring_start(struct seq_file *sfile, loff_t *pos) adf_ring_start()
73 static void *adf_ring_next(struct seq_file *sfile, void *v, loff_t *pos) adf_ring_next()
85 static int adf_ring_show(struct seq_file *sfile, void *v) adf_ring_show()
119 static void adf_ring_stop(struct seq_file *sfile, void *v) adf_ring_stop()
136 struct seq_file *seq_f = file->private_data; adf_ring_open()
184 static void *adf_bank_start(struct seq_file *sfile, loff_t *pos) adf_bank_start()
196 static void *adf_bank_next(struct seq_file *sfile, void *v, loff_t *pos) adf_bank_next()
204 static int adf_bank_show(struct seq_file *sfile, void *v) adf_bank_show()
235 static void adf_bank_stop(struct seq_file *sfile, void *v) adf_bank_stop()
252 struct seq_file *seq_f = file->private_data; adf_bank_open()
/linux-4.4.14/net/8021q/
H A Dvlanproc.c27 #include <linux/seq_file.h>
39 static int vlan_seq_show(struct seq_file *seq, void *v);
40 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos);
41 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos);
42 static void vlan_seq_stop(struct seq_file *seq, void *);
43 static int vlandev_seq_show(struct seq_file *seq, void *v);
202 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
224 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) vlan_seq_next()
245 static void vlan_seq_stop(struct seq_file *seq, void *v) __releases()
251 static int vlan_seq_show(struct seq_file *seq, void *v) vlan_seq_show()
276 static int vlandev_seq_show(struct seq_file *seq, void *offset) vlandev_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
H A Dlproc_lmv.c39 #include <linux/seq_file.h>
136 static int lmv_desc_uuid_seq_show(struct seq_file *m, void *v) lmv_desc_uuid_seq_show()
149 static void *lmv_tgt_seq_start(struct seq_file *p, loff_t *pos) lmv_tgt_seq_start()
157 static void lmv_tgt_seq_stop(struct seq_file *p, void *v) lmv_tgt_seq_stop()
162 static void *lmv_tgt_seq_next(struct seq_file *p, void *v, loff_t *pos) lmv_tgt_seq_next()
170 static int lmv_tgt_seq_show(struct seq_file *p, void *v) lmv_tgt_seq_show()
191 struct seq_file *seq; lmv_target_seq_open()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_debugfs.c5 #include <linux/seq_file.h>
24 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) seq_print_age_or_dash()
32 static void __seq_print_rq_state_bit(struct seq_file *m, __seq_print_rq_state_bit()
46 static void seq_print_rq_state_bit(struct seq_file *m, seq_print_rq_state_bit()
53 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) seq_print_request_state()
95 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) seq_print_one_request()
121 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) seq_print_minor_vnr_req()
127 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) seq_print_resource_pending_meta_io()
155 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned long now) seq_print_waiting_for_AL()
190 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned long now) seq_print_device_bitmap_io()
215 static void seq_print_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource, unsigned long now) seq_print_resource_pending_bitmap_io()
229 static void seq_print_peer_request_flags(struct seq_file *m, struct drbd_peer_request *peer_req) seq_print_peer_request_flags()
251 static void seq_print_peer_request(struct seq_file *m, seq_print_peer_request()
276 static void seq_print_device_peer_requests(struct seq_file *m, seq_print_device_peer_requests()
292 static void seq_print_resource_pending_peer_requests(struct seq_file *m, seq_print_resource_pending_peer_requests()
305 static void seq_print_resource_transfer_log_summary(struct seq_file *m, seq_print_resource_transfer_log_summary()
365 static int in_flight_summary_show(struct seq_file *m, void *pos) in_flight_summary_show()
423 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), drbd_single_open()
523 static void seq_print_one_timing_detail(struct seq_file *m, seq_print_one_timing_detail()
542 static void seq_print_timing_details(struct seq_file *m, seq_print_timing_details()
561 static int callback_history_show(struct seq_file *m, void *ignored) callback_history_show()
597 static int connection_oldest_requests_show(struct seq_file *m, void *ignored) connection_oldest_requests_show()
686 static void resync_dump_detail(struct seq_file *m, struct lc_element *e) resync_dump_detail()
697 static int device_resync_extents_show(struct seq_file *m, void *ignored) device_resync_extents_show()
712 static int device_act_log_extents_show(struct seq_file *m, void *ignored) device_act_log_extents_show()
727 static int device_oldest_requests_show(struct seq_file *m, void *ignored) device_oldest_requests_show()
755 static int device_data_gen_id_show(struct seq_file *m, void *ignored) device_data_gen_id_show()
886 static int drbd_version_show(struct seq_file *m, void *ignored) drbd_version_show()
/linux-4.4.14/arch/x86/platform/atom/
H A Dpunit_atom_debug.c23 #include <linux/seq_file.h>
79 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) punit_dev_state_show() argument
82 struct punit_device *punit_devp = seq_file->private; punit_dev_state_show()
86 seq_puts(seq_file, "\n\nPUNIT NORTH COMPLEX DEVICES :\n"); punit_dev_state_show()
92 seq_printf(seq_file, "%9s : Read Failed\n", punit_dev_state_show()
96 seq_printf(seq_file, "%9s : %s\n", punit_devp->name, punit_dev_state_show()
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_standalone.c16 #include <linux/seq_file.h>
40 print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple, print_tuple()
55 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) ct_get_first()
71 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, ct_get_next()
90 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) ct_get_idx()
100 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
110 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) ct_seq_next()
116 static void ct_seq_stop(struct seq_file *s, void *v) __releases()
123 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) ct_show_secctx()
138 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) ct_show_secctx()
144 static void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, ct_show_zone()
166 static inline void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, ct_show_zone()
173 static void ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) ct_show_delta_time()
194 ct_show_delta_time(struct seq_file *s, const struct nf_conn *ct) ct_show_delta_time()
200 static int ct_seq_show(struct seq_file *s, void *v) ct_seq_show()
299 static void *ct_cpu_seq_start(struct seq_file *seq, loff_t *pos) ct_cpu_seq_start()
317 static void *ct_cpu_seq_next(struct seq_file *seq, void *v, loff_t *pos) ct_cpu_seq_next()
332 static void ct_cpu_seq_stop(struct seq_file *seq, void *v) ct_cpu_seq_stop()
336 static int ct_cpu_seq_show(struct seq_file *seq, void *v) ct_cpu_seq_show()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Ddebugfs.c52 #include <linux/seq_file.h>
77 struct seq_file *seq; \
109 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) __acquires()
120 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) _opcode_stats_seq_next()
131 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) __releases()
137 static int _opcode_stats_seq_show(struct seq_file *s, void *v) _opcode_stats_seq_show()
164 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) _ctx_stats_seq_start()
176 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) _ctx_stats_seq_next()
190 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) _ctx_stats_seq_stop()
195 static int _ctx_stats_seq_show(struct seq_file *s, void *v) _ctx_stats_seq_show()
228 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) __acquires()
249 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, _qp_stats_seq_next()
264 static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) __releases()
270 static int _qp_stats_seq_show(struct seq_file *s, void *iter_ptr) _qp_stats_seq_show()
286 static void *_sdes_seq_start(struct seq_file *s, loff_t *pos) __acquires()
300 static void *_sdes_seq_next(struct seq_file *s, void *v, loff_t *pos) _sdes_seq_next()
312 static void _sdes_seq_stop(struct seq_file *s, void *v) __releases()
318 static int _sdes_seq_show(struct seq_file *s, void *v) _sdes_seq_show()
787 static void *_driver_stats_names_seq_start(struct seq_file *s, loff_t *pos) __acquires()
797 struct seq_file *s, _driver_stats_names_seq_next()
807 static void _driver_stats_names_seq_stop(struct seq_file *s, void *v) __releases()
813 static int _driver_stats_names_seq_show(struct seq_file *s, void *v) _driver_stats_names_seq_show()
825 static void *_driver_stats_seq_start(struct seq_file *s, loff_t *pos) __acquires()
834 static void *_driver_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) _driver_stats_seq_next()
842 static void _driver_stats_seq_stop(struct seq_file *s, void *v) __releases()
862 static int _driver_stats_seq_show(struct seq_file *s, void *v) _driver_stats_seq_show()
/linux-4.4.14/drivers/misc/sgi-gru/
H A Dgruprocfs.c27 #include <linux/seq_file.h>
35 static void printstat_val(struct seq_file *s, atomic_long_t *v, char *id) printstat_val()
42 static int statistics_show(struct seq_file *s, void *p) statistics_show()
127 static int mcs_statistics_show(struct seq_file *s, void *p) mcs_statistics_show()
153 static int options_show(struct seq_file *s, void *p) options_show()
172 static int cch_seq_show(struct seq_file *file, void *data) cch_seq_show()
201 static int gru_seq_show(struct seq_file *file, void *data) gru_seq_show()
225 static void seq_stop(struct seq_file *file, void *data) seq_stop()
229 static void *seq_start(struct seq_file *file, loff_t *gid) seq_start()
236 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) seq_next()
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
H A Dlproc_fid.c104 seq = ((struct seq_file *)file->private_data)->private; ldebugfs_fid_space_seq_write()
121 ldebugfs_fid_space_seq_show(struct seq_file *m, void *unused) ldebugfs_fid_space_seq_show()
143 seq = ((struct seq_file *)file->private_data)->private; ldebugfs_fid_width_seq_write()
169 ldebugfs_fid_width_seq_show(struct seq_file *m, void *unused) ldebugfs_fid_width_seq_show()
183 ldebugfs_fid_fid_seq_show(struct seq_file *m, void *unused) ldebugfs_fid_fid_seq_show()
197 ldebugfs_fid_server_seq_show(struct seq_file *m, void *unused) ldebugfs_fid_server_seq_show()
/linux-4.4.14/drivers/staging/android/
H A Dsync_debug.c24 #include <linux/seq_file.h>
85 static void sync_print_pt(struct seq_file *s, struct sync_pt *pt, bool fence) sync_print_pt()
121 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) sync_print_obj()
146 static void sync_print_fence(struct seq_file *s, struct sync_fence *fence) sync_print_fence()
177 static int sync_debugfs_show(struct seq_file *s, void *unused) sync_debugfs_show()
232 struct seq_file s = { sync_dump()
/linux-4.4.14/drivers/nubus/
H A Dproc.c24 #include <linux/seq_file.h>
32 nubus_devices_proc_show(struct seq_file *m, void *v) nubus_devices_proc_show()
153 static int nubus_proc_show(struct seq_file *m, void *v) nubus_proc_show()
165 static void *nubus_proc_start(struct seq_file *m, loff_t *_pos) nubus_proc_start()
181 static void *nubus_proc_next(struct seq_file *p, void *v, loff_t *_pos) nubus_proc_next()
194 static void nubus_proc_stop(struct seq_file *p, void *v) nubus_proc_stop()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_internal.h39 int drm_vma_info(struct seq_file *m, void *data);
55 int drm_name_info(struct seq_file *m, void *data);
56 int drm_vm_info(struct seq_file *m, void *data);
57 int drm_bufs_info(struct seq_file *m, void *data);
58 int drm_clients_info(struct seq_file *m, void* data);
59 int drm_gem_name_info(struct seq_file *m, void *data);
H A Ddrm_info.c36 #include <linux/seq_file.h>
48 int drm_name_info(struct seq_file *m, void *data) drm_name_info()
73 int drm_vm_info(struct seq_file *m, void *data) drm_vm_info()
117 int drm_bufs_info(struct seq_file *m, void *data) drm_bufs_info()
160 int drm_clients_info(struct seq_file *m, void *data) drm_clients_info()
201 struct seq_file *m = data; drm_gem_one_name_info()
210 int drm_gem_name_info(struct seq_file *m, void *data) drm_gem_name_info()
/linux-4.4.14/drivers/cpufreq/
H A Ds3c24xx-cpufreq-debugfs.c19 #include <linux/seq_file.h>
31 static void show_max(struct seq_file *seq, struct s3c_freq *f) show_max()
37 static int board_show(struct seq_file *seq, void *p) board_show()
77 static int info_show(struct seq_file *seq, void *p) info_show()
119 static int io_show(struct seq_file *seq, void *p) io_show()
121 void (*show_bank)(struct seq_file *, struct s3c_cpufreq_config *, union s3c_iobank *); io_show()
/linux-4.4.14/drivers/ras/
H A Ddebugfs.c13 static int trace_show(struct seq_file *m, void *v) trace_show()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_debugfs.c9 #include <linux/seq_file.h>
H A Dvc4_drv.h120 int vc4_crtc_debugfs_regs(struct seq_file *m, void *arg);
131 int vc4_hdmi_debugfs_regs(struct seq_file *m, void *unused);
136 int vc4_hvs_debugfs_regs(struct seq_file *m, void *unused);
/linux-4.4.14/arch/sparc/mm/
H A Dinit_64.h17 void mmu_info(struct seq_file *m);
/linux-4.4.14/drivers/char/tpm/
H A Dtpm_eventlog.c22 #include <linux/seq_file.h>
72 static void *tpm_bios_measurements_start(struct seq_file *m, loff_t *pos) tpm_bios_measurements_start()
118 static void *tpm_bios_measurements_next(struct seq_file *m, void *v, tpm_bios_measurements_next()
148 static void tpm_bios_measurements_stop(struct seq_file *m, void *v) tpm_bios_measurements_stop()
231 static int tpm_binary_bios_measurements_show(struct seq_file *m, void *v) tpm_binary_bios_measurements_show()
263 struct seq_file *seq = file->private_data; tpm_bios_measurements_release()
274 static int tpm_ascii_bios_measurements_show(struct seq_file *m, void *v) tpm_ascii_bios_measurements_show()
326 struct seq_file *seq; tpm_ascii_bios_measurements_open()
364 struct seq_file *seq; tpm_binary_bios_measurements_open()
/linux-4.4.14/net/sctp/
H A Dproc.c31 #include <linux/seq_file.h>
74 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) sctp_snmp_seq_show()
121 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) sctp_seq_dump_local_addrs()
157 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) sctp_seq_dump_remote_addrs()
180 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) sctp_eps_seq_start()
194 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) sctp_eps_seq_stop()
199 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) sctp_eps_seq_next()
209 static int sctp_eps_seq_show(struct seq_file *seq, void *v) sctp_eps_seq_show()
285 static void *sctp_assocs_seq_start(struct seq_file *seq, loff_t *pos) sctp_assocs_seq_start()
303 static void sctp_assocs_seq_stop(struct seq_file *seq, void *v) sctp_assocs_seq_stop()
308 static void *sctp_assocs_seq_next(struct seq_file *seq, void *v, loff_t *pos) sctp_assocs_seq_next()
317 static int sctp_assocs_seq_show(struct seq_file *seq, void *v) sctp_assocs_seq_show()
410 static void *sctp_remaddr_seq_start(struct seq_file *seq, loff_t *pos) sctp_remaddr_seq_start()
425 static void *sctp_remaddr_seq_next(struct seq_file *seq, void *v, loff_t *pos) sctp_remaddr_seq_next()
433 static void sctp_remaddr_seq_stop(struct seq_file *seq, void *v) sctp_remaddr_seq_stop()
437 static int sctp_remaddr_seq_show(struct seq_file *seq, void *v) sctp_remaddr_seq_show()
H A Dobjcnt.c79 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) sctp_objcnt_seq_show()
91 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) sctp_objcnt_seq_start()
96 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) sctp_objcnt_seq_stop()
100 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) sctp_objcnt_seq_next()
/linux-4.4.14/arch/s390/pci/
H A Dpci_debug.c12 #include <linux/seq_file.h>
42 static void pci_sw_counter_show(struct seq_file *m) pci_sw_counter_show()
53 static int pci_perf_show(struct seq_file *m, void *v) pci_perf_show()
93 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; pci_perf_seq_write()
/linux-4.4.14/arch/powerpc/kernel/
H A Drtas-proc.c23 #include <linux/seq_file.h>
137 static int ppc_rtas_sensors_show(struct seq_file *m, void *v);
138 static int ppc_rtas_clock_show(struct seq_file *m, void *v);
141 static int ppc_rtas_progress_show(struct seq_file *m, void *v);
144 static int ppc_rtas_poweron_show(struct seq_file *m, void *v);
150 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v);
153 static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v);
154 static int ppc_rtas_rmo_buf_show(struct seq_file *m, void *v);
246 static void ppc_rtas_process_sensor(struct seq_file *m,
249 static void get_location_code(struct seq_file *m,
251 static void check_location_string(struct seq_file *m, const char *c);
252 static void check_location(struct seq_file *m, const char *c);
327 static int ppc_rtas_poweron_show(struct seq_file *m, void *v) ppc_rtas_poweron_show()
361 static int ppc_rtas_progress_show(struct seq_file *m, void *v) ppc_rtas_progress_show()
390 static int ppc_rtas_clock_show(struct seq_file *m, void *v) ppc_rtas_clock_show()
412 static int ppc_rtas_sensors_show(struct seq_file *m, void *v) ppc_rtas_sensors_show()
513 static void ppc_rtas_process_sensor(struct seq_file *m, ppc_rtas_process_sensor()
666 static void check_location(struct seq_file *m, const char *c) check_location()
703 static void check_location_string(struct seq_file *m, const char *c) check_location_string()
717 static void get_location_code(struct seq_file *m, struct individual_sensor *s, get_location_code()
747 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v) ppc_rtas_tone_freq_show()
775 static int ppc_rtas_tone_volume_show(struct seq_file *m, void *v) ppc_rtas_tone_volume_show()
784 static int ppc_rtas_rmo_buf_show(struct seq_file *m, void *v) ppc_rtas_rmo_buf_show()
/linux-4.4.14/drivers/gpu/host1x/
H A Ddebug.h22 #include <linux/seq_file.h>
34 seq_write((struct seq_file *)ctx, str, len); write_to_seqfile()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_debugfs.c26 #include <linux/seq_file.h>
32 static void *fm10k_dbg_desc_seq_start(struct seq_file *s, loff_t *pos) fm10k_dbg_desc_seq_start()
39 static void *fm10k_dbg_desc_seq_next(struct seq_file *s, fm10k_dbg_desc_seq_next()
48 static void fm10k_dbg_desc_seq_stop(struct seq_file __always_unused *s, fm10k_dbg_desc_seq_stop()
54 static void fm10k_dbg_desc_break(struct seq_file *s, int i) fm10k_dbg_desc_break()
62 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v) fm10k_dbg_tx_desc_seq_show()
89 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v) fm10k_dbg_rx_desc_seq_show()
148 ((struct seq_file *)filep->private_data)->private = ring; fm10k_dbg_desc_open()
/linux-4.4.14/arch/um/kernel/
H A Dexitcode.c11 #include <linux/seq_file.h>
21 static int exitcode_proc_show(struct seq_file *m, void *v) exitcode_proc_show()
/linux-4.4.14/net/xfrm/
H A Dxfrm_proc.c14 #include <linux/seq_file.h>
51 static int xfrm_statistics_seq_show(struct seq_file *seq, void *v) xfrm_statistics_seq_show()
/linux-4.4.14/samples/livepatch/
H A Dlivepatch-sample.c42 #include <linux/seq_file.h> livepatch_cmdline_proc_show()
43 static int livepatch_cmdline_proc_show(struct seq_file *m, void *v) livepatch_cmdline_proc_show()
/linux-4.4.14/include/linux/sunrpc/
H A Dstats.h68 void svc_seq_show(struct seq_file *,
80 static inline void svc_seq_show(struct seq_file *seq, svc_seq_show()
H A Dmetrics.h28 #include <linux/seq_file.h>
84 void rpc_print_iostats(struct seq_file *, struct rpc_clnt *);
97 static inline void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) {} rpc_free_iostats()
/linux-4.4.14/include/keys/
H A Dasymmetric-subtype.h17 #include <linux/seq_file.h>
32 void (*describe)(const struct key *key, struct seq_file *m);
H A Dbig_key-type.h23 extern void big_key_describe(const struct key *big_key, struct seq_file *m);
/linux-4.4.14/arch/powerpc/platforms/85xx/
H A Dppa8548.c21 #include <linux/seq_file.h>
48 static void ppa8548_show_cpuinfo(struct seq_file *m) ppa8548_show_cpuinfo()
H A Dstx_gp3.c28 #include <linux/seq_file.h>
73 static void stx_gp3_show_cpuinfo(struct seq_file *m) stx_gp3_show_cpuinfo()
H A Dtqm85xx.c26 #include <linux/seq_file.h>
72 static void tqm85xx_show_cpuinfo(struct seq_file *m) tqm85xx_show_cpuinfo()
/linux-4.4.14/arch/sh/mm/
H A Dasids-debugfs.c22 #include <linux/seq_file.h>
27 static int asids_seq_show(struct seq_file *file, void *iter) asids_seq_show()
H A Dcache-debugfs.c13 #include <linux/seq_file.h>
25 static int cache_seq_show(struct seq_file *file, void *iter) cache_seq_show()
/linux-4.4.14/arch/arm64/include/asm/
H A Dsmp.h25 struct seq_file;
30 extern void show_ipi_list(struct seq_file *p, int prec);
/linux-4.4.14/arch/arm64/kernel/
H A Dirq.c29 #include <linux/seq_file.h>
33 int arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
/linux-4.4.14/net/l2tp/
H A Dl2tp_debugfs.c66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) l2tp_dfs_seq_start()
91 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) l2tp_dfs_seq_next()
97 static void l2tp_dfs_seq_stop(struct seq_file *p, void *v) l2tp_dfs_seq_stop()
102 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) l2tp_dfs_seq_tunnel_show()
163 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) l2tp_dfs_seq_session_show()
220 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) l2tp_dfs_seq_show()
260 struct seq_file *seq; l2tp_dfs_seq_open()
296 struct seq_file *seq; l2tp_dfs_seq_release()
/linux-4.4.14/drivers/media/platform/sti/bdisp/
H A Dbdisp-debug.c35 static void bdisp_dbg_dump_ins(struct seq_file *s, u32 val) bdisp_dbg_dump_ins()
110 static void bdisp_dbg_dump_tty(struct seq_file *s, u32 val) bdisp_dbg_dump_tty()
159 static void bdisp_dbg_dump_xy(struct seq_file *s, u32 val, char *name) bdisp_dbg_dump_xy()
165 static void bdisp_dbg_dump_sz(struct seq_file *s, u32 val, char *name) bdisp_dbg_dump_sz()
171 static void bdisp_dbg_dump_sty(struct seq_file *s, bdisp_dbg_dump_sty()
236 static void bdisp_dbg_dump_fctl(struct seq_file *s, u32 val) bdisp_dbg_dump_fctl()
253 static void bdisp_dbg_dump_rsf(struct seq_file *s, u32 val, char *name) bdisp_dbg_dump_rsf()
272 static void bdisp_dbg_dump_rzi(struct seq_file *s, u32 val, char *name) bdisp_dbg_dump_rzi()
287 static void bdisp_dbg_dump_ivmx(struct seq_file *s, bdisp_dbg_dump_ivmx()
318 static int bdisp_dbg_last_nodes(struct seq_file *s, void *data) bdisp_dbg_last_nodes()
391 static int bdisp_dbg_last_nodes_raw(struct seq_file *s, void *data) bdisp_dbg_last_nodes_raw()
440 static int bdisp_dbg_last_request(struct seq_file *s, void *data) bdisp_dbg_last_request()
477 static int bdisp_dbg_regs(struct seq_file *s, void *data) bdisp_dbg_regs()
585 static int bdisp_dbg_perf(struct seq_file *s, void *data) bdisp_dbg_perf()
/linux-4.4.14/drivers/usb/host/whci/
H A Ddebug.c21 #include <linux/seq_file.h>
34 static void qset_print(struct seq_file *s, struct whc_qset *qset) qset_print()
86 static int di_print(struct seq_file *s, void *p) di_print()
106 static int asl_print(struct seq_file *s, void *p) asl_print()
118 static int pzl_print(struct seq_file *s, void *p) pzl_print()
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_debugfs.c19 #include <linux/seq_file.h>
27 static int scif_dev_test(struct seq_file *s, void *unused) scif_dev_test()
65 static void scif_display_window(struct scif_window *window, struct seq_file *s) scif_display_window()
96 static void scif_display_all_windows(struct list_head *head, struct seq_file *s) scif_display_all_windows()
107 static int scif_rma_test(struct seq_file *s, void *unused) scif_rma_test()
/linux-4.4.14/drivers/iommu/
H A Domap-iommu-debug.c136 struct seq_file *s) iotlb_dump_cr()
143 static size_t omap_dump_tlb_entries(struct omap_iommu *obj, struct seq_file *s) omap_dump_tlb_entries()
162 static int debug_read_tlb(struct seq_file *s, void *data) debug_read_tlb()
180 static void dump_ioptable(struct seq_file *s) dump_ioptable()
213 static int debug_read_pagetable(struct seq_file *s, void *data) debug_read_pagetable()
/linux-4.4.14/net/ax25/
H A Dax25_uid.c35 #include <linux/seq_file.h>
149 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
156 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) ax25_uid_seq_next()
161 static void ax25_uid_seq_stop(struct seq_file *seq, void *v) __releases()
167 static int ax25_uid_seq_show(struct seq_file *seq, void *v) ax25_uid_seq_show()
/linux-4.4.14/arch/mn10300/kernel/
H A Dsetup.c24 #include <linux/seq_file.h>
201 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
263 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
268 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
274 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/arch/nios2/kernel/
H A Dcpuinfo.c25 #include <linux/seq_file.h>
127 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
173 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) cpuinfo_start()
180 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) cpuinfo_next()
186 static void cpuinfo_stop(struct seq_file *m, void *v) cpuinfo_stop()
/linux-4.4.14/arch/h8300/kernel/
H A Dsetup.c21 #include <linux/seq_file.h>
155 static int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
174 static void *c_start(struct seq_file *m, loff_t *pos) c_start()
180 static void *c_next(struct seq_file *m, void *v, loff_t *pos) c_next()
186 static void c_stop(struct seq_file *m, void *v) c_stop()
/linux-4.4.14/drivers/usb/chipidea/
H A Ddebug.c6 #include <linux/seq_file.h>
24 static int ci_device_show(struct seq_file *s, void *data) ci_device_show()
64 static int ci_port_test_show(struct seq_file *s, void *data) ci_port_test_show()
87 struct seq_file *s = file->private_data; ci_port_test_write()
129 static int ci_qheads_show(struct seq_file *s, void *data) ci_qheads_show()
172 static int ci_requests_show(struct seq_file *s, void *data) ci_requests_show()
220 static int ci_otg_show(struct seq_file *s, void *unused) ci_otg_show()
294 static int ci_role_show(struct seq_file *s, void *data) ci_role_show()
306 struct seq_file *s = file->private_data; ci_role_write()
347 static int ci_registers_show(struct seq_file *s, void *unused) ci_registers_show()
/linux-4.4.14/arch/x86/mm/
H A Ddump_pagetables.c18 #include <linux/seq_file.h>
124 * Print a readable form of a pgprot_t to the seq_file
126 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) printk_prot()
192 static void note_page(struct seq_file *m, struct pg_state *st, note_page()
279 static void walk_pte_level(struct seq_file *m, struct pg_state *st, pmd_t addr, walk_pte_level()
297 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, pud_t addr, walk_pmd_level()
329 static void walk_pud_level(struct seq_file *m, struct pg_state *st, pgd_t addr, walk_pud_level()
376 static void ptdump_walk_pgd_level_core(struct seq_file *m, pgd_t *pgd, ptdump_walk_pgd_level_core()
425 void ptdump_walk_pgd_level(struct seq_file *m, pgd_t *pgd) ptdump_walk_pgd_level()
436 static int ptdump_show(struct seq_file *m, void *v) ptdump_show()
/linux-4.4.14/kernel/irq/
H A Dproc.c12 #include <linux/seq_file.h>
40 static int show_irq_affinity(int type, struct seq_file *m, void *v) show_irq_affinity()
56 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) irq_affinity_hint_proc_show()
81 static int irq_affinity_proc_show(struct seq_file *m, void *v) irq_affinity_proc_show()
86 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) irq_affinity_list_proc_show()
186 static int default_affinity_show(struct seq_file *m, void *v) default_affinity_show()
241 static int irq_node_proc_show(struct seq_file *m, void *v) irq_node_proc_show()
262 static int irq_spurious_proc_show(struct seq_file *m, void *v) irq_spurious_proc_show()
434 int __weak arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
443 int show_interrupts(struct seq_file *p, void *v) show_interrupts()
/linux-4.4.14/arch/ia64/kernel/
H A Dpalinfo.c25 #include <linux/seq_file.h>
45 typedef int (*palinfo_func_t)(struct seq_file *);
126 static void bitvector_process(struct seq_file *m, u64 vector) bitvector_process()
150 static void bitregister_process(struct seq_file *m, u64 *reg_info, int max) bitregister_process()
182 static int power_info(struct seq_file *m) power_info()
211 static int cache_info(struct seq_file *m) cache_info()
289 static int vm_info(struct seq_file *m) vm_info()
419 static int register_info(struct seq_file *m) register_info()
518 static void feature_set_info(struct seq_file *m, u64 avail, u64 status, u64 control, feature_set_info()
551 static int processor_info(struct seq_file *m) processor_info()
600 static int bus_info(struct seq_file *m) bus_info()
626 static int version_info(struct seq_file *m) version_info()
650 static int perfmon_info(struct seq_file *m) perfmon_info()
690 static int frequency_info(struct seq_file *m) frequency_info()
710 static int tr_info(struct seq_file *m) tr_info()
853 struct seq_file *m; /* buffer to store results */
876 int palinfo_handle_smp(struct seq_file *m, pal_func_cpu_u_t *f) palinfo_handle_smp()
896 int palinfo_handle_smp(struct seq_file *m, pal_func_cpu_u_t *f) palinfo_handle_smp()
906 static int proc_palinfo_show(struct seq_file *m, void *v) proc_palinfo_show()
/linux-4.4.14/fs/dlm/
H A Ddebug_fs.c14 #include <linux/seq_file.h>
51 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, print_format1_lock()
74 static void print_format1(struct dlm_rsb *res, struct seq_file *s) print_format1()
167 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, print_format2_lock()
201 static void print_format2(struct dlm_rsb *r, struct seq_file *s) print_format2()
228 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, print_format3_lock()
257 static void print_format3(struct dlm_rsb *r, struct seq_file *s) print_format3()
333 static void print_format4(struct dlm_rsb *r, struct seq_file *s) print_format4()
383 static int table_seq_show(struct seq_file *seq, void *iter_ptr) table_seq_show()
422 static void *table_seq_start(struct seq_file *seq, loff_t *pos) table_seq_start()
502 static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos) table_seq_next()
567 static void table_seq_stop(struct seq_file *seq, void *iter_ptr) table_seq_stop()
612 struct seq_file *seq; table_open()
/linux-4.4.14/fs/ocfs2/cluster/
H A Dnetdebug.c34 #include <linux/seq_file.h>
104 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) nst_seq_start()
115 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) nst_seq_next()
130 static int nst_seq_show(struct seq_file *seq, void *v) nst_seq_show()
174 static void nst_seq_stop(struct seq_file *seq, void *v) nst_seq_stop()
199 struct seq_file *seq = file->private_data; nst_fop_release()
255 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) sc_seq_start()
267 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) sc_seq_next()
300 static void sc_show_sock_stats(struct seq_file *seq, sc_show_sock_stats()
315 static void sc_show_sock_container(struct seq_file *seq, sc_show_sock_container()
368 static int sc_seq_show(struct seq_file *seq, void *v) sc_seq_show()
388 static void sc_seq_stop(struct seq_file *seq, void *v) sc_seq_stop()
424 struct seq_file *seq = file->private_data; sc_fop_release()
/linux-4.4.14/drivers/s390/block/
H A Ddasd_proc.c18 #include <linux/seq_file.h>
35 dasd_devices_show(struct seq_file *m, void *v) dasd_devices_show()
109 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) dasd_devices_start()
116 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) dasd_devices_next()
122 static void dasd_devices_stop(struct seq_file *m, void *v) dasd_devices_stop()
196 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) dasd_statistics_array()
209 static int dasd_stats_proc_show(struct seq_file *m, void *v) dasd_stats_proc_show()
/linux-4.4.14/drivers/net/bonding/
H A Dbond_procfs.c9 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) __acquires()
29 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) bond_info_seq_next()
50 static void bond_info_seq_stop(struct seq_file *seq, void *v) __releases()
56 static void bond_info_show_master(struct seq_file *seq) bond_info_show_master()
166 static void bond_info_show_slave(struct seq_file *seq, bond_info_show_slave()
240 static int bond_info_seq_show(struct seq_file *seq, void *v) bond_info_seq_show()
260 struct seq_file *seq; bond_info_open()
H A Dbond_debugfs.c12 #include <linux/seq_file.h>
17 static int bond_debug_rlb_hash_show(struct seq_file *m, void *v) bond_debug_rlb_hash_show()
/linux-4.4.14/drivers/pnp/pnpbios/
H A Dproc.c26 #include <linux/seq_file.h>
36 static int pnpconfig_proc_show(struct seq_file *m, void *v) pnpconfig_proc_show()
62 static int escd_info_proc_show(struct seq_file *m, void *v) escd_info_proc_show()
90 static int escd_proc_show(struct seq_file *m, void *v) escd_proc_show()
144 static int pnp_legacyres_proc_show(struct seq_file *m, void *v) pnp_legacyres_proc_show()
174 static int pnp_devices_proc_show(struct seq_file *m, void *v) pnp_devices_proc_show()
217 static int pnpbios_proc_show(struct seq_file *m, void *v) pnpbios_proc_show()
/linux-4.4.14/net/sunrpc/
H A Ddebugfs.c25 tasks_show(struct seq_file *f, void *v) tasks_show()
47 tasks_start(struct seq_file *f, loff_t *ppos)
64 tasks_next(struct seq_file *f, void *v, loff_t *pos) tasks_next()
81 tasks_stop(struct seq_file *f, void *v)
103 struct seq_file *seq = filp->private_data; tasks_open()
120 struct seq_file *seq = filp->private_data; tasks_release()
191 xprt_info_show(struct seq_file *f, void *v) xprt_info_show()
/linux-4.4.14/net/ipv6/
H A Dproc.c22 #include <linux/seq_file.h>
33 static int sockstat6_seq_show(struct seq_file *seq, void *v) sockstat6_seq_show()
154 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) snmp6_seq_show_icmpv6msg()
190 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib, snmp6_seq_show_item()
205 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib, snmp6_seq_show_item64()
215 static int snmp6_seq_show(struct seq_file *seq, void *v) snmp6_seq_show()
244 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) snmp6_dev_seq_show()
/linux-4.4.14/net/llc/
H A Dllc_proc.c19 #include <linux/seq_file.h>
29 static void llc_ui_format_mac(struct seq_file *seq, u8 *addr) llc_ui_format_mac()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) llc_seq_next()
114 static void llc_seq_stop(struct seq_file *seq, void *v) llc_seq_stop()
126 static int llc_seq_socket_show(struct seq_file *seq, void *v) llc_seq_socket_show()
175 static int llc_seq_core_show(struct seq_file *seq, void *v) llc_seq_core_show()
/linux-4.4.14/drivers/mfd/
H A Dab8500-debugfs.c74 #include <linux/seq_file.h>
1284 /* Prints to seq_file or log_buf */ ab8500_registers_print()
1286 struct seq_file *s) ab8500_registers_print()
1323 static int ab8500_print_bank_registers(struct seq_file *s, void *p) ab8500_print_bank_registers()
1348 static int ab8500_print_all_banks(struct seq_file *s, void *p) ab8500_print_all_banks()
1435 struct seq_file *s; ab8500_all_banks_open()
1441 s = (struct seq_file *)file->private_data; ab8500_all_banks_open()
1460 static int ab8500_bank_print(struct seq_file *s, void *p) ab8500_bank_print()
1475 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_bank_write()
1493 static int ab8500_address_print(struct seq_file *s, void *p) ab8500_address_print()
1508 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_address_write()
1525 static int ab8500_val_print(struct seq_file *s, void *p) ab8500_val_print()
1552 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_val_write()
1595 static int ab8500_interrupts_print(struct seq_file *s, void *p) ab8500_interrupts_print()
1632 static int ab8500_hwreg_print(struct seq_file *s, void *d) ab8500_hwreg_print()
1670 static int ab8500_print_modem_registers(struct seq_file *s, void *p) ab8500_print_modem_registers()
1737 static int ab8500_gpadc_bat_ctrl_print(struct seq_file *s, void *p) ab8500_gpadc_bat_ctrl_print()
1768 static int ab8500_gpadc_btemp_ball_print(struct seq_file *s, void *p) ab8500_gpadc_btemp_ball_print()
1800 static int ab8500_gpadc_main_charger_v_print(struct seq_file *s, void *p) ab8500_gpadc_main_charger_v_print()
1832 static int ab8500_gpadc_acc_detect1_print(struct seq_file *s, void *p) ab8500_gpadc_acc_detect1_print()
1864 static int ab8500_gpadc_acc_detect2_print(struct seq_file *s, void *p) ab8500_gpadc_acc_detect2_print()
1896 static int ab8500_gpadc_aux1_print(struct seq_file *s, void *p) ab8500_gpadc_aux1_print()
1926 static int ab8500_gpadc_aux2_print(struct seq_file *s, void *p) ab8500_gpadc_aux2_print()
1956 static int ab8500_gpadc_main_bat_v_print(struct seq_file *s, void *p) ab8500_gpadc_main_bat_v_print()
1988 static int ab8500_gpadc_vbus_v_print(struct seq_file *s, void *p) ab8500_gpadc_vbus_v_print()
2018 static int ab8500_gpadc_main_charger_c_print(struct seq_file *s, void *p) ab8500_gpadc_main_charger_c_print()
2050 static int ab8500_gpadc_usb_charger_c_print(struct seq_file *s, void *p) ab8500_gpadc_usb_charger_c_print()
2082 static int ab8500_gpadc_bk_bat_v_print(struct seq_file *s, void *p) ab8500_gpadc_bk_bat_v_print()
2113 static int ab8500_gpadc_die_temp_print(struct seq_file *s, void *p) ab8500_gpadc_die_temp_print()
2144 static int ab8500_gpadc_usb_id_print(struct seq_file *s, void *p) ab8500_gpadc_usb_id_print()
2174 static int ab8540_gpadc_xtal_temp_print(struct seq_file *s, void *p) ab8540_gpadc_xtal_temp_print()
2205 static int ab8540_gpadc_vbat_true_meas_print(struct seq_file *s, void *p) ab8540_gpadc_vbat_true_meas_print()
2238 static int ab8540_gpadc_bat_ctrl_and_ibat_print(struct seq_file *s, void *p) ab8540_gpadc_bat_ctrl_and_ibat_print()
2279 static int ab8540_gpadc_vbat_meas_and_ibat_print(struct seq_file *s, void *p) ab8540_gpadc_vbat_meas_and_ibat_print()
2319 static int ab8540_gpadc_vbat_true_meas_and_ibat_print(struct seq_file *s, ab8540_gpadc_vbat_true_meas_and_ibat_print()
2362 static int ab8540_gpadc_bat_temp_and_ibat_print(struct seq_file *s, void *p) ab8540_gpadc_bat_temp_and_ibat_print()
2402 static int ab8540_gpadc_otp_cal_print(struct seq_file *s, void *p) ab8540_gpadc_otp_cal_print()
2439 static int ab8500_gpadc_avg_sample_print(struct seq_file *s, void *p) ab8500_gpadc_avg_sample_print()
2456 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_gpadc_avg_sample_write()
2486 static int ab8500_gpadc_trig_edge_print(struct seq_file *s, void *p) ab8500_gpadc_trig_edge_print()
2503 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_gpadc_trig_edge_write()
2533 static int ab8500_gpadc_trig_timer_print(struct seq_file *s, void *p) ab8500_gpadc_trig_timer_print()
2550 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_gpadc_trig_timer_write()
2578 static int ab8500_gpadc_conv_type_print(struct seq_file *s, void *p) ab8500_gpadc_conv_type_print()
2595 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_gpadc_conv_type_write()
2783 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_hwreg_write()
2801 static int ab8500_subscribe_unsubscribe_print(struct seq_file *s, void *p) ab8500_subscribe_unsubscribe_print()
2841 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_subscribe_write()
2904 struct device *dev = ((struct seq_file *)(file->private_data))->private; ab8500_unsubscribe_write()
/linux-4.4.14/fs/reiserfs/
H A Dprocfs.c13 #include <linux/seq_file.h>
26 static int show_version(struct seq_file *m, void *unused) show_version()
70 static int show_super(struct seq_file *m, void *unused) show_super()
133 static int show_per_level(struct seq_file *m, void *unused) show_per_level()
192 static int show_bitmap(struct seq_file *m, void *unused) show_bitmap()
225 static int show_on_disk_super(struct seq_file *m, void *unused) show_on_disk_super()
269 static int show_oidmap(struct seq_file *m, void *unused) show_oidmap()
300 static int show_journal(struct seq_file *m, void *unused) show_journal()
410 int (*func) (struct seq_file *, void *)) add_file()
/linux-4.4.14/drivers/usb/host/
H A Dfhci-dbg.c21 #include <linux/seq_file.h>
41 static int fhci_dfs_regs_show(struct seq_file *s, void *v) fhci_dfs_regs_show()
63 static int fhci_dfs_irq_stat_show(struct seq_file *s, void *v) fhci_dfs_irq_stat_show()
H A Dimx21-dbg.c49 #include <linux/seq_file.h>
199 static int debug_status_show(struct seq_file *s, void *v) debug_status_show()
262 static int debug_dmem_show(struct seq_file *s, void *v) debug_dmem_show()
283 static int debug_etd_show(struct seq_file *s, void *v) debug_etd_show()
351 static void debug_statistics_show_one(struct seq_file *s, debug_statistics_show_one()
370 static int debug_statistics_show(struct seq_file *s, void *v) debug_statistics_show()
385 static void debug_isoc_show_one(struct seq_file *s, debug_isoc_show_one()
404 static int debug_isoc_show(struct seq_file *s, void *v) debug_isoc_show()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
H A Domap_debugfs.c28 static int gem_show(struct seq_file *m, void *arg) gem_show()
47 static int mm_show(struct seq_file *m, void *arg) mm_show()
54 static int fb_show(struct seq_file *m, void *arg) fb_show()
/linux-4.4.14/drivers/gpu/drm/armada/
H A Darmada_debugfs.c12 #include <linux/seq_file.h>
17 static int armada_debugfs_gem_linear_show(struct seq_file *m, void *data) armada_debugfs_gem_linear_show()
31 static int armada_debugfs_reg_show(struct seq_file *m, void *data) armada_debugfs_reg_show()
/linux-4.4.14/include/drm/ttm/
H A Dttm_page_alloc.h64 extern int ttm_page_alloc_debugfs(struct seq_file *m, void *data);
81 extern int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data);
95 static inline int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data) ttm_dma_page_alloc_debugfs()
/linux-4.4.14/arch/mips/lasat/
H A Dpicvue_proc.c14 #include <linux/seq_file.h>
43 static int pvc_line_proc_show(struct seq_file *m, void *v) pvc_line_proc_show()
136 static int pvc_scroll_proc_show(struct seq_file *m, void *v) pvc_scroll_proc_show()
/linux-4.4.14/security/apparmor/
H A Dapparmorfs.c19 #include <linux/seq_file.h>
189 static int aa_fs_seq_show(struct seq_file *seq, void *v) aa_fs_seq_show()
228 int (*show)(struct seq_file *, void *)) aa_fs_seq_profile_open()
243 struct seq_file *seq = (struct seq_file *) file->private_data; aa_fs_seq_profile_release()
249 static int aa_fs_seq_profname_show(struct seq_file *seq, void *v) aa_fs_seq_profname_show()
272 static int aa_fs_seq_profmode_show(struct seq_file *seq, void *v) aa_fs_seq_profmode_show()
295 static int aa_fs_seq_profattach_show(struct seq_file *seq, void *v) aa_fs_seq_profattach_show()
323 static int aa_fs_seq_hash_show(struct seq_file *seq, void *v) aa_fs_seq_hash_show()
675 * @f: seq_file to fill
682 static void *p_start(struct seq_file *f, loff_t *pos) p_start()
703 * @f: seq_file to fill
711 static void *p_next(struct seq_file *f, void *p, loff_t *pos) p_next()
722 * @f: seq_file we are filling
727 static void p_stop(struct seq_file *f, void *p) p_stop()
742 * @f: seq_file to file
747 static int seq_show_profile(struct seq_file *f, void *p) seq_show_profile()
/linux-4.4.14/drivers/staging/unisys/include/
H A Dperiodic_work.h21 #include <linux/seq_file.h>
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.h41 int clip_tbl_show(struct seq_file *seq, void *v);
/linux-4.4.14/arch/tile/include/asm/
H A Dhardwall.h26 int proc_pid_hardwall(struct seq_file *m, struct pid_namespace *ns, struct pid *pid, struct task_struct *task);
/linux-4.4.14/include/net/irda/
H A Dirlan_filter.h32 void irlan_print_filter(struct seq_file *seq, int filter_type);
/linux-4.4.14/arch/powerpc/platforms/powermac/
H A Dpmac.h29 extern int of_show_percpuinfo(struct seq_file *m, int i);
/linux-4.4.14/arch/mips/include/asm/
H A Dclock.h6 #include <linux/seq_file.h>
/linux-4.4.14/arch/microblaze/kernel/
H A Dirq.c17 #include <linux/seq_file.h>
/linux-4.4.14/net/ipv4/
H A Dudp_impl.h32 int udp4_seq_show(struct seq_file *seq, void *v);
/linux-4.4.14/drivers/scsi/
H A Dscsi_proc.c26 #include <linux/seq_file.h>
73 static int proc_scsi_show(struct seq_file *m, void *v) proc_scsi_show()
172 * @data: &struct seq_file to output to.
180 struct seq_file *s = data; proc_print_scsidevice()
386 static void *scsi_seq_start(struct seq_file *sfile, loff_t *pos) scsi_seq_start()
399 static void *scsi_seq_next(struct seq_file *sfile, void *v, loff_t *pos) scsi_seq_next()
406 static void scsi_seq_stop(struct seq_file *sfile, void *v) scsi_seq_stop()
411 static int scsi_seq_show(struct seq_file *sfile, void *dev) scsi_seq_show()
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dcapimain.c17 #include <linux/seq_file.h>
80 static int diva_ctl_proc_show(struct seq_file *m, void *v) diva_ctl_proc_show()
/linux-4.4.14/drivers/net/wireless/rsi/
H A Drsi_91x_debugfs.c27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data) rsi_sdio_stats_read()
62 * rsi_sdio_stats_open() - This funtion calls single open function of seq_file
82 static int rsi_version_read(struct seq_file *seq, void *data) rsi_version_read()
103 * rsi_version_open() - This funtion calls single open function of seq_file to
123 static int rsi_stats_read(struct seq_file *seq, void *data) rsi_stats_read()
183 * rsi_stats_open() - This funtion calls single open function of seq_file to
203 static int rsi_debug_zone_read(struct seq_file *seq, void *data) rsi_debug_zone_read()
212 * rsi_debug_read() - This funtion calls single open function of seq_file to
/linux-4.4.14/drivers/acpi/
H A Dproc.c2 #include <linux/seq_file.h>
22 acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset) acpi_system_wakeup_device_seq_show()
/linux-4.4.14/crypto/asymmetric_keys/
H A Dpublic_key.c19 #include <linux/seq_file.h>
50 struct seq_file *m) public_key_describe()
/linux-4.4.14/arch/alpha/kernel/
H A Dirq.c24 #include <linux/seq_file.h>
68 int arch_show_interrupts(struct seq_file *p, int prec) arch_show_interrupts()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dsetup.c13 #include <linux/seq_file.h>
52 int show_cpuinfo(struct seq_file *m, void *v) show_cpuinfo()
/linux-4.4.14/fs/jfs/
H A Djfs_debug.c24 #include <linux/seq_file.h>
34 static int jfs_loglevel_proc_show(struct seq_file *m, void *v) jfs_loglevel_proc_show()
/linux-4.4.14/fs/nfsd/
H A Dstats.c24 #include <linux/seq_file.h>
36 static int nfsd_proc_show(struct seq_file *seq, void *v) nfsd_proc_show()
/linux-4.4.14/kernel/gcov/
H A Dgcov.h59 struct seq_file;
66 int gcov_iter_write(struct gcov_iterator *iter, struct seq_file *seq);
/linux-4.4.14/fs/pstore/
H A Dinode.c30 #include <linux/seq_file.h>
66 static void *pstore_ftrace_seq_start(struct seq_file *s, loff_t *pos) pstore_ftrace_seq_start()
86 static void pstore_ftrace_seq_stop(struct seq_file *s, void *v) pstore_ftrace_seq_stop()
91 static void *pstore_ftrace_seq_next(struct seq_file *s, void *v, loff_t *pos) pstore_ftrace_seq_next()
104 static int pstore_ftrace_seq_show(struct seq_file *s, void *v) pstore_ftrace_seq_show()
139 struct seq_file *sf = file->private_data; pstore_file_read()
150 struct seq_file *sf; pstore_file_open()
173 struct seq_file *sf = file->private_data; pstore_file_llseek()
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_l3proto.h16 #include <linux/seq_file.h>
41 void (*print_tuple)(struct seq_file *s,
/linux-4.4.14/arch/powerpc/platforms/86xx/
H A Dsbc8641d.c21 #include <linux/seq_file.h>
55 sbc8641_show_cpuinfo(struct seq_file *m) sbc8641_show_cpuinfo()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_debugfs.c38 #include <linux/seq_file.h>
111 static int musb_regdump_show(struct seq_file *s, void *unused) musb_regdump_show()
143 static int musb_test_mode_show(struct seq_file *s, void *unused) musb_test_mode_show()
192 struct seq_file *s = file->private_data; musb_test_mode_write()
248 static int musb_softconnect_show(struct seq_file *s, void *unused) musb_softconnect_show()
277 struct seq_file *s = file->private_data; musb_softconnect_write()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic79xx_proc.c46 struct seq_file *m,
49 static void ahd_dump_device_state(struct seq_file *m,
93 ahd_format_transinfo(struct seq_file *m, struct ahd_transinfo *tinfo) ahd_format_transinfo()
157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, ahd_dump_target_state()
192 ahd_dump_device_state(struct seq_file *m, struct scsi_device *sdev) ahd_dump_device_state()
274 ahd_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) ahd_linux_show_info()

Completed in 5388 milliseconds

1234567