/linux/include/linux/ |
A D | seq_file.h | 17 struct seq_file { struct 33 void * (*start) (struct seq_file *m, loff_t *pos); argument 34 void (*stop) (struct seq_file *m, void *v); 35 void * (*next) (struct seq_file *m, void *v, loff_t *pos); 36 int (*show) (struct seq_file *m, void *v); 51 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed() 84 static inline void seq_commit(struct seq_file *m, int num) in seq_commit() 106 void seq_pad(struct seq_file *m, char c); 120 void seq_putc(struct seq_file *m, char c); 121 void seq_puts(struct seq_file *m, const char *s); [all …]
|
/linux/security/keys/ |
A D | proc.c | 16 static void *proc_keys_start(struct seq_file *p, loff_t *_pos); 18 static void proc_keys_stop(struct seq_file *p, void *v); 19 static int proc_keys_show(struct seq_file *m, void *v); 28 static void *proc_key_users_start(struct seq_file *p, loff_t *_pos); 30 static void proc_key_users_stop(struct seq_file *p, void *v); 31 static int proc_key_users_show(struct seq_file *m, void *v); 112 static void *proc_keys_start(struct seq_file *p, loff_t *_pos) in proc_keys_start() 147 static void proc_keys_stop(struct seq_file *p, void *v) in proc_keys_stop() 153 static int proc_keys_show(struct seq_file *m, void *v) in proc_keys_show() 297 static void proc_key_users_stop(struct seq_file *p, void *v) in proc_key_users_stop() [all …]
|
/linux/net/x25/ |
A D | x25_proc.c | 25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() 32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() 37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() 43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() 60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() 67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() 72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() 78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() 113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() 125 static void x25_seq_forward_stop(struct seq_file *seq, void *v) in x25_seq_forward_stop() [all …]
|
/linux/fs/ |
A D | seq_file.c | 28 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 59 struct seq_file *p; in seq_open() 90 static int traverse(struct seq_file *m, loff_t offset) in traverse() 173 struct seq_file *m = iocb->ki_filp->private_data; in seq_read_iter() 310 struct seq_file *m = file->private_data; in seq_lseek() 354 struct seq_file *m = file->private_data; in seq_release() 622 struct seq_file *seq = file->private_data; in seq_release_private() 635 struct seq_file *seq; in __seq_open_private() 663 void seq_putc(struct seq_file *m, char c) in seq_putc() 672 void seq_puts(struct seq_file *m, const char *s) in seq_puts() [all …]
|
/linux/fs/afs/ |
A D | proc.c | 21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net() 26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single() 34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show() 71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 90 struct seq_file *m = file->private_data; in afs_proc_cells_write() 152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() 376 static int afs_proc_servers_show(struct seq_file *m, void *v) in afs_proc_servers_show() 436 static int afs_proc_sysname_show(struct seq_file *m, void *v) in afs_proc_sysname_show() 493 struct seq_file *m = file->private_data; in afs_proc_sysname_write() [all …]
|
/linux/block/ |
A D | blk-mq-debugfs.c | 27 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show() 136 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show() 225 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show() 253 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show() 356 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v) in blk_mq_debugfs_rq_show() 394 struct seq_file *m; 413 static int hctx_busy_show(void *data, struct seq_file *m) in hctx_busy_show() 447 static void blk_mq_debugfs_tags_show(struct seq_file *m, in blk_mq_debugfs_tags_show() 532 static int hctx_run_show(void *data, struct seq_file *m) in hctx_run_show() 613 struct seq_file *m = file->private_data; in blk_mq_debugfs_write() [all …]
|
/linux/drivers/infiniband/hw/qib/ |
A D | qib_debugfs.c | 52 struct seq_file *seq; \ 69 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 89 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 94 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 119 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) in DEBUGFS_FILE() 145 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 150 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 181 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) in DEBUGFS_FILE() 205 static void *_qp_stats_seq_next(struct seq_file *s, void *iter_ptr, in _qp_stats_seq_next() 221 static void _qp_stats_seq_stop(struct seq_file *s, void *iter_ptr) in _qp_stats_seq_stop() [all …]
|
/linux/net/core/ |
A D | net-procfs.c | 50 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 63 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 69 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 103 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 135 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 146 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() 150 static int softnet_seq_show(struct seq_file *seq, void *v) in softnet_seq_show() 215 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start() 251 static void ptype_seq_stop(struct seq_file *seq, void *v) in ptype_seq_stop() 257 static int ptype_seq_show(struct seq_file *seq, void *v) in ptype_seq_show() [all …]
|
/linux/drivers/pinctrl/ |
A D | pinconf.h | 71 void pinconf_show_map(struct seq_file *s, const struct pinctrl_map *map); 72 void pinconf_show_setting(struct seq_file *s, 79 static inline void pinconf_show_map(struct seq_file *s, in pinconf_show_map() 84 static inline void pinconf_show_setting(struct seq_file *s, in pinconf_show_setting() 104 struct seq_file *s, const char *gname, 108 struct seq_file *s, unsigned long config); 112 struct seq_file *s, in pinconf_generic_dump_pins() 119 struct seq_file *s, in pinconf_generic_dump_config()
|
/linux/net/appletalk/ |
A D | atalk_proc.c | 27 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start() 36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() 53 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() 59 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() 88 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start() 97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() 114 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() 120 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() 145 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start() 157 static void atalk_seq_socket_stop(struct seq_file *seq, void *v) in atalk_seq_socket_stop() [all …]
|
/linux/drivers/isdn/capi/ |
A D | kcapi_proc.c | 38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start() 49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next() 58 static void controller_stop(struct seq_file *seq, void *v) in controller_stop() 64 static int controller_show(struct seq_file *seq, void *v) in controller_show() 80 static int contrstats_show(struct seq_file *seq, void *v) in contrstats_show() 117 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start() 129 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next() 138 static void applications_stop(struct seq_file *seq, void *v) in applications_stop() 145 applications_show(struct seq_file *seq, void *v) in applications_show() 162 applstats_show(struct seq_file *seq, void *v) in applstats_show()
|
/linux/drivers/infiniband/hw/hfi1/ |
A D | debugfs.c | 91 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 177 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 182 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 304 static void _sdes_seq_stop(struct seq_file *s, void *v) in _sdes_seq_stop() 308 static int _sdes_seq_show(struct seq_file *s, void *v) in _sdes_seq_show() 346 static void _rcds_seq_stop(struct seq_file *s, void *v) in _rcds_seq_stop() 350 static int _rcds_seq_show(struct seq_file *s, void *v) in _rcds_seq_show() 392 static void _pios_seq_stop(struct seq_file *s, void *v) in _pios_seq_stop() 396 static int _pios_seq_show(struct seq_file *s, void *v) in _pios_seq_show() 1275 struct seq_file *s, in _driver_stats_names_seq_next() [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
A D | debug.c | 21 int (*cb_read)(struct seq_file *m, void *v); 71 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write() 180 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_read_reg() 271 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rsvd_page() 297 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_single_input() 417 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rf_read() 539 static void rtw_print_rate(struct seq_file *m, u8 rate) in rtw_print_rate() 797 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_coex_enable() 836 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_edcca_enable() 868 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_fw_crash() [all …]
|
/linux/arch/powerpc/kernel/ |
A D | rtas-proc.c | 138 static int ppc_rtas_sensors_show(struct seq_file *m, void *v); 139 static int ppc_rtas_clock_show(struct seq_file *m, void *v); 142 static int ppc_rtas_progress_show(struct seq_file *m, void *v); 145 static int ppc_rtas_poweron_show(struct seq_file *m, void *v); 155 static int ppc_rtas_rmo_buf_show(struct seq_file *m, void *v); 223 static void ppc_rtas_process_sensor(struct seq_file *m, 226 static void get_location_code(struct seq_file *m, 229 static void check_location(struct seq_file *m, const char *c); 304 static int ppc_rtas_poweron_show(struct seq_file *m, void *v) in ppc_rtas_poweron_show() 367 static int ppc_rtas_clock_show(struct seq_file *m, void *v) in ppc_rtas_clock_show() [all …]
|
/linux/drivers/misc/genwqe/ |
A D | card_debugfs.c | 69 static int curr_dbg_uid0_show(struct seq_file *s, void *unused) in curr_dbg_uid0_show() 76 static int curr_dbg_uid1_show(struct seq_file *s, void *unused) in curr_dbg_uid1_show() 83 static int curr_dbg_uid2_show(struct seq_file *s, void *unused) in curr_dbg_uid2_show() 98 static int prev_dbg_uid0_show(struct seq_file *s, void *unused) in prev_dbg_uid0_show() 105 static int prev_dbg_uid1_show(struct seq_file *s, void *unused) in prev_dbg_uid1_show() 112 static int prev_dbg_uid2_show(struct seq_file *s, void *unused) in prev_dbg_uid2_show() 119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show() 148 static int prev_regs_show(struct seq_file *s, void *unused) in prev_regs_show() 172 static int jtimer_show(struct seq_file *s, void *unused) in jtimer_show() 211 static int ddcb_info_show(struct seq_file *s, void *unused) in ddcb_info_show() [all …]
|
/linux/kernel/locking/ |
A D | lockdep_proc.c | 32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 37 static void l_stop(struct seq_file *m, void *v) in l_stop() 58 static int l_show(struct seq_file *m, void *v) in l_show() 124 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 128 static int lc_show(struct seq_file *m, void *v) in lc_show() 414 static void seq_time(struct seq_file *m, s64 time) in seq_time() 543 static void seq_header(struct seq_file *m) in seq_header() 591 static void ls_stop(struct seq_file *m, void *v) in ls_stop() 595 static int ls_show(struct seq_file *m, void *v) in ls_show() 624 struct seq_file *m = file->private_data; in lock_stat_open() [all …]
|
/linux/arch/csky/kernel/ |
A D | cpu-probe.c | 13 struct seq_file *m = (struct seq_file *)arg; in percpu_print() 46 static int c_show(struct seq_file *m, void *v) in c_show() 61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
|
/linux/net/8021q/ |
A D | vlanproc.c | 36 static int vlan_seq_show(struct seq_file *seq, void *v); 37 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos); 38 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos); 39 static void vlan_seq_stop(struct seq_file *seq, void *); 40 static int vlandev_seq_show(struct seq_file *seq, void *v); 167 static void *vlan_seq_start(struct seq_file *seq, loff_t *pos) in vlan_seq_start() 189 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() 210 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() 216 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show() 241 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
|
/linux/net/rxrpc/ |
A D | proc.c | 27 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 38 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() 45 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() 55 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() 132 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 141 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() 149 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() 157 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show() 215 static int rxrpc_peer_seq_show(struct seq_file *seq, void *v) in rxrpc_peer_seq_show() 252 static void *rxrpc_peer_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_peer_seq_start() [all …]
|
/linux/Documentation/filesystems/ |
A D | seq_file.rst | 4 The seq_file Interface 34 The seq_file interface is available via <linux/seq_file.h>. There are 35 three aspects to seq_file: 111 static void *ct_seq_start(struct seq_file *s, loff_t *pos) 174 static void ct_seq_stop(struct seq_file *s, void *v) 182 static int ct_seq_show(struct seq_file *s, void *v) 240 seq_putc(struct seq_file *m, char c); 241 seq_puts(struct seq_file *m, const char *s); 250 int seq_path(struct seq_file *m, const struct path *path, 263 bool seq_has_overflowed(struct seq_file *m); [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_display_debugfs.c | 644 static void intel_hdcp_info(struct seq_file *m, in intel_hdcp_info() 669 static void intel_dp_info(struct seq_file *m, in intel_dp_info() 693 static void intel_hdmi_info(struct seq_file *m, in intel_hdmi_info() 972 struct seq_file *m = file->private_data; in crtc_updates_write() 1163 struct seq_file *m = file->private_data; in i915_ipc_status_write() 1710 struct seq_file *m = file->private_data; in wm_latency_write() 1756 struct seq_file *m = file->private_data; in pri_wm_latency_write() 1771 struct seq_file *m = file->private_data; in spr_wm_latency_write() 1786 struct seq_file *m = file->private_data; in cur_wm_latency_write() 1848 struct seq_file *m = file->private_data; in i915_hpd_storm_ctl_write() [all …]
|
/linux/kernel/time/ |
A D | timer_list.c | 31 static void SEQ_printf(struct seq_file *m, const char *fmt, ...) in SEQ_printf() 46 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer() 60 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 99 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 115 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 178 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice() 242 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header() 257 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() 284 static int timer_list_show(struct seq_file *m, void *v) in timer_list_show() 320 static void *timer_list_start(struct seq_file *file, loff_t *offset) in timer_list_start() [all …]
|
/linux/drivers/infiniband/ulp/ipoib/ |
A D | ipoib_fs.c | 58 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) in ipoib_mcg_seq_start() 77 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_mcg_seq_next() 92 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_stop() 97 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_show() 136 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start() 155 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_path_seq_next() 170 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_stop() 175 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_show()
|
/linux/fs/notify/ |
A D | fdinfo.c | 24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 25 void (*show)(struct seq_file *m, in show_fdinfo() 41 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 68 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 75 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 142 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/linux/security/integrity/ima/ |
A D | ima_template_lib.h | 20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, 22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, 24 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, 26 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, 28 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show, 30 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
|