/linux-4.4.14/include/linux/ |
D | seq_file.h | 18 struct seq_file { struct 37 void * (*start) (struct seq_file *m, loff_t *pos); argument 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); 55 static inline bool seq_has_overflowed(struct seq_file *m) in seq_has_overflowed() 68 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() 88 static inline void seq_commit(struct seq_file *m, int num) in seq_commit() 106 static inline void seq_setwidth(struct seq_file *m, size_t size) in seq_setwidth() 110 void seq_pad(struct seq_file *m, char c); [all …]
|
D | hid-debug.h | 31 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 *);
|
D | lru_cache.h | 266 struct seq_file; 267 extern size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc); 269 extern void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, 270 void (*detail) (struct seq_file *, struct lc_element *));
|
D | cgroup-defs.h | 29 struct seq_file; 387 int (*seq_show)(struct seq_file *sf, void *v); 390 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); 391 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); 392 void (*seq_stop)(struct seq_file *sf, void *v);
|
D | blk-cgroup.h | 189 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, 190 u64 (*prfill)(struct seq_file *, 194 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v); 195 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, 197 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off); 198 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, 200 int blkg_print_stat_bytes(struct seq_file *sf, void *v); 201 int blkg_print_stat_ios(struct seq_file *sf, void *v); 202 int blkg_print_stat_bytes_recursive(struct seq_file *sf, void *v); 203 int blkg_print_stat_ios_recursive(struct seq_file *sf, void *v);
|
D | seq_file_net.h | 18 int (*show)(struct seq_file *, void *)); 21 static inline struct net *seq_file_net(struct seq_file *seq) in seq_file_net()
|
D | cpuset.h | 74 extern void cpuset_task_status_allowed(struct seq_file *m, 76 extern int proc_cpuset_show(struct seq_file *m, struct pid_namespace *ns, 193 static inline void cpuset_task_status_allowed(struct seq_file *m, in cpuset_task_status_allowed()
|
D | kernfs.h | 23 struct seq_file; 148 int (*show_options)(struct seq_file *sf, struct kernfs_root *root); 201 int (*seq_show)(struct seq_file *sf, void *v); 203 void *(*seq_start)(struct seq_file *sf, loff_t *ppos); 204 void *(*seq_next)(struct seq_file *sf, void *v, loff_t *ppos); 205 void (*seq_stop)(struct seq_file *sf, void *v);
|
/linux-4.4.14/fs/afs/ |
D | proc.c | 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, [all …]
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinconf.h | 63 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, in pinconf_show_map() 76 static inline void pinconf_show_setting(struct seq_file *s, in pinconf_show_setting() 96 struct seq_file *s, const char *gname, 100 struct seq_file *s, unsigned long config); 104 struct seq_file *s, in pinconf_generic_dump_pins() 111 struct seq_file *s, in pinconf_generic_dump_config()
|
D | pinmux.h | 90 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, in pinmux_show_map() 103 static inline void pinmux_show_setting(struct seq_file *s, in pinmux_show_setting()
|
D | pinconf.c | 205 static void pinconf_show_config(struct seq_file *s, struct pinctrl_dev *pctldev, in pinconf_show_config() 227 void pinconf_show_map(struct seq_file *s, struct pinctrl_map const *map) in pinconf_show_map() 250 void pinconf_show_setting(struct seq_file *s, in pinconf_show_setting() 284 struct seq_file *s, int pin) in pinconf_dump_pin() 294 static int pinconf_pins_show(struct seq_file *s, void *what) in pinconf_pins_show() 328 struct seq_file *s, unsigned selector, in pinconf_dump_group() 339 static int pinconf_groups_show(struct seq_file *s, void *what) in pinconf_groups_show() 407 static int pinconf_dbg_config_print(struct seq_file *s, void *d) in pinconf_dbg_config_print()
|
/linux-4.4.14/security/keys/ |
D | proc.c | 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) in key_serial_next() 104 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) in find_ge_key() [all …]
|
/linux-4.4.14/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() 143 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start() 155 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next() 164 static void applications_stop(struct seq_file *seq, void *v) in applications_stop() 171 applications_show(struct seq_file *seq, void *v) in applications_show() 188 applstats_show(struct seq_file *seq, void *v) in applstats_show() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 53 struct seq_file *seq; \ 79 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 88 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 99 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 104 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 129 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) in DEBUGFS_FILE() 141 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next() 155 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 160 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 191 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) in DEBUGFS_FILE() [all …]
|
/linux-4.4.14/net/x25/ |
D | x25_proc.c | 30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start() 37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next() 42 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop() 48 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show() 65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start() 72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next() 77 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop() 83 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show() 118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() 125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next() [all …]
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 32 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() 49 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() 67 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() 77 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() 84 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 90 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 97 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 112 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 117 static int ct_seq_show(struct seq_file *s, void *v) in ct_seq_show() 221 static struct hlist_node *ct_expect_get_first(struct seq_file *seq) in ct_expect_get_first() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lproc_lov.c | 44 static int lov_stripesize_seq_show(struct seq_file *m, void *v) in lov_stripesize_seq_show() 59 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; in lov_stripesize_seq_write() 77 static int lov_stripeoffset_seq_show(struct seq_file *m, void *v) in lov_stripeoffset_seq_show() 92 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; in lov_stripeoffset_seq_write() 109 static int lov_stripetype_seq_show(struct seq_file *m, void *v) in lov_stripetype_seq_show() 124 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; in lov_stripetype_seq_write() 141 static int lov_stripecount_seq_show(struct seq_file *m, void *v) in lov_stripecount_seq_show() 156 struct obd_device *dev = ((struct seq_file *)file->private_data)->private; in lov_stripecount_seq_write() 197 static int lov_desc_uuid_seq_show(struct seq_file *m, void *v) in lov_desc_uuid_seq_show() 210 static void *lov_tgt_seq_start(struct seq_file *p, loff_t *pos) in lov_tgt_seq_start() [all …]
|
/linux-4.4.14/fs/ |
D | seq_file.c | 21 static void seq_set_overflow(struct seq_file *m) in seq_set_overflow() 63 struct seq_file *p; in seq_open() 100 static int traverse(struct seq_file *m, loff_t offset) in traverse() 170 struct seq_file *m = file->private_data; in seq_read() 321 struct seq_file *m = file->private_data; in seq_lseek() 367 struct seq_file *m = file->private_data; in seq_release() 384 void seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape() 395 void seq_vprintf(struct seq_file *m, const char *f, va_list args) in seq_vprintf() 410 void seq_printf(struct seq_file *m, const char *f, ...) in seq_printf() 461 int seq_path(struct seq_file *m, const struct path *path, const char *esc) in seq_path() [all …]
|
D | proc_namespace.c | 20 struct seq_file *m = file->private_data; in mounts_poll() 42 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts() 61 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts() 80 static inline void mangle(struct seq_file *m, const char *s) in mangle() 85 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() 94 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 128 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 188 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() argument 242 struct seq_file *m; in mounts_open_common() [all …]
|
/linux-4.4.14/net/core/ |
D | net-procfs.c | 15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() 31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() 52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 71 static void dev_seq_stop(struct seq_file *seq, void *v) in dev_seq_stop() 77 static void dev_seq_printf_stats(struct seq_file *seq, struct net_device *dev) in dev_seq_printf_stats() 105 static int dev_seq_show(struct seq_file *seq, void *v) in dev_seq_show() 131 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 136 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 142 static void softnet_seq_stop(struct seq_file *seq, void *v) in softnet_seq_stop() [all …]
|
/linux-4.4.14/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-4.4.14/net/appletalk/ |
D | atalk_proc.c | 30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start() 39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next() 56 static void atalk_seq_interface_stop(struct seq_file *seq, void *v) in atalk_seq_interface_stop() 62 static int atalk_seq_interface_show(struct seq_file *seq, void *v) in atalk_seq_interface_show() 91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start() 100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next() 117 static void atalk_seq_route_stop(struct seq_file *seq, void *v) in atalk_seq_route_stop() 123 static int atalk_seq_route_show(struct seq_file *seq, void *v) in atalk_seq_route_show() 148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start() 155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | rtas-proc.c | 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); [all …]
|
/linux-4.4.14/kernel/rcu/ |
D | tree_trace.c | 56 struct seq_file *m = (struct seq_file *)file->private_data; in r_open() 62 static void *r_start(struct seq_file *m, loff_t *pos) in r_start() 71 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next() 77 static void r_stop(struct seq_file *m, void *v) in r_stop() 81 static int show_rcubarrier(struct seq_file *m, void *v) in show_rcubarrier() 114 static void print_one_rcu_data(struct seq_file *m, struct rcu_data *rdp) in print_one_rcu_data() 158 static int show_rcudata(struct seq_file *m, void *v) in show_rcudata() 184 static int show_rcuexp(struct seq_file *m, void *v) in show_rcuexp() 215 static void print_one_rcu_node_boost(struct seq_file *m, struct rcu_node *rnp) in print_one_rcu_node_boost() 238 static int show_rcu_node_boost(struct seq_file *m, void *unused) in show_rcu_node_boost() [all …]
|
/linux-4.4.14/kernel/locking/ |
D | lockdep_proc.c | 26 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 31 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 36 static void l_stop(struct seq_file *m, void *v) in l_stop() 40 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 57 static int l_show(struct seq_file *m, void *v) in l_show() 116 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 127 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 133 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 137 static int lc_show(struct seq_file *m, void *v) in lc_show() 184 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show() [all …]
|
/linux-4.4.14/kernel/time/ |
D | timer_list.c | 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, ...) in SEQ_printf() 51 static void print_name_offset(struct seq_file *m, void *sym) in print_name_offset() 62 print_timer(struct seq_file *m, struct hrtimer *taddr, struct hrtimer *timer, in print_timer() 89 print_active_timers(struct seq_file *m, struct hrtimer_clock_base *base, in print_active_timers() 125 print_base(struct seq_file *m, struct hrtimer_clock_base *base, u64 now) in print_base() 143 static void print_cpu(struct seq_file *m, int cpu, u64 now) in print_cpu() 206 print_tickdevice(struct seq_file *m, struct tick_device *td, int cpu) in print_tickdevice() 273 static void timer_list_show_tickdevices_header(struct seq_file *m) in timer_list_show_tickdevices_header() 288 static inline void timer_list_header(struct seq_file *m, u64 now) in timer_list_header() [all …]
|
/linux-4.4.14/net/8021q/ |
D | vlanproc.c | 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) in vlan_seq_start() 224 static void *vlan_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vlan_seq_next() 245 static void vlan_seq_stop(struct seq_file *seq, void *v) in vlan_seq_stop() 251 static int vlan_seq_show(struct seq_file *seq, void *v) in vlan_seq_show() 276 static int vlandev_seq_show(struct seq_file *seq, void *offset) in vlandev_seq_show()
|
/linux-4.4.14/fs/notify/ |
D | fdinfo.c | 23 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() 24 void (*show)(struct seq_file *m, in show_fdinfo() 40 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 67 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() 74 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() 140 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
D | fdinfo.h | 7 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);
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_standalone.c | 40 print_tuple(struct seq_file *s, const struct nf_conntrack_tuple *tuple, in print_tuple() 55 static struct hlist_nulls_node *ct_get_first(struct seq_file *seq) in ct_get_first() 71 static struct hlist_nulls_node *ct_get_next(struct seq_file *seq, in ct_get_next() 90 static struct hlist_nulls_node *ct_get_idx(struct seq_file *seq, loff_t pos) in ct_get_idx() 100 static void *ct_seq_start(struct seq_file *seq, loff_t *pos) in ct_seq_start() 110 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) in ct_seq_next() 116 static void ct_seq_stop(struct seq_file *s, void *v) in ct_seq_stop() 123 static void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 138 static inline void ct_show_secctx(struct seq_file *s, const struct nf_conn *ct) in ct_show_secctx() 144 static void ct_show_zone(struct seq_file *s, const struct nf_conn *ct, in ct_show_zone() [all …]
|
/linux-4.4.14/net/rxrpc/ |
D | ar-proc.c | 31 static void *rxrpc_call_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_call_seq_start() 37 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next() 42 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop() 47 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show() 112 static void *rxrpc_connection_seq_start(struct seq_file *seq, loff_t *_pos) in rxrpc_connection_seq_start() 118 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next() 124 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop() 129 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 77 struct seq_file *seq; \ 109 static void *_opcode_stats_seq_start(struct seq_file *s, loff_t *pos) in _opcode_stats_seq_start() 120 static void *_opcode_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _opcode_stats_seq_next() 131 static void _opcode_stats_seq_stop(struct seq_file *s, void *v) in _opcode_stats_seq_stop() 137 static int _opcode_stats_seq_show(struct seq_file *s, void *v) in _opcode_stats_seq_show() 164 static void *_ctx_stats_seq_start(struct seq_file *s, loff_t *pos) in _ctx_stats_seq_start() 176 static void *_ctx_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _ctx_stats_seq_next() 190 static void _ctx_stats_seq_stop(struct seq_file *s, void *v) in _ctx_stats_seq_stop() 195 static int _ctx_stats_seq_show(struct seq_file *s, void *v) in _ctx_stats_seq_show() 228 static void *_qp_stats_seq_start(struct seq_file *s, loff_t *pos) in _qp_stats_seq_start() [all …]
|
/linux-4.4.14/net/batman-adv/ |
D | bridge_loop_avoidance.h | 25 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, in batadv_bla_claim_table_seq_print_text() 77 static inline int batadv_bla_backbone_table_seq_print_text(struct seq_file *seq, in batadv_bla_backbone_table_seq_print_text()
|
D | translation-table.h | 26 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);
|
D | network-coding.h | 27 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, in batadv_nc_nodes_seq_print_text()
|
D | originator.h | 34 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);
|
D | gateway_client.h | 26 struct seq_file; 42 int batadv_gw_client_seq_print_text(struct seq_file *seq, void *offset);
|
/linux-4.4.14/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() 184 static void *adf_bank_start(struct seq_file *sfile, loff_t *pos) in adf_bank_start() 196 static void *adf_bank_next(struct seq_file *sfile, void *v, loff_t *pos) in adf_bank_next() 204 static int adf_bank_show(struct seq_file *sfile, void *v) in adf_bank_show() 235 static void adf_bank_stop(struct seq_file *sfile, void *v) in adf_bank_stop() 252 struct seq_file *seq_f = file->private_data; in adf_bank_open()
|
D | adf_cfg.c | 57 static void *qat_dev_cfg_start(struct seq_file *sfile, loff_t *pos) in qat_dev_cfg_start() 65 static int qat_dev_cfg_show(struct seq_file *sfile, void *v) in qat_dev_cfg_show() 80 static void *qat_dev_cfg_next(struct seq_file *sfile, void *v, loff_t *pos) in qat_dev_cfg_next() 87 static void qat_dev_cfg_stop(struct seq_file *sfile, void *v) in qat_dev_cfg_stop() 104 struct seq_file *seq_f = file->private_data; in qat_dev_cfg_open()
|
/linux-4.4.14/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() 92 seq_printf(seq_file, "%9s : Read Failed\n", in punit_dev_state_show() 96 seq_printf(seq_file, "%9s : %s\n", punit_devp->name, in punit_dev_state_show()
|
/linux-4.4.14/net/sctp/ |
D | proc.c | 74 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show() 121 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs() 157 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs() 180 static void *sctp_eps_seq_start(struct seq_file *seq, loff_t *pos) in sctp_eps_seq_start() 194 static void sctp_eps_seq_stop(struct seq_file *seq, void *v) in sctp_eps_seq_stop() 199 static void *sctp_eps_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_eps_seq_next() 209 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show() 285 static void *sctp_assocs_seq_start(struct seq_file *seq, loff_t *pos) in sctp_assocs_seq_start() 303 static void sctp_assocs_seq_stop(struct seq_file *seq, void *v) in sctp_assocs_seq_stop() 308 static void *sctp_assocs_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_assocs_seq_next() [all …]
|
D | objcnt.c | 79 static int sctp_objcnt_seq_show(struct seq_file *seq, void *v) in sctp_objcnt_seq_show() 91 static void *sctp_objcnt_seq_start(struct seq_file *seq, loff_t *pos) in sctp_objcnt_seq_start() 96 static void sctp_objcnt_seq_stop(struct seq_file *seq, void *v) in sctp_objcnt_seq_stop() 100 static void *sctp_objcnt_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sctp_objcnt_seq_next()
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_debugfs.c | 49 static void dbg_uidn_show(struct seq_file *s, struct genwqe_reg *regs, in dbg_uidn_show() 64 static int curr_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in curr_dbg_uidn_show() 90 static int genwqe_curr_dbg_uid0_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid0_show() 97 static int genwqe_curr_dbg_uid1_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid1_show() 104 static int genwqe_curr_dbg_uid2_show(struct seq_file *s, void *unused) in genwqe_curr_dbg_uid2_show() 111 static int prev_dbg_uidn_show(struct seq_file *s, void *unused, int uid) in prev_dbg_uidn_show() 119 static int genwqe_prev_dbg_uid0_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid0_show() 126 static int genwqe_prev_dbg_uid1_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid1_show() 133 static int genwqe_prev_dbg_uid2_show(struct seq_file *s, void *unused) in genwqe_prev_dbg_uid2_show() 140 static int genwqe_curr_regs_show(struct seq_file *s, void *unused) in genwqe_curr_regs_show() [all …]
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_proc.c | 15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show() 60 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show() 110 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show() 122 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start() 129 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next() 135 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop() 152 struct seq_file *m = file->private_data; in prism2_wds_proc_open() 166 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show() 193 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start() 200 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next() [all …]
|
/linux-4.4.14/include/linux/pinctrl/ |
D | pinconf.h | 20 struct seq_file; 63 struct seq_file *s, 66 struct seq_file *s, 69 struct seq_file *s,
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 1 The seq_file interface 29 The seq_file interface is available via <linux/seq_file.h>. There are 30 three aspects to seq_file: 41 We'll look at the seq_file interface via an extremely simple example: a 69 Modules implementing a virtual file with seq_file must implement a simple 73 itself. A seq_file implementation that is formatting firewall rules, for 88 static void *ct_seq_start(struct seq_file *s, loff_t *pos) 99 iterator, but that will not be the case for most other seq_file 103 For more complicated applications, the private field of the seq_file 117 static void *ct_seq_next(struct seq_file *s, void *v, loff_t *pos) [all …]
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_template_lib.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,
|
D | ima_template_lib.c | 68 static void ima_show_template_data_ascii(struct seq_file *m, in ima_show_template_data_ascii() 99 static void ima_show_template_data_binary(struct seq_file *m, in ima_show_template_data_binary() 116 static void ima_show_template_field_data(struct seq_file *m, in ima_show_template_field_data() 135 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() 141 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest_ng() 148 void ima_show_template_string(struct seq_file *m, enum ima_show_type show, in ima_show_template_string() 154 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show, in ima_show_template_sig()
|
D | ima_fs.c | 66 static void *ima_measurements_start(struct seq_file *m, loff_t *pos) in ima_measurements_start() 83 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) in ima_measurements_next() 98 static void ima_measurements_stop(struct seq_file *m, void *v) in ima_measurements_stop() 102 void ima_putc(struct seq_file *m, void *data, int datalen) in ima_putc() 116 static int ima_measurements_show(struct seq_file *m, void *v) in ima_measurements_show() 193 void ima_print_digest(struct seq_file *m, u8 *digest, u32 size) in ima_print_digest() 202 static int ima_ascii_measurements_show(struct seq_file *m, void *v) in ima_ascii_measurements_show()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | proc.c | 10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core() 25 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 44 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 55 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 140 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 148 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 154 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | pm-debug.c | 79 struct seq_file *s = (struct seq_file *)user; in clkdm_dbg_show_counter() 94 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_counter() 124 struct seq_file *s = (struct seq_file *)user; in pwrdm_dbg_show_timer() 145 static int pm_dbg_show_counters(struct seq_file *s, void *unused) in pm_dbg_show_counters() 153 static int pm_dbg_show_timers(struct seq_file *s, void *unused) in pm_dbg_show_timers()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_internal.h | 39 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);
|
D | drm_info.c | 48 int drm_name_info(struct seq_file *m, void *data) in drm_name_info() 73 int drm_vm_info(struct seq_file *m, void *data) in drm_vm_info() 117 int drm_bufs_info(struct seq_file *m, void *data) in drm_bufs_info() 160 int drm_clients_info(struct seq_file *m, void *data) in drm_clients_info() 201 struct seq_file *m = data; in drm_gem_one_name_info() 210 int drm_gem_name_info(struct seq_file *m, void *data) in drm_gem_name_info()
|
/linux-4.4.14/net/ipx/ |
D | ipx_proc.c | 17 static void *ipx_seq_interface_start(struct seq_file *seq, loff_t *pos) in ipx_seq_interface_start() 23 static void *ipx_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_interface_next() 28 static void ipx_seq_interface_stop(struct seq_file *seq, void *v) in ipx_seq_interface_stop() 33 static int ipx_seq_interface_show(struct seq_file *seq, void *v) in ipx_seq_interface_show() 63 static void *ipx_seq_route_start(struct seq_file *seq, loff_t *pos) in ipx_seq_route_start() 69 static void *ipx_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_route_next() 74 static void ipx_seq_route_stop(struct seq_file *seq, void *v) in ipx_seq_route_stop() 79 static int ipx_seq_route_show(struct seq_file *seq, void *v) in ipx_seq_route_show() 127 static void *ipx_seq_socket_start(struct seq_file *seq, loff_t *pos) in ipx_seq_socket_start() 135 static void *ipx_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in ipx_seq_socket_next() [all …]
|
/linux-4.4.14/include/net/ |
D | raw.h | 48 static inline struct raw_iter_state *raw_seq_private(struct seq_file *seq) in 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);
|
D | ping.h | 96 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/ |
D | proc.c | 46 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags() 64 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo() 78 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 132 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 141 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 24 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash() 32 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit() 46 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit() 53 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) in seq_print_request_state() 95 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request() 121 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req() 127 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, … in seq_print_resource_pending_meta_io() 155 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned l… in seq_print_waiting_for_AL() 190 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io() 215 static void seq_print_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource… in seq_print_resource_pending_bitmap_io() [all …]
|
/linux-4.4.14/fs/proc/ |
D | nommu.c | 37 static int nommu_region_show(struct seq_file *m, struct vm_region *region) in nommu_region_show() 78 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show() 85 static void *nommu_region_list_start(struct seq_file *m, loff_t *_pos) in nommu_region_list_start() 98 static void nommu_region_list_stop(struct seq_file *m, void *v) in nommu_region_list_stop() 103 static void *nommu_region_list_next(struct seq_file *m, void *v, loff_t *pos) in nommu_region_list_next()
|
D | devices.c | 6 static int devinfo_show(struct seq_file *f, void *v) in devinfo_show() 26 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start() 33 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next() 41 static void devinfo_stop(struct seq_file *f, void *v) in devinfo_stop()
|
D | array.c | 91 static inline void task_name(struct seq_file *m, struct task_struct *p) in task_name() 142 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state() 220 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t() 257 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig() 295 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t() 308 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap() 330 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp() 337 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts() 346 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed() 354 int proc_pid_status(struct seq_file *m, struct pid_namespace *ns, in proc_pid_status() [all …]
|
D | interrupts.c | 11 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start() 16 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next() 24 static void int_seq_stop(struct seq_file *f, void *v) in int_seq_stop()
|
D | internal.h | 56 int (*proc_show)(struct seq_file *m, 150 extern int proc_tid_stat(struct seq_file *, struct pid_namespace *, 152 extern int proc_tgid_stat(struct seq_file *, struct pid_namespace *, 154 extern int proc_pid_status(struct seq_file *, struct pid_namespace *, 156 extern int proc_pid_statm(struct seq_file *, struct pid_namespace *, 305 extern void task_mem(struct seq_file *, struct mm_struct *);
|
D | consoles.c | 16 static int show_console_dev(struct seq_file *m, void *v) in show_console_dev() 63 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 76 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 83 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | task_nommu.c | 18 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() 148 static int nommu_vma_show(struct seq_file *m, struct vm_area_struct *vma, in nommu_vma_show() 208 static int show_map(struct seq_file *m, void *_p, int is_pid) in show_map() 216 static int show_pid_map(struct seq_file *m, void *_p) in show_pid_map() 221 static int show_tid_map(struct seq_file *m, void *_p) in show_tid_map() 226 static void *m_start(struct seq_file *m, loff_t *pos) in m_start() 253 static void m_stop(struct seq_file *m, void *_vml) in m_stop() 267 static void *m_next(struct seq_file *m, void *_p, loff_t *pos) in m_next() 313 struct seq_file *seq = file->private_data; in map_release()
|
D | proc_tty.c | 26 static void show_tty_range(struct seq_file *m, struct tty_driver *p, in show_tty_range() 67 static int show_tty_driver(struct seq_file *m, void *v) in show_tty_driver() 104 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 110 static void *t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 115 static void t_stop(struct seq_file *m, void *v) in t_stop()
|
D | task_mmu.c | 23 void task_mem(struct seq_file *m, struct mm_struct *mm) in task_mem() 136 static void m_cache_vma(struct seq_file *m, struct vm_area_struct *vma) in m_cache_vma() 142 static void *m_start(struct seq_file *m, loff_t *ppos) in m_start() 189 static void *m_next(struct seq_file *m, void *v, loff_t *pos) in m_next() 201 static void m_stop(struct seq_file *m, void *v) in m_stop() 235 struct seq_file *seq = file->private_data; in proc_map_release() 271 show_map_vma(struct seq_file *m, struct vm_area_struct *vma, int is_pid) in show_map_vma() 365 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() 372 static int show_pid_map(struct seq_file *m, void *v) in show_pid_map() 377 static int show_tid_map(struct seq_file *m, void *v) in show_tid_map() [all …]
|
/linux-4.4.14/arch/s390/kernel/ |
D | sysinfo.c | 54 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1() 112 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x() 135 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2() 174 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2() 207 static void print_ext_name(struct seq_file *m, int lvl, in print_ext_name() 227 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) in print_uuid() 234 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2() 256 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show() 338 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start() 344 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) in service_level_next() [all …]
|
D | processor.c | 58 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 94 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 99 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 105 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | diag.c | 48 static int show_diag_stat(struct seq_file *m, void *v) in show_diag_stat() 77 static void *show_diag_stat_start(struct seq_file *m, loff_t *pos) in show_diag_stat_start() 82 static void *show_diag_stat_next(struct seq_file *m, void *v, loff_t *pos) in show_diag_stat_next() 88 static void show_diag_stat_stop(struct seq_file *m, void *v) in show_diag_stat_stop()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | cplbinfo.c | 37 static void cplbinfo_print_header(struct seq_file *m) in cplbinfo_print_header() 47 static int cplbinfo_show(struct seq_file *m, void *p) in cplbinfo_show() 82 static void *cplbinfo_start(struct seq_file *m, loff_t *pos) in cplbinfo_start() 98 static void *cplbinfo_next(struct seq_file *m, void *p, loff_t *pos) in cplbinfo_next() 108 static void cplbinfo_stop(struct seq_file *m, void *p) in cplbinfo_stop() 127 struct seq_file *m; in cplbinfo_open()
|
/linux-4.4.14/drivers/xen/xenfs/ |
D | xensyms.c | 65 static void *xensyms_start(struct seq_file *m, loff_t *pos) in xensyms_start() 77 static void *xensyms_next(struct seq_file *m, void *p, loff_t *pos) in xensyms_next() 89 static int xensyms_show(struct seq_file *m, void *p) in xensyms_show() 100 static void xensyms_stop(struct seq_file *m, void *p) in xensyms_stop() 113 struct seq_file *m; in xensyms_open() 140 struct seq_file *m = file->private_data; in xensyms_release()
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 32 static void *fm10k_dbg_desc_seq_start(struct seq_file *s, loff_t *pos) in fm10k_dbg_desc_seq_start() 39 static void *fm10k_dbg_desc_seq_next(struct seq_file *s, in fm10k_dbg_desc_seq_next() 48 static void fm10k_dbg_desc_seq_stop(struct seq_file __always_unused *s, in fm10k_dbg_desc_seq_stop() 54 static void fm10k_dbg_desc_break(struct seq_file *s, int i) in fm10k_dbg_desc_break() 62 static int fm10k_dbg_tx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_tx_desc_seq_show() 89 static int fm10k_dbg_rx_desc_seq_show(struct seq_file *s, void *v) in fm10k_dbg_rx_desc_seq_show() 148 ((struct seq_file *)filep->private_data)->private = ring; in fm10k_dbg_desc_open()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | setup.c | 108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 113 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 119 static void c_stop(struct seq_file *m, void *v) in c_stop() 127 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | palinfo.c | 45 typedef int (*palinfo_func_t)(struct seq_file *); 126 static void bitvector_process(struct seq_file *m, u64 vector) in bitvector_process() 150 static void bitregister_process(struct seq_file *m, u64 *reg_info, int max) in bitregister_process() 182 static int power_info(struct seq_file *m) in power_info() 211 static int cache_info(struct seq_file *m) in cache_info() 289 static int vm_info(struct seq_file *m) in vm_info() 419 static int register_info(struct seq_file *m) in register_info() 518 static void feature_set_info(struct seq_file *m, u64 avail, u64 status, u64 control, in feature_set_info() 551 static int processor_info(struct seq_file *m) in processor_info() 600 static int bus_info(struct seq_file *m) in bus_info() [all …]
|
/linux-4.4.14/net/wireless/ |
D | wext-proc.c | 29 static void wireless_seq_printf_stats(struct seq_file *seq, in wireless_seq_printf_stats() 75 static int wireless_dev_seq_show(struct seq_file *seq, void *v) in wireless_dev_seq_show() 90 static void *wireless_dev_seq_start(struct seq_file *seq, loff_t *pos) in wireless_dev_seq_start() 107 static void *wireless_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in wireless_dev_seq_next() 117 static void wireless_dev_seq_stop(struct seq_file *seq, void *v) in wireless_dev_seq_stop()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 37 static void *hc_start(struct seq_file *m, loff_t *pos) in hc_start() 45 static void *hc_next(struct seq_file *m, void *p, loff_t * pos) in hc_next() 52 static void hc_stop(struct seq_file *m, void *p) in hc_stop() 56 static int hc_show(struct seq_file *m, void *p) in hc_show() 86 struct seq_file *seq; in hcall_inst_seq_open()
|
D | lparcfg.c | 156 static void parse_ppp_data(struct seq_file *m) in parse_ppp_data() 222 static void parse_mpp_data(struct seq_file *m) in parse_mpp_data() 260 static void parse_mpp_x_data(struct seq_file *m) in parse_mpp_x_data() 289 static void parse_system_parameter_string(struct seq_file *m) in parse_system_parameter_string() 384 static void pseries_cmo_data(struct seq_file *m) in pseries_cmo_data() 408 static void splpar_dispatch_data(struct seq_file *m) in splpar_dispatch_data() 424 static void parse_em_data(struct seq_file *m) in parse_em_data() 433 static int pseries_lparcfg_data(struct seq_file *m, void *v) in pseries_lparcfg_data() 651 static int lparcfg_data(struct seq_file *m, void *v) in lparcfg_data()
|
/linux-4.4.14/drivers/staging/lustre/lustre/fid/ |
D | lproc_fid.c | 104 seq = ((struct seq_file *)file->private_data)->private; in ldebugfs_fid_space_seq_write() 121 ldebugfs_fid_space_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_space_seq_show() 143 seq = ((struct seq_file *)file->private_data)->private; in ldebugfs_fid_width_seq_write() 169 ldebugfs_fid_width_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_width_seq_show() 183 ldebugfs_fid_fid_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_fid_seq_show() 197 ldebugfs_fid_server_seq_show(struct seq_file *m, void *unused) in ldebugfs_fid_server_seq_show()
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | netdebug.c | 104 static void *nst_seq_start(struct seq_file *seq, loff_t *pos) in nst_seq_start() 115 static void *nst_seq_next(struct seq_file *seq, void *v, loff_t *pos) in nst_seq_next() 130 static int nst_seq_show(struct seq_file *seq, void *v) in nst_seq_show() 174 static void nst_seq_stop(struct seq_file *seq, void *v) in nst_seq_stop() 199 struct seq_file *seq = file->private_data; in nst_fop_release() 255 static void *sc_seq_start(struct seq_file *seq, loff_t *pos) in sc_seq_start() 267 static void *sc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sc_seq_next() 300 static void sc_show_sock_stats(struct seq_file *seq, in sc_show_sock_stats() 315 static void sc_show_sock_container(struct seq_file *seq, in sc_show_sock_container() 368 static int sc_seq_show(struct seq_file *seq, void *v) in sc_seq_show() [all …]
|
/linux-4.4.14/arch/s390/mm/ |
D | dump_pagetables.c | 42 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot() 56 static void note_page(struct seq_file *m, struct pg_state *st, in note_page() 110 static void walk_pte_level(struct seq_file *m, struct pg_state *st, in walk_pte_level() 126 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, in walk_pmd_level() 148 static void walk_pud_level(struct seq_file *m, struct pg_state *st, in walk_pud_level() 170 static void walk_pgd_level(struct seq_file *m) in walk_pgd_level() 192 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
|
/linux-4.4.14/fs/fscache/ |
D | histogram.c | 27 static int fscache_histogram_show(struct seq_file *m, void *v) in fscache_histogram_show() 60 static void *fscache_histogram_start(struct seq_file *m, loff_t *_pos) in fscache_histogram_start() 72 static void *fscache_histogram_next(struct seq_file *m, void *v, loff_t *pos) in fscache_histogram_next() 82 static void fscache_histogram_stop(struct seq_file *m, void *v) in fscache_histogram_stop()
|
D | object-list.c | 138 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() 148 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() 157 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop() 166 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show() 399 struct seq_file *m = file->private_data; in fscache_objlist_release()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | smp_64.h | 52 struct seq_file; 53 void smp_bogo(struct seq_file *); 54 void smp_info(struct seq_file *);
|
D | smp_32.h | 54 struct seq_file; 55 void smp_bogo(struct seq_file *); 56 void smp_info(struct seq_file *);
|
/linux-4.4.14/net/atm/ |
D | resources.h | 23 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);
|
D | proc.c | 44 static void add_stats(struct seq_file *seq, const char *aal, in add_stats() 53 static void atm_dev_info(struct seq_file *seq, const struct atm_dev *dev) in atm_dev_info() 128 static void *vcc_seq_start(struct seq_file *seq, loff_t *pos) in vcc_seq_start() 139 static void vcc_seq_stop(struct seq_file *seq, void *v) in vcc_seq_stop() 145 static void *vcc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in vcc_seq_next() 154 static void pvc_info(struct seq_file *seq, struct atm_vcc *vcc) in pvc_info() 190 static void vcc_info(struct seq_file *seq, struct atm_vcc *vcc) in vcc_info() 217 static void svc_info(struct seq_file *seq, struct atm_vcc *vcc) in svc_info() 237 static int atm_dev_seq_show(struct seq_file *seq, void *v) in atm_dev_seq_show() 272 static int pvc_seq_show(struct seq_file *seq, void *v) in pvc_seq_show() [all …]
|
D | mpc.h | 53 struct seq_file; 54 void atm_mpoa_disp_qos(struct seq_file *m);
|
D | mpoa_proc.c | 107 static void *mpc_start(struct seq_file *m, loff_t *pos) in mpc_start() 120 static void *mpc_next(struct seq_file *m, void *v, loff_t *pos) in mpc_next() 127 static void mpc_stop(struct seq_file *m, void *v) in mpc_stop() 134 static int mpc_show(struct seq_file *m, void *v) in mpc_show()
|
/linux-4.4.14/fs/cachefiles/ |
D | proc.c | 24 static int cachefiles_histogram_show(struct seq_file *m, void *v) in cachefiles_histogram_show() 54 static void *cachefiles_histogram_start(struct seq_file *m, loff_t *_pos) in cachefiles_histogram_start() 66 static void *cachefiles_histogram_next(struct seq_file *m, void *v, loff_t *pos) in cachefiles_histogram_next() 76 static void cachefiles_histogram_stop(struct seq_file *m, void *v) in cachefiles_histogram_stop()
|
/linux-4.4.14/arch/tile/kernel/ |
D | proc.c | 43 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 75 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 79 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 84 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/kernel/sched/ |
D | debug.c | 62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() 112 print_task(struct seq_file *m, struct rq *rq, struct task_struct *p) in print_task() 145 static void print_rq(struct seq_file *m, struct rq *rq, int rq_cpu) in print_rq() 166 void print_cfs_rq(struct seq_file *m, int cpu, struct cfs_rq *cfs_rq) in print_cfs_rq() 237 void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq) in print_rt_rq() 259 void print_dl_rq(struct seq_file *m, int cpu, struct dl_rq *dl_rq) in print_dl_rq() 267 static void print_cpu(struct seq_file *m, int cpu) in print_cpu() 347 static void sched_debug_header(struct seq_file *m) in sched_debug_header() 399 static int sched_debug_show(struct seq_file *m, void *v) in sched_debug_show() 428 static void *sched_debug_start(struct seq_file *file, loff_t *offset) in sched_debug_start() [all …]
|
D | stats.c | 15 static int show_schedstat(struct seq_file *seq, void *v) in show_schedstat() 83 static void *schedstat_start(struct seq_file *file, loff_t *offset) in schedstat_start() 104 static void *schedstat_next(struct seq_file *file, void *data, loff_t *offset) in schedstat_next() 110 static void schedstat_stop(struct seq_file *file, void *data) in schedstat_stop()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lproc_lmv.c | 136 static int lmv_desc_uuid_seq_show(struct seq_file *m, void *v) in lmv_desc_uuid_seq_show() 149 static void *lmv_tgt_seq_start(struct seq_file *p, loff_t *pos) in lmv_tgt_seq_start() 157 static void lmv_tgt_seq_stop(struct seq_file *p, void *v) in lmv_tgt_seq_stop() 162 static void *lmv_tgt_seq_next(struct seq_file *p, void *v, loff_t *pos) in lmv_tgt_seq_next() 170 static int lmv_tgt_seq_show(struct seq_file *p, void *v) in lmv_tgt_seq_show() 191 struct seq_file *seq; in lmv_target_seq_open()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
D | sn_proc_fs.c | 15 static int partition_id_show(struct seq_file *s, void *p) in partition_id_show() 26 static int system_serial_number_show(struct seq_file *s, void *p) in system_serial_number_show() 37 static int licenseID_show(struct seq_file *s, void *p) in licenseID_show() 48 static int coherence_id_show(struct seq_file *s, void *p) in coherence_id_show()
|
D | prominfo_proc.c | 105 static void dump_fit_entry(struct seq_file *m, unsigned long *fentry) in dump_fit_entry() 128 static int proc_fit_show(struct seq_file *m, void *v) in proc_fit_show() 155 static int proc_version_show(struct seq_file *m, void *v) in proc_version_show()
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_page_alloc.h | 64 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) in ttm_dma_page_alloc_debugfs()
|
/linux-4.4.14/drivers/mfd/ |
D | ab8500-debugfs.c | 1286 struct seq_file *s) in ab8500_registers_print() 1323 static int ab8500_print_bank_registers(struct seq_file *s, void *p) in ab8500_print_bank_registers() 1348 static int ab8500_print_all_banks(struct seq_file *s, void *p) in ab8500_print_all_banks() 1435 struct seq_file *s; in ab8500_all_banks_open() 1441 s = (struct seq_file *)file->private_data; in ab8500_all_banks_open() 1460 static int ab8500_bank_print(struct seq_file *s, void *p) in ab8500_bank_print() 1475 struct device *dev = ((struct seq_file *)(file->private_data))->private; in ab8500_bank_write() 1493 static int ab8500_address_print(struct seq_file *s, void *p) in ab8500_address_print() 1508 struct device *dev = ((struct seq_file *)(file->private_data))->private; in ab8500_address_write() 1525 static int ab8500_val_print(struct seq_file *s, void *p) in ab8500_val_print() [all …]
|
/linux-4.4.14/arch/cris/kernel/ |
D | setup.c | 178 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 183 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 189 static void c_stop(struct seq_file *m, void *v) in c_stop() 193 extern int show_cpuinfo(struct seq_file *m, void *v);
|
/linux-4.4.14/crypto/ |
D | proc.c | 25 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 31 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next() 36 static void c_stop(struct seq_file *m, void *p) in c_stop() 41 static int c_show(struct seq_file *m, void *p) in c_show()
|
D | pcompress.c | 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) in crypto_pcomp_show()
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gruprocfs.c | 35 static void printstat_val(struct seq_file *s, atomic_long_t *v, char *id) in printstat_val() 42 static int statistics_show(struct seq_file *s, void *p) in statistics_show() 127 static int mcs_statistics_show(struct seq_file *s, void *p) in mcs_statistics_show() 153 static int options_show(struct seq_file *s, void *p) in options_show() 172 static int cch_seq_show(struct seq_file *file, void *data) in cch_seq_show() 201 static int gru_seq_show(struct seq_file *file, void *data) in gru_seq_show() 225 static void seq_stop(struct seq_file *file, void *data) in seq_stop() 229 static void *seq_start(struct seq_file *file, loff_t *gid) in seq_start() 236 static void *seq_next(struct seq_file *file, void *data, loff_t *gid) in seq_next()
|
/linux-4.4.14/mm/ |
D | vmstat.c | 877 static void *frag_start(struct seq_file *m, loff_t *pos) in frag_start() 890 static void *frag_next(struct seq_file *m, void *arg, loff_t *pos) in frag_next() 898 static void frag_stop(struct seq_file *m, void *arg) in frag_stop() 903 static void walk_zones_in_node(struct seq_file *m, pg_data_t *pgdat, in walk_zones_in_node() 904 void (*print)(struct seq_file *m, pg_data_t *, struct zone *)) in walk_zones_in_node() 935 static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, in frag_show_print() 949 static int frag_show(struct seq_file *m, void *arg) in frag_show() 956 static void pagetypeinfo_showfree_print(struct seq_file *m, in pagetypeinfo_showfree_print() 982 static int pagetypeinfo_showfree(struct seq_file *m, void *arg) in pagetypeinfo_showfree() 998 static void pagetypeinfo_showblockcount_print(struct seq_file *m, in pagetypeinfo_showblockcount_print() [all …]
|
D | slab.h | 145 struct seq_file; 162 void slabinfo_show_stats(struct seq_file *m, struct kmem_cache *s); 369 void *slab_start(struct seq_file *m, loff_t *pos); 370 void *slab_next(struct seq_file *m, void *p, loff_t *pos); 371 void slab_stop(struct seq_file *m, void *p); 372 int memcg_slab_show(struct seq_file *m, void *p);
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_eventlog.c | 72 static void *tpm_bios_measurements_start(struct seq_file *m, loff_t *pos) in tpm_bios_measurements_start() 118 static void *tpm_bios_measurements_next(struct seq_file *m, void *v, in tpm_bios_measurements_next() 148 static void tpm_bios_measurements_stop(struct seq_file *m, void *v) in tpm_bios_measurements_stop() 231 static int tpm_binary_bios_measurements_show(struct seq_file *m, void *v) in tpm_binary_bios_measurements_show() 263 struct seq_file *seq = file->private_data; in tpm_bios_measurements_release() 274 static int tpm_ascii_bios_measurements_show(struct seq_file *m, void *v) in tpm_ascii_bios_measurements_show() 326 struct seq_file *seq; in tpm_ascii_bios_measurements_open() 364 struct seq_file *seq; in tpm_binary_bios_measurements_open()
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_debugfs.c | 66 static void *l2tp_dfs_seq_start(struct seq_file *m, loff_t *offs) in l2tp_dfs_seq_start() 91 static void *l2tp_dfs_seq_next(struct seq_file *m, void *v, loff_t *pos) in l2tp_dfs_seq_next() 97 static void l2tp_dfs_seq_stop(struct seq_file *p, void *v) in l2tp_dfs_seq_stop() 102 static void l2tp_dfs_seq_tunnel_show(struct seq_file *m, void *v) in l2tp_dfs_seq_tunnel_show() 163 static void l2tp_dfs_seq_session_show(struct seq_file *m, void *v) in l2tp_dfs_seq_session_show() 220 static int l2tp_dfs_seq_show(struct seq_file *m, void *v) in l2tp_dfs_seq_show() 260 struct seq_file *seq; in l2tp_dfs_seq_open() 296 struct seq_file *seq; in l2tp_dfs_seq_release()
|
/linux-4.4.14/drivers/cpufreq/ |
D | s3c24xx-cpufreq-debugfs.c | 31 static void show_max(struct seq_file *seq, struct s3c_freq *f) in show_max() 37 static int board_show(struct seq_file *seq, void *p) in board_show() 77 static int info_show(struct seq_file *seq, void *p) in info_show() 119 static int io_show(struct seq_file *seq, void *p) in io_show() 121 void (*show_bank)(struct seq_file *, struct s3c_cpufreq_config *, union s3c_iobank *); in io_show()
|
/linux-4.4.14/net/can/ |
D | proc.c | 193 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() 208 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() 218 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 289 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 320 static int can_version_proc_show(struct seq_file *m, void *v) in can_version_proc_show() 339 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one() 351 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 391 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array() 416 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 459 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
/linux-4.4.14/arch/score/kernel/ |
D | setup.c | 123 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 140 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 146 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
D | mb.c | 28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 149 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/s390/char/ |
D | tape_proc.c | 38 static int tape_proc_show(struct seq_file *m, void *v) in tape_proc_show() 83 static void *tape_proc_start(struct seq_file *m, loff_t *pos) in tape_proc_start() 90 static void *tape_proc_next(struct seq_file *m, void *v, loff_t *pos) in tape_proc_next() 96 static void tape_proc_stop(struct seq_file *m, void *v) in tape_proc_stop()
|
/linux-4.4.14/drivers/nubus/ |
D | proc.c | 32 nubus_devices_proc_show(struct seq_file *m, void *v) in nubus_devices_proc_show() 153 static int nubus_proc_show(struct seq_file *m, void *v) in nubus_proc_show() 165 static void *nubus_proc_start(struct seq_file *m, loff_t *_pos) in nubus_proc_start() 181 static void *nubus_proc_next(struct seq_file *p, void *v, loff_t *_pos) in nubus_proc_next() 194 static void nubus_proc_stop(struct seq_file *p, void *v) in nubus_proc_stop()
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 35 static void bdisp_dbg_dump_ins(struct seq_file *s, u32 val) in bdisp_dbg_dump_ins() 110 static void bdisp_dbg_dump_tty(struct seq_file *s, u32 val) in bdisp_dbg_dump_tty() 159 static void bdisp_dbg_dump_xy(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_xy() 165 static void bdisp_dbg_dump_sz(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_sz() 171 static void bdisp_dbg_dump_sty(struct seq_file *s, in bdisp_dbg_dump_sty() 236 static void bdisp_dbg_dump_fctl(struct seq_file *s, u32 val) in bdisp_dbg_dump_fctl() 253 static void bdisp_dbg_dump_rsf(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rsf() 272 static void bdisp_dbg_dump_rzi(struct seq_file *s, u32 val, char *name) in bdisp_dbg_dump_rzi() 287 static void bdisp_dbg_dump_ivmx(struct seq_file *s, in bdisp_dbg_dump_ivmx() 318 static int bdisp_dbg_last_nodes(struct seq_file *s, void *data) in bdisp_dbg_last_nodes() [all …]
|
/linux-4.4.14/drivers/zorro/ |
D | proc.c | 64 static void * zorro_seq_start(struct seq_file *m, loff_t *pos) in zorro_seq_start() 69 static void * zorro_seq_next(struct seq_file *m, void *v, loff_t *pos) in zorro_seq_next() 75 static void zorro_seq_stop(struct seq_file *m, void *v) in zorro_seq_stop() 79 static int zorro_seq_show(struct seq_file *m, void *v) in zorro_seq_show()
|
/linux-4.4.14/kernel/ |
D | user_namespace.c | 430 static int uid_m_show(struct seq_file *seq, void *v) in uid_m_show() 451 static int gid_m_show(struct seq_file *seq, void *v) in gid_m_show() 472 static int projid_m_show(struct seq_file *seq, void *v) in projid_m_show() 493 static void *m_start(struct seq_file *seq, loff_t *ppos, in m_start() 505 static void *uid_m_start(struct seq_file *seq, loff_t *ppos) in uid_m_start() 512 static void *gid_m_start(struct seq_file *seq, loff_t *ppos) in gid_m_start() 519 static void *projid_m_start(struct seq_file *seq, loff_t *ppos) in projid_m_start() 526 static void *m_next(struct seq_file *seq, void *v, loff_t *pos) in m_next() 532 static void m_stop(struct seq_file *seq, void *v) in m_stop() 600 struct seq_file *seq = file->private_data; in map_write() [all …]
|
D | dma.c | 117 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show() 130 static int proc_dma_show(struct seq_file *m, void *v) in proc_dma_show()
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 46 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) in ahd_format_transinfo() 157 ahd_dump_target_state(struct ahd_softc *ahd, struct seq_file *m, in ahd_dump_target_state() 192 ahd_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahd_dump_device_state() 274 ahd_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahd_linux_show_info()
|
D | aic7xxx_proc.c | 47 struct seq_file *m, 50 static void ahc_dump_device_state(struct seq_file *m, 94 ahc_format_transinfo(struct seq_file *m, struct ahc_transinfo *tinfo) in ahc_format_transinfo() 134 ahc_dump_target_state(struct ahc_softc *ahc, struct seq_file *m, in ahc_dump_target_state() 172 ahc_dump_device_state(struct seq_file *m, struct scsi_device *sdev) in ahc_dump_device_state() 289 ahc_linux_show_info(struct seq_file *m, struct Scsi_Host *shost) in ahc_linux_show_info()
|
/linux-4.4.14/net/llc/ |
D | llc_proc.c | 29 static void llc_ui_format_mac(struct seq_file *seq, u8 *addr) in llc_ui_format_mac() 59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) in llc_seq_start() 80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next() 114 static void llc_seq_stop(struct seq_file *seq, void *v) in llc_seq_stop() 126 static int llc_seq_socket_show(struct seq_file *seq, void *v) in llc_seq_socket_show() 175 static int llc_seq_core_show(struct seq_file *seq, void *v) in llc_seq_core_show()
|
/linux-4.4.14/drivers/ide/ |
D | ide-disk_proc.c | 43 static int idedisk_cache_proc_show(struct seq_file *m, void *v) in idedisk_cache_proc_show() 67 static int idedisk_capacity_proc_show(struct seq_file *m, void *v) in idedisk_capacity_proc_show() 88 static int __idedisk_proc_show(struct seq_file *m, ide_drive_t *drive, u8 sub_cmd) in __idedisk_proc_show() 111 static int idedisk_sv_proc_show(struct seq_file *m, void *v) in idedisk_sv_proc_show() 129 static int idedisk_st_proc_show(struct seq_file *m, void *v) in idedisk_st_proc_show()
|
D | ide-proc.c | 34 static int ide_imodel_proc_show(struct seq_file *m, void *v) in ide_imodel_proc_show() 72 static int ide_mate_proc_show(struct seq_file *m, void *v) in ide_mate_proc_show() 96 static int ide_channel_proc_show(struct seq_file *m, void *v) in ide_channel_proc_show() 117 static int ide_identify_proc_show(struct seq_file *m, void *v) in ide_identify_proc_show() 281 static int ide_settings_proc_show(struct seq_file *m, void *v) in ide_settings_proc_show() 444 static int ide_capacity_proc_show(struct seq_file *m, void *v) in ide_capacity_proc_show() 464 static int ide_geometry_proc_show(struct seq_file *m, void *v) in ide_geometry_proc_show() 489 static int ide_dmodel_proc_show(struct seq_file *seq, void *v) in ide_dmodel_proc_show() 511 static int ide_driver_proc_show(struct seq_file *m, void *v) in ide_driver_proc_show() 585 static int ide_media_proc_show(struct seq_file *m, void *v) in ide_media_proc_show() [all …]
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | debug.c | 24 static int ci_device_show(struct seq_file *s, void *data) in ci_device_show() 64 static int ci_port_test_show(struct seq_file *s, void *data) in ci_port_test_show() 87 struct seq_file *s = file->private_data; in ci_port_test_write() 129 static int ci_qheads_show(struct seq_file *s, void *data) in ci_qheads_show() 172 static int ci_requests_show(struct seq_file *s, void *data) in ci_requests_show() 220 static int ci_otg_show(struct seq_file *s, void *unused) in ci_otg_show() 294 static int ci_role_show(struct seq_file *s, void *data) in ci_role_show() 306 struct seq_file *s = file->private_data; in ci_role_write() 347 static int ci_registers_show(struct seq_file *s, void *unused) in ci_registers_show()
|
/linux-4.4.14/kernel/irq/ |
D | proc.c | 40 static int show_irq_affinity(int type, struct seq_file *m, void *v) in show_irq_affinity() 56 static int irq_affinity_hint_proc_show(struct seq_file *m, void *v) in irq_affinity_hint_proc_show() 81 static int irq_affinity_proc_show(struct seq_file *m, void *v) in irq_affinity_proc_show() 86 static int irq_affinity_list_proc_show(struct seq_file *m, void *v) in irq_affinity_list_proc_show() 186 static int default_affinity_show(struct seq_file *m, void *v) in default_affinity_show() 241 static int irq_node_proc_show(struct seq_file *m, void *v) in irq_node_proc_show() 262 static int irq_spurious_proc_show(struct seq_file *m, void *v) in irq_spurious_proc_show() 434 int __weak arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() 443 int show_interrupts(struct seq_file *p, void *v) in show_interrupts()
|
/linux-4.4.14/kernel/trace/ |
D | trace_stack.c | 285 __next(struct seq_file *m, loff_t *pos) in __next() 297 t_next(struct seq_file *m, void *v, loff_t *pos) in t_next() 303 static void *t_start(struct seq_file *m, loff_t *pos) in t_start() 320 static void t_stop(struct seq_file *m, void *p) in t_stop() 332 static void trace_lookup_stack(struct seq_file *m, long i) in trace_lookup_stack() 339 static void print_disabled(struct seq_file *m) in print_disabled() 350 static int t_show(struct seq_file *m, void *v) in t_show()
|
D | trace_stat.h | 20 int (*stat_show)(struct seq_file *s, void *p); 24 int (*stat_headers)(struct seq_file *s);
|
D | trace_stat.c | 172 static void *stat_seq_start(struct seq_file *s, loff_t *pos) in stat_seq_start() 196 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next() 209 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop() 215 static int stat_seq_show(struct seq_file *s, void *v) in stat_seq_show() 237 struct seq_file *m; in tracing_stat_open()
|
D | trace_printk.c | 281 t_start(struct seq_file *m, loff_t *pos) in t_start() 287 static void *t_next(struct seq_file *m, void * v, loff_t *pos) in t_next() 293 static int t_show(struct seq_file *m, void *v) in t_show() 330 static void t_stop(struct seq_file *m, void *p) in t_stop()
|
D | trace_functions.c | 431 ftrace_probe_print(const char *name, struct seq_file *m, in ftrace_probe_print() 447 ftrace_traceon_print(struct seq_file *m, unsigned long ip, in ftrace_traceon_print() 454 ftrace_traceoff_print(struct seq_file *m, unsigned long ip, in ftrace_traceoff_print() 461 ftrace_stacktrace_print(struct seq_file *m, unsigned long ip, in ftrace_stacktrace_print() 468 ftrace_dump_print(struct seq_file *m, unsigned long ip, in ftrace_dump_print() 475 ftrace_cpudump_print(struct seq_file *m, unsigned long ip, in ftrace_cpudump_print()
|
D | trace_branch.c | 154 static void branch_print_header(struct seq_file *s) in branch_print_header() 224 static int annotated_branch_stat_headers(struct seq_file *m) in annotated_branch_stat_headers() 248 static int branch_stat_show(struct seq_file *m, void *v) in branch_stat_show() 353 static int all_branch_stat_headers(struct seq_file *m) in all_branch_stat_headers()
|
/linux-4.4.14/drivers/net/bonding/ |
D | bond_procfs.c | 9 static void *bond_info_seq_start(struct seq_file *seq, loff_t *pos) in bond_info_seq_start() 29 static void *bond_info_seq_next(struct seq_file *seq, void *v, loff_t *pos) in bond_info_seq_next() 50 static void bond_info_seq_stop(struct seq_file *seq, void *v) in bond_info_seq_stop() 56 static void bond_info_show_master(struct seq_file *seq) in bond_info_show_master() 166 static void bond_info_show_slave(struct seq_file *seq, in bond_info_show_slave() 240 static int bond_info_seq_show(struct seq_file *seq, void *v) in bond_info_seq_show() 260 struct seq_file *seq; in bond_info_open()
|
/linux-4.4.14/net/sunrpc/ |
D | debugfs.c | 25 tasks_show(struct seq_file *f, void *v) in tasks_show() 47 tasks_start(struct seq_file *f, loff_t *ppos) in tasks_start() 64 tasks_next(struct seq_file *f, void *v, loff_t *pos) in tasks_next() 81 tasks_stop(struct seq_file *f, void *v) in tasks_stop() 103 struct seq_file *seq = filp->private_data; in tasks_open() 120 struct seq_file *seq = filp->private_data; in tasks_release() 191 xprt_info_show(struct seq_file *f, void *v) in xprt_info_show()
|
/linux-4.4.14/arch/arm/include/asm/mach/ |
D | irq.h | 15 struct seq_file; 21 extern int show_fiq_list(struct seq_file *, int);
|
/linux-4.4.14/arch/arm/plat-samsung/include/plat/ |
D | cpu-freq-core.h | 16 struct seq_file; 184 void (*debug_io_show)(struct seq_file *seq, 219 extern void s3c2410_iotiming_debugfs(struct seq_file *seq, 241 extern void s3c2412_iotiming_debugfs(struct seq_file *seq,
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 126 static void printk_prot(struct seq_file *m, pgprot_t prot, int level, bool dmsg) in printk_prot() 192 static void note_page(struct seq_file *m, struct pg_state *st, in note_page() 279 static void walk_pte_level(struct seq_file *m, struct pg_state *st, pmd_t addr, in walk_pte_level() 297 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, pud_t addr, in walk_pmd_level() 329 static void walk_pud_level(struct seq_file *m, struct pg_state *st, pgd_t addr, in walk_pud_level() 376 static void ptdump_walk_pgd_level_core(struct seq_file *m, pgd_t *pgd, in ptdump_walk_pgd_level_core() 425 void ptdump_walk_pgd_level(struct seq_file *m, pgd_t *pgd) in ptdump_walk_pgd_level() 436 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
|
/linux-4.4.14/fs/reiserfs/ |
D | procfs.c | 26 static int show_version(struct seq_file *m, void *unused) in show_version() 70 static int show_super(struct seq_file *m, void *unused) in show_super() 133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level() 192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap() 225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super() 269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap() 300 static int show_journal(struct seq_file *m, void *unused) in show_journal() 410 int (*func) (struct seq_file *, void *)) in add_file()
|
/linux-4.4.14/net/ax25/ |
D | ax25_uid.c | 149 static void *ax25_uid_seq_start(struct seq_file *seq, loff_t *pos) in ax25_uid_seq_start() 156 static void *ax25_uid_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ax25_uid_seq_next() 161 static void ax25_uid_seq_stop(struct seq_file *seq, void *v) in ax25_uid_seq_stop() 167 static int ax25_uid_seq_show(struct seq_file *seq, void *v) in ax25_uid_seq_show()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | setup.c | 155 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 174 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 180 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 186 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | cpuinfo.c | 127 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 173 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) in cpuinfo_start() 180 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next() 186 static void cpuinfo_stop(struct seq_file *m, void *v) in cpuinfo_stop()
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | proc.c | 36 static int pnpconfig_proc_show(struct seq_file *m, void *v) in pnpconfig_proc_show() 62 static int escd_info_proc_show(struct seq_file *m, void *v) in escd_info_proc_show() 90 static int escd_proc_show(struct seq_file *m, void *v) in escd_proc_show() 144 static int pnp_legacyres_proc_show(struct seq_file *m, void *v) in pnp_legacyres_proc_show() 174 static int pnp_devices_proc_show(struct seq_file *m, void *v) in pnp_devices_proc_show() 217 static int pnpbios_proc_show(struct seq_file *m, void *v) in pnpbios_proc_show()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 75 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities() 130 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj() 194 static void describe_ctx(struct seq_file *m, struct intel_context *ctx) in describe_ctx() 201 static int i915_gem_object_list_info(struct seq_file *m, void *data) in i915_gem_object_list_info() 263 static int i915_gem_stolen_list_info(struct seq_file *m, void *data) in i915_gem_stolen_list_info() 397 static void print_batch_pool_stats(struct seq_file *m, in print_batch_pool_stats() 430 static int i915_gem_object_info(struct seq_file *m, void* data) in i915_gem_object_info() 528 static int i915_gem_gtt_info(struct seq_file *m, void *data) in i915_gem_gtt_info() 563 static int i915_gem_pageflip_info(struct seq_file *m, void *data) in i915_gem_pageflip_info() 636 static int i915_gem_batch_pool_info(struct seq_file *m, void *data) in i915_gem_batch_pool_info() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 585 int lprocfs_rd_uint(struct seq_file *m, void *data); 588 int lprocfs_rd_server_uuid(struct seq_file *m, void *data); 589 int lprocfs_rd_conn_uuid(struct seq_file *m, void *data); 590 int lprocfs_rd_import(struct seq_file *m, void *data); 591 int lprocfs_rd_state(struct seq_file *m, void *data); 592 int lprocfs_rd_connect_flags(struct seq_file *m, void *data); 595 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at); 596 int lprocfs_rd_timeouts(struct seq_file *m, void *data); 601 int lprocfs_rd_pinger_recov(struct seq_file *m, void *n); 652 static int name##_##type##_seq_show(struct seq_file *m, void *v)\ [all …]
|
/linux-4.4.14/drivers/staging/android/ |
D | sync_debug.c | 85 static void sync_print_pt(struct seq_file *s, struct sync_pt *pt, bool fence) in sync_print_pt() 121 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj() 146 static void sync_print_fence(struct seq_file *s, struct sync_fence *fence) in sync_print_fence() 177 static int sync_debugfs_show(struct seq_file *s, void *unused) in sync_debugfs_show() 232 struct seq_file s = { in sync_dump()
|
/linux-4.4.14/arch/mips/kernel/ |
D | proc.c | 35 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 153 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 160 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 166 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | smp.h | 29 struct seq_file; 30 void show_ipi_list(struct seq_file *p, int prec);
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | smp.h | 25 struct seq_file; 30 extern void show_ipi_list(struct seq_file *p, int prec);
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_debugfs.c | 28 static int gem_show(struct seq_file *m, void *arg) in gem_show() 47 static int mm_show(struct seq_file *m, void *arg) in mm_show() 54 static int fb_show(struct seq_file *m, void *arg) in fb_show()
|
/linux-4.4.14/drivers/s390/block/ |
D | dasd_proc.c | 35 dasd_devices_show(struct seq_file *m, void *v) in dasd_devices_show() 109 static void *dasd_devices_start(struct seq_file *m, loff_t *pos) in dasd_devices_start() 116 static void *dasd_devices_next(struct seq_file *m, void *v, loff_t *pos) in dasd_devices_next() 122 static void dasd_devices_stop(struct seq_file *m, void *v) in dasd_devices_stop() 196 static void dasd_statistics_array(struct seq_file *m, unsigned int *array, int factor) in dasd_statistics_array() 209 static int dasd_stats_proc_show(struct seq_file *m, void *v) in dasd_stats_proc_show()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | cache.h | 31 struct seq_file; 32 extern void show_cache_info(struct seq_file *m);
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpuinfo.c | 104 static int c_show(struct seq_file *m, void *v) in c_show() 162 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 167 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 173 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_debugfs.c | 27 static int scif_dev_test(struct seq_file *s, void *unused) in scif_dev_test() 65 static void scif_display_window(struct scif_window *window, struct seq_file *s) in scif_display_window() 96 static void scif_display_all_windows(struct list_head *head, struct seq_file *s) in scif_display_all_windows() 107 static int scif_rma_test(struct seq_file *s, void *unused) in scif_rma_test()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | setup_no.c | 272 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 298 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 303 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 309 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | setup_mm.c | 86 void (*mach_get_hardware_list) (struct seq_file *m); 405 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 487 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 491 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 496 static void c_stop(struct seq_file *m, void *v) in c_stop() 507 static int hardware_proc_show(struct seq_file *m, void *v) in hardware_proc_show()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.c | 56 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start() 66 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next() 74 static void seq_tab_stop(struct seq_file *seq, void *v) in seq_tab_stop() 78 static int seq_tab_show(struct seq_file *seq, void *v) in seq_tab_show() 94 int (*show)(struct seq_file *seq, void *v, int i)) in seq_open_tab() 119 static int cim_la_show(struct seq_file *seq, void *v, int idx) in cim_la_show() 136 static int cim_la_show_3in1(struct seq_file *seq, void *v, int idx) in cim_la_show_3in1() 154 static int cim_la_show_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_t6() 173 static int cim_la_show_pc_t6(struct seq_file *seq, void *v, int idx) in cim_la_show_pc_t6() 233 static int cim_pif_la_show(struct seq_file *seq, void *v, int idx) in cim_pif_la_show() [all …]
|
D | cxgb4_debugfs.h | 61 int (*show)(struct seq_file *seq, void *v, int idx); 75 int (*show)(struct seq_file *seq, void *v, int i));
|
/linux-4.4.14/drivers/staging/lustre/lustre/fld/ |
D | lproc_fld.c | 58 fld_debugfs_targets_seq_show(struct seq_file *m, void *unused) in fld_debugfs_targets_seq_show() 75 fld_debugfs_hash_seq_show(struct seq_file *m, void *unused) in fld_debugfs_hash_seq_show() 104 fld = ((struct seq_file *)file->private_data)->private; in fld_debugfs_hash_seq_write()
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_proc.c | 73 static int proc_scsi_show(struct seq_file *m, void *v) in proc_scsi_show() 180 struct seq_file *s = data; in proc_print_scsidevice() 386 static void *scsi_seq_start(struct seq_file *sfile, loff_t *pos) in scsi_seq_start() 399 static void *scsi_seq_next(struct seq_file *sfile, void *v, loff_t *pos) in scsi_seq_next() 406 static void scsi_seq_stop(struct seq_file *sfile, void *v) in scsi_seq_stop() 411 static int scsi_seq_show(struct seq_file *sfile, void *dev) in scsi_seq_show()
|
/linux-4.4.14/net/ipv6/ |
D | proc.c | 33 static int sockstat6_seq_show(struct seq_file *seq, void *v) in sockstat6_seq_show() 154 static void snmp6_seq_show_icmpv6msg(struct seq_file *seq, atomic_long_t *smib) in snmp6_seq_show_icmpv6msg() 190 static void snmp6_seq_show_item(struct seq_file *seq, void __percpu *pcpumib, in snmp6_seq_show_item() 205 static void snmp6_seq_show_item64(struct seq_file *seq, void __percpu *mib, in snmp6_seq_show_item64() 215 static int snmp6_seq_show(struct seq_file *seq, void *v) in snmp6_seq_show() 244 static int snmp6_dev_seq_show(struct seq_file *seq, void *v) in snmp6_dev_seq_show()
|
D | anycast.c | 429 static inline struct ifacaddr6 *ac6_get_first(struct seq_file *seq) in ac6_get_first() 452 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) in ac6_get_next() 475 static struct ifacaddr6 *ac6_get_idx(struct seq_file *seq, loff_t pos) in ac6_get_idx() 484 static void *ac6_seq_start(struct seq_file *seq, loff_t *pos) in ac6_seq_start() 491 static void *ac6_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ac6_seq_next() 499 static void ac6_seq_stop(struct seq_file *seq, void *v) in ac6_seq_stop() 511 static int ac6_seq_show(struct seq_file *seq, void *v) in ac6_seq_show()
|
/linux-4.4.14/fs/pstore/ |
D | inode.c | 66 static void *pstore_ftrace_seq_start(struct seq_file *s, loff_t *pos) in pstore_ftrace_seq_start() 86 static void pstore_ftrace_seq_stop(struct seq_file *s, void *v) in pstore_ftrace_seq_stop() 91 static void *pstore_ftrace_seq_next(struct seq_file *s, void *v, loff_t *pos) in pstore_ftrace_seq_next() 104 static int pstore_ftrace_seq_show(struct seq_file *s, void *v) in pstore_ftrace_seq_show() 139 struct seq_file *sf = file->private_data; in pstore_file_read() 150 struct seq_file *sf; in pstore_file_open() 173 struct seq_file *sf = file->private_data; in pstore_file_llseek()
|
/linux-4.4.14/fs/dlm/ |
D | debug_fs.c | 51 static void print_format1_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format1_lock() 74 static void print_format1(struct dlm_rsb *res, struct seq_file *s) in print_format1() 167 static void print_format2_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format2_lock() 201 static void print_format2(struct dlm_rsb *r, struct seq_file *s) in print_format2() 228 static void print_format3_lock(struct seq_file *s, struct dlm_lkb *lkb, in print_format3_lock() 257 static void print_format3(struct dlm_rsb *r, struct seq_file *s) in print_format3() 333 static void print_format4(struct dlm_rsb *r, struct seq_file *s) in print_format4() 383 static int table_seq_show(struct seq_file *seq, void *iter_ptr) in table_seq_show() 422 static void *table_seq_start(struct seq_file *seq, loff_t *pos) in table_seq_start() 502 static void *table_seq_next(struct seq_file *seq, void *iter_ptr, loff_t *pos) in table_seq_next() [all …]
|
/linux-4.4.14/net/phonet/ |
D | socket.c | 540 static struct sock *pn_sock_get_idx(struct seq_file *seq, loff_t pos) in pn_sock_get_idx() 560 static struct sock *pn_sock_get_next(struct seq_file *seq, struct sock *sk) in pn_sock_get_next() 571 static void *pn_sock_seq_start(struct seq_file *seq, loff_t *pos) in pn_sock_seq_start() 578 static void *pn_sock_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_sock_seq_next() 590 static void pn_sock_seq_stop(struct seq_file *seq, void *v) in pn_sock_seq_stop() 596 static int pn_sock_seq_show(struct seq_file *seq, void *v) in pn_sock_seq_show() 729 static struct sock **pn_res_get_idx(struct seq_file *seq, loff_t pos) in pn_res_get_idx() 747 static struct sock **pn_res_get_next(struct seq_file *seq, struct sock **sk) in pn_res_get_next() 760 static void *pn_res_seq_start(struct seq_file *seq, loff_t *pos) in pn_res_seq_start() 767 static void *pn_res_seq_next(struct seq_file *seq, void *v, loff_t *pos) in pn_res_seq_next() [all …]
|
/linux-4.4.14/security/apparmor/ |
D | apparmorfs.c | 189 static int aa_fs_seq_show(struct seq_file *seq, void *v) in aa_fs_seq_show() 228 int (*show)(struct seq_file *, void *)) in aa_fs_seq_profile_open() argument 243 struct seq_file *seq = (struct seq_file *) file->private_data; in aa_fs_seq_profile_release() 249 static int aa_fs_seq_profname_show(struct seq_file *seq, void *v) in aa_fs_seq_profname_show() 272 static int aa_fs_seq_profmode_show(struct seq_file *seq, void *v) in aa_fs_seq_profmode_show() 295 static int aa_fs_seq_profattach_show(struct seq_file *seq, void *v) in aa_fs_seq_profattach_show() 323 static int aa_fs_seq_hash_show(struct seq_file *seq, void *v) in aa_fs_seq_hash_show() 682 static void *p_start(struct seq_file *f, loff_t *pos) in p_start() 711 static void *p_next(struct seq_file *f, void *p, loff_t *pos) in p_next() 727 static void p_stop(struct seq_file *f, void *p) in p_stop() [all …]
|
/linux-4.4.14/security/smack/ |
D | smackfs.c | 561 static void *smk_seq_start(struct seq_file *s, loff_t *pos, in smk_seq_start() 578 static void *smk_seq_next(struct seq_file *s, void *v, loff_t *pos, in smk_seq_next() 589 static void smk_seq_stop(struct seq_file *s, void *v) in smk_seq_stop() 594 static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max) in smk_rule_show() 637 static void *load2_seq_start(struct seq_file *s, loff_t *pos) in load2_seq_start() 642 static void *load2_seq_next(struct seq_file *s, void *v, loff_t *pos) in load2_seq_next() 647 static int load_seq_show(struct seq_file *s, void *v) in load_seq_show() 781 static void *cipso_seq_start(struct seq_file *s, loff_t *pos) in cipso_seq_start() 786 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next() 795 static int cipso_seq_show(struct seq_file *s, void *v) in cipso_seq_show() [all …]
|
/linux-4.4.14/include/linux/sunrpc/ |
D | metrics.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) {} in rpc_print_iostats()
|
D | cache.h | 96 int (*cache_show)(struct seq_file *m, 234 extern void *cache_seq_start(struct seq_file *file, loff_t *pos); 235 extern void *cache_seq_next(struct seq_file *file, void *p, loff_t *pos); 236 extern void cache_seq_stop(struct seq_file *file, void *p);
|
D | stats.h | 68 void svc_seq_show(struct seq_file *, 80 static inline void svc_seq_show(struct seq_file *seq, in svc_seq_show()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.h | 120 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/parisc/kernel/ |
D | setup.c | 177 extern int show_cpuinfo (struct seq_file *m, void *v); 180 c_start (struct seq_file *m, loff_t *pos) in c_start() 191 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next() 198 c_stop (struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | core.c | 102 static int dss_debug_show(struct seq_file *s, void *unused) in dss_debug_show() 104 void (*func)(struct seq_file *) = s->private; in dss_debug_show() 144 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() argument 161 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() argument
|
D | dss.h | 198 struct seq_file; 206 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)); 270 void dss_dump_clocks(struct seq_file *s); 282 void dss_debug_dump_clocks(struct seq_file *s); 338 void dsi_dump_clocks(struct seq_file *s); 372 void dispc_dump_clocks(struct seq_file *s);
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | setup.c | 201 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 263 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 268 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 274 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_debugfs.c | 111 static int musb_regdump_show(struct seq_file *s, void *unused) in musb_regdump_show() 143 static int musb_test_mode_show(struct seq_file *s, void *unused) in musb_test_mode_show() 192 struct seq_file *s = file->private_data; in musb_test_mode_write() 248 static int musb_softconnect_show(struct seq_file *s, void *unused) in musb_softconnect_show() 277 struct seq_file *s = file->private_data; in musb_softconnect_write()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu-debug.c | 136 struct seq_file *s) in iotlb_dump_cr() 143 static size_t omap_dump_tlb_entries(struct omap_iommu *obj, struct seq_file *s) in omap_dump_tlb_entries() 162 static int debug_read_tlb(struct seq_file *s, void *data) in debug_read_tlb() 180 static void dump_ioptable(struct seq_file *s) in dump_ioptable() 213 static int debug_read_pagetable(struct seq_file *s, void *data) in debug_read_pagetable()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 17 struct seq_file; 59 void (*print_tuple)(struct seq_file *s, 63 void (*print_conntrack)(struct seq_file *s, struct nf_conn *);
|
/linux-4.4.14/arch/sparc/kernel/ |
D | cpu.c | 322 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo() 369 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo() 412 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 421 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 427 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
D | kernel.h | 18 struct seq_file; 19 void cpucap_info(struct seq_file *); 106 int show_sun4d_interrupts(struct seq_file *, void *);
|
/linux-4.4.14/net/bluetooth/ |
D | hci_debugfs.c | 79 static int features_show(struct seq_file *f, void *ptr) in features_show() 117 static int device_id_show(struct seq_file *f, void *ptr) in device_id_show() 141 static int device_list_show(struct seq_file *f, void *ptr) in device_list_show() 171 static int blacklist_show(struct seq_file *f, void *p) in blacklist_show() 196 static int uuids_show(struct seq_file *f, void *p) in uuids_show() 231 static int remote_oob_show(struct seq_file *f, void *ptr) in remote_oob_show() 387 static int inquiry_cache_show(struct seq_file *f, void *p) in inquiry_cache_show() 423 static int link_keys_show(struct seq_file *f, void *ptr) in link_keys_show() 449 static int dev_class_show(struct seq_file *f, void *ptr) in dev_class_show() 642 static int identity_show(struct seq_file *f, void *p) in identity_show() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 260 ptlrpc_lprocfs_req_history_len_seq_show(struct seq_file *m, void *v) in ptlrpc_lprocfs_req_history_len_seq_show() 277 ptlrpc_lprocfs_req_history_max_seq_show(struct seq_file *m, void *n) in ptlrpc_lprocfs_req_history_max_seq_show() 296 struct ptlrpc_service *svc = ((struct seq_file *)file->private_data)->private; in ptlrpc_lprocfs_req_history_max_seq_write() 479 static int ptlrpc_lprocfs_nrs_seq_show(struct seq_file *m, void *n) in ptlrpc_lprocfs_nrs_seq_show() 644 struct ptlrpc_service *svc = ((struct seq_file *)file->private_data)->private; in ptlrpc_lprocfs_nrs_seq_write() 807 ptlrpc_lprocfs_svc_req_history_start(struct seq_file *s, loff_t *pos) in ptlrpc_lprocfs_svc_req_history_start() 853 ptlrpc_lprocfs_svc_req_history_stop(struct seq_file *s, void *iter) in ptlrpc_lprocfs_svc_req_history_stop() 861 ptlrpc_lprocfs_svc_req_history_next(struct seq_file *s, in ptlrpc_lprocfs_svc_req_history_next() 895 static int ptlrpc_lprocfs_svc_req_history_show(struct seq_file *s, void *iter) in ptlrpc_lprocfs_svc_req_history_show() 949 struct seq_file *seqf; in ptlrpc_lprocfs_svc_req_history_open() [all …]
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | setup.c | 306 static int c_show(struct seq_file *m, void *v) in c_show() 334 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 339 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 345 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/char/ |
D | misc.c | 66 static void *misc_seq_start(struct seq_file *seq, loff_t *pos) in misc_seq_start() 72 static void *misc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in misc_seq_next() 77 static void misc_seq_stop(struct seq_file *seq, void *v) in misc_seq_stop() 82 static int misc_seq_show(struct seq_file *seq, void *v) in misc_seq_show()
|
/linux-4.4.14/arch/um/kernel/ |
D | um_arch.c | 66 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 82 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 87 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 93 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/net/ceph/ |
D | debugfs.c | 33 static int monmap_show(struct seq_file *s, void *p) in monmap_show() 53 static int osdmap_show(struct seq_file *s, void *p) in osdmap_show() 109 static int monc_show(struct seq_file *s, void *p) in monc_show() 141 static int osdc_show(struct seq_file *s, void *pp) in osdc_show() 181 static int client_options_show(struct seq_file *s, void *p) in client_options_show()
|
/linux-4.4.14/drivers/usb/host/ |
D | imx21-dbg.c | 199 static int debug_status_show(struct seq_file *s, void *v) in debug_status_show() 262 static int debug_dmem_show(struct seq_file *s, void *v) in debug_dmem_show() 283 static int debug_etd_show(struct seq_file *s, void *v) in debug_etd_show() 351 static void debug_statistics_show_one(struct seq_file *s, in debug_statistics_show_one() 370 static int debug_statistics_show(struct seq_file *s, void *v) in debug_statistics_show() 385 static void debug_isoc_show_one(struct seq_file *s, in debug_isoc_show_one() 404 static int debug_isoc_show(struct seq_file *s, void *v) in debug_isoc_show()
|
/linux-4.4.14/fs/nfs/ |
D | client.c | 1088 static void *nfs_server_list_start(struct seq_file *p, loff_t *pos); 1089 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos); 1090 static void nfs_server_list_stop(struct seq_file *p, void *v); 1091 static int nfs_server_list_show(struct seq_file *m, void *v); 1109 static void *nfs_volume_list_start(struct seq_file *p, loff_t *pos); 1110 static void *nfs_volume_list_next(struct seq_file *p, void *v, loff_t *pos); 1111 static void nfs_volume_list_stop(struct seq_file *p, void *v); 1112 static int nfs_volume_list_show(struct seq_file *m, void *v); 1142 static void *nfs_server_list_start(struct seq_file *m, loff_t *_pos) in nfs_server_list_start() 1155 static void *nfs_server_list_next(struct seq_file *p, void *v, loff_t *pos) in nfs_server_list_next() [all …]
|
/linux-4.4.14/arch/arm/include/asm/ |
D | smp.h | 23 struct seq_file; 28 extern void show_ipi_list(struct seq_file *, int);
|
/linux-4.4.14/kernel/gcov/ |
D | gcov.h | 59 struct seq_file; 66 int gcov_iter_write(struct gcov_iterator *iter, struct seq_file *seq);
|
D | fs.c | 94 static void *gcov_seq_start(struct seq_file *seq, loff_t *pos) in gcov_seq_start() 107 static void *gcov_seq_next(struct seq_file *seq, void *data, loff_t *pos) in gcov_seq_next() 119 static int gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show() 128 static void gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop() 182 struct seq_file *seq; in gcov_seq_open() 222 struct seq_file *seq; in gcov_seq_release() 275 struct seq_file *seq; in gcov_seq_write()
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | debug.c | 34 static void qset_print(struct seq_file *s, struct whc_qset *qset) in qset_print() 86 static int di_print(struct seq_file *s, void *p) in di_print() 106 static int asl_print(struct seq_file *s, void *p) in asl_print() 118 static int pzl_print(struct seq_file *s, void *p) in pzl_print()
|
/linux-4.4.14/fs/ceph/ |
D | debugfs.c | 21 static int mdsmap_show(struct seq_file *s, void *p) in mdsmap_show() 49 static int mdsc_show(struct seq_file *s, void *p) in mdsc_show() 127 static int caps_show(struct seq_file *s, void *p) in caps_show() 142 static int dentry_lru_show(struct seq_file *s, void *ptr) in dentry_lru_show() 159 static int mds_sessions_show(struct seq_file *s, void *ptr) in mds_sessions_show()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
D | linux-module.c | 336 static void *obd_device_list_seq_start(struct seq_file *p, loff_t *pos) in obd_device_list_seq_start() 344 static void obd_device_list_seq_stop(struct seq_file *p, void *v) in obd_device_list_seq_stop() 348 static void *obd_device_list_seq_next(struct seq_file *p, void *v, loff_t *pos) in obd_device_list_seq_next() 357 static int obd_device_list_seq_show(struct seq_file *p, void *v) in obd_device_list_seq_show() 394 struct seq_file *seq; in obd_device_list_open()
|
/linux-4.4.14/arch/s390/pci/ |
D | pci_debug.c | 42 static void pci_sw_counter_show(struct seq_file *m) in pci_sw_counter_show() 53 static int pci_perf_show(struct seq_file *m, void *v) in pci_perf_show() 93 struct zpci_dev *zdev = ((struct seq_file *) file->private_data)->private; in pci_perf_seq_write()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | cpu-info.h | 107 struct seq_file; 124 struct seq_file *m;
|
/linux-4.4.14/drivers/net/wireless/rsi/ |
D | rsi_91x_debugfs.c | 27 static int rsi_sdio_stats_read(struct seq_file *seq, void *data) in rsi_sdio_stats_read() 82 static int rsi_version_read(struct seq_file *seq, void *data) in rsi_version_read() 123 static int rsi_stats_read(struct seq_file *seq, void *data) in rsi_stats_read() 203 static int rsi_debug_zone_read(struct seq_file *seq, void *data) in rsi_debug_zone_read()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | setup.c | 323 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 360 static void *c_start(struct seq_file *m, loff_t * pos) in c_start() 366 static void *c_next(struct seq_file *m, void *v, loff_t * pos) in c_next() 372 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 399 struct seq_file *seq, struct cl_page *page) in vvp_pgcache_page_show() 428 static int vvp_pgcache_show(struct seq_file *f, void *v) in vvp_pgcache_show() 471 static void *vvp_pgcache_start(struct seq_file *f, loff_t *pos) in vvp_pgcache_start() 495 static void *vvp_pgcache_next(struct seq_file *f, void *v, loff_t *pos) in vvp_pgcache_next() 512 static void vvp_pgcache_stop(struct seq_file *f, void *v) in vvp_pgcache_stop() 526 struct seq_file *seq; in vvp_dump_pgcache_seq_open()
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 495 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, in blkcg_print_blkgs() 496 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs() argument 526 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) in __blkg_prfill_u64() 546 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat() 581 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) in blkg_prfill_stat() 595 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat() 604 static u64 blkg_prfill_rwstat_field(struct seq_file *sf, in blkg_prfill_rwstat_field() 620 int blkg_print_stat_bytes(struct seq_file *sf, void *v) in blkg_print_stat_bytes() 637 int blkg_print_stat_ios(struct seq_file *sf, void *v) in blkg_print_stat_ios() 646 static u64 blkg_prfill_rwstat_field_recursive(struct seq_file *sf, in blkg_prfill_rwstat_field_recursive() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 333 int lprocfs_rd_uint(struct seq_file *m, void *data) in lprocfs_rd_uint() 487 int lprocfs_rd_server_uuid(struct seq_file *m, void *data) in lprocfs_rd_server_uuid() 511 int lprocfs_rd_conn_uuid(struct seq_file *m, void *data) in lprocfs_rd_conn_uuid() 582 static int obd_import_flags2str(struct obd_import *imp, struct seq_file *m) in obd_import_flags2str() 601 static void obd_connect_seq_flags2str(struct seq_file *m, __u64 flags, char *sep) in obd_connect_seq_flags2str() 619 int lprocfs_rd_import(struct seq_file *m, void *data) in lprocfs_rd_import() 773 int lprocfs_rd_state(struct seq_file *m, void *data) in lprocfs_rd_state() 804 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at) in lprocfs_at_hist_helper() 816 int lprocfs_rd_timeouts(struct seq_file *m, void *data) in lprocfs_rd_timeouts() 865 int lprocfs_rd_connect_flags(struct seq_file *m, void *data) in lprocfs_rd_connect_flags() [all …]
|
/linux-4.4.14/arch/m32r/kernel/ |
D | setup.c | 292 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 360 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 365 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 371 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/linux-4.4.14/ipc/ |
D | util.c | 71 int (*show)(struct seq_file *, void *); 119 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface() argument 776 static void *sysvipc_proc_next(struct seq_file *s, void *it, loff_t *pos) in sysvipc_proc_next() 793 static void *sysvipc_proc_start(struct seq_file *s, loff_t *pos) in sysvipc_proc_start() 819 static void sysvipc_proc_stop(struct seq_file *s, void *it) in sysvipc_proc_stop() 835 static int sysvipc_proc_show(struct seq_file *s, void *it) in sysvipc_proc_show() 871 struct seq_file *seq = file->private_data; in sysvipc_proc_release()
|