/Linux-v5.4/include/linux/ |
D | seq_file.h | 16 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() 64 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() 84 static inline void seq_commit(struct seq_file *m, int num) in seq_commit() 102 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth() 106 void seq_pad(struct seq_file *m, char c); [all …]
|
/Linux-v5.4/drivers/isdn/capi/ |
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() [all …]
|
/Linux-v5.4/net/x25/ |
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() 120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next() [all …]
|
/Linux-v5.4/security/keys/ |
D | proc.c | 16 static void *proc_keys_start(struct seq_file *p, loff_t *_pos); 17 static void *proc_keys_next(struct seq_file *p, void *v, 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); 29 static void *proc_key_users_next(struct seq_file *p, void *v, 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); 64 static struct rb_node *key_serial_next(struct seq_file *p, struct rb_node *n) in key_serial_next() 78 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) in find_ge_key() [all …]
|
/Linux-v5.4/drivers/pinctrl/ |
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-v5.4/block/ |
D | blk-mq-debugfs.c | 17 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat) in print_stat() 27 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show() 44 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start() 53 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next() 60 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop() 75 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show() 95 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show() 131 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show() 178 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show() 219 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show() [all …]
|
/Linux-v5.4/fs/afs/ |
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() 57 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 64 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() 69 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 88 struct seq_file *m = file->private_data; in afs_proc_cells_write() 150 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() 209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() [all …]
|
/Linux-v5.4/drivers/infiniband/hw/qib/ |
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() 78 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 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() 131 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next() 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() [all …]
|
/Linux-v5.4/net/appletalk/ |
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() 152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() [all …]
|
/Linux-v5.4/net/core/ |
D | net-procfs.c | 16 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() 32 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() 53 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 66 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 72 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 78 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() 106 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 132 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 137 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 143 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() [all …]
|
/Linux-v5.4/fs/ |
D | seq_file.c | 25 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 53 struct seq_file *p; in seq_open() 91 static int traverse(struct seq_file *m, loff_t offset) in traverse() 155 struct seq_file *m = file->private_data; in seq_read() 312 struct seq_file *m = file->private_data; in seq_lseek() 359 struct seq_file *m = file->private_data; in seq_release() 376 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() 387 void seq_escape_mem_ascii(struct seq_file *m, const char *src, size_t isz) in seq_escape_mem_ascii() 398 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 413 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() [all …]
|
/Linux-v5.4/arch/csky/kernel/ |
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-v5.4/drivers/infiniband/ulp/ipoib/ |
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 struct seq_file *seq; in ipoib_mcg_open() 157 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start() 176 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_path_seq_next() 191 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_stop() 196 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_show() 241 struct seq_file *seq; in ipoib_path_open()
|
/Linux-v5.4/drivers/misc/genwqe/ |
D | card_debugfs.c | 28 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show() 43 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show() 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() 90 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_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() [all …]
|
/Linux-v5.4/arch/powerpc/kernel/ |
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); 151 static int ppc_rtas_tone_freq_show(struct seq_file *m, void *v); 154 static int ppc_rtas_tone_volume_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, 228 static void check_location_string(struct seq_file *m, const char *c); [all …]
|
/Linux-v5.4/kernel/locking/ |
D | lockdep_proc.c | 27 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 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() 41 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 58 static int l_show(struct seq_file *m, void *v) in l_show() 105 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 116 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 122 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 126 static int lc_show(struct seq_file *m, void *v) in lc_show() 163 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show() [all …]
|
/Linux-v5.4/net/8021q/ |
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-v5.4/drivers/infiniband/hw/hfi1/ |
D | debugfs.c | 98 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 107 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 117 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 121 static int opcode_stats_show(struct seq_file *s, u8 i, u64 packets, u64 bytes) in opcode_stats_show() 132 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 156 static void *_tx_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _tx_opcode_stats_seq_start() 161 static void *_tx_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _tx_opcode_stats_seq_next() 166 static void _tx_opcode_stats_seq_stop(struct seq_file *s, void *v) in _tx_opcode_stats_seq_stop() 170 static int _tx_opcode_stats_seq_show(struct seq_file *s, void *v) in _tx_opcode_stats_seq_show() 192 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) in _ctx_stats_seq_start() [all …]
|
/Linux-v5.4/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 57 static void *adf_ring_start(struct seq_file *sfile, loff_t *pos) in adf_ring_start() 73 static void *adf_ring_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_ring_next() 85 static int adf_ring_show(struct seq_file *sfile, void *v) in adf_ring_show() 119 static void adf_ring_stop(struct seq_file *sfile, void *v) in adf_ring_stop() 136 struct seq_file *seq_f = file->private_data; in adf_ring_open() 179 static void *adf_bank_start(struct seq_file *sfile, loff_t *pos) in adf_bank_start() 191 static void *adf_bank_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_bank_next() 199 static int adf_bank_show(struct seq_file *sfile, void *v) in adf_bank_show() 230 static void adf_bank_stop(struct seq_file *sfile, void *v) in adf_bank_stop() 247 struct seq_file *seq_f = file->private_data; in adf_bank_open()
|
/Linux-v5.4/fs/notify/ |
D | fdinfo.c | 25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 26 void (*show)(struct seq_file *m, in show_fdinfo() 42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() 103 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 112 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 143 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/Linux-v5.4/net/rxrpc/ |
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-v5.4/security/integrity/ima/ |
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,
|
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
D | debug.c | 17 int (*cb_read)(struct seq_file *m, void *v); 39 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show() 59 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write() 99 static int rtw_debugfs_get_read_reg(struct seq_file *m, void *v) in rtw_debugfs_get_read_reg() 124 static int rtw_debugfs_get_rf_read(struct seq_file *m, void *v) in rtw_debugfs_get_rf_read() 166 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_read_reg() 190 static int rtw_debugfs_get_dump_cam(struct seq_file *m, void *v) in rtw_debugfs_get_dump_cam() 216 static int rtw_debugfs_get_rsvd_page(struct seq_file *m, void *v) in rtw_debugfs_get_rsvd_page() 256 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rsvd_page() 282 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_single_input() [all …]
|
/Linux-v5.4/arch/x86/platform/atom/ |
D | punit_atom_debug.c | 79 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show() argument 82 struct punit_device *punit_devp = seq_file->private; in punit_dev_state_show() 86 seq_puts(seq_file, "\n\nPUNIT NORTH COMPLEX DEVICES :\n"); in punit_dev_state_show() 91 seq_printf(seq_file, "%9s : Read Failed\n", in punit_dev_state_show() 95 seq_printf(seq_file, "%9s : %s\n", punit_devp->name, in punit_dev_state_show()
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | pm-debug.c | 71 struct seq_file *s = (struct seq_file *)user; in clkdm_dbg_show_counter() 86 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_counter() 115 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_timer() 136 static int pm_dbg_counters_show(struct seq_file *s, void *unused) in pm_dbg_counters_show() 145 static int pm_dbg_timers_show(struct seq_file *s, void *unused) in pm_dbg_timers_show()
|