/kernel/linux/linux-4.19/include/linux/ |
D | seq_file.h | 16 struct seq_file { struct 33 void * (*start) (struct seq_file *m, loff_t *pos); argument
|
/kernel/linux/linux-5.10/include/linux/ |
D | seq_file.h | 16 struct seq_file { struct 32 void * (*start) (struct seq_file *m, loff_t *pos); argument
|
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | core.c | 115 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() 126 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
|
/kernel/linux/linux-4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | core.c | 143 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() 160 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
D | fabrics.c | 1076 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local 1108 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show() 1140 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
|
/kernel/linux/linux-4.19/drivers/nvme/host/ |
D | fabrics.c | 985 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local 1017 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show() 1049 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
|
/kernel/linux/linux-4.19/fs/proc/ |
D | proc_net.c | 195 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single() 236 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
|
D | generic.c | 617 int (*show)(struct seq_file *, void *), void *data) in proc_create_single_data()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_debugfs.c | 60 int (*show)(struct seq_file*, void*), in vc4_debugfs_add_file()
|
/kernel/linux/linux-5.10/fs/proc/ |
D | proc_net.c | 199 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single() 240 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-4.19/arch/x86/platform/atom/ |
D | punit_atom_debug.c | 88 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
|
/kernel/linux/linux-4.19/net/bluetooth/ |
D | af_bluetooth.c | 688 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init() 704 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | af_bluetooth.c | 681 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init() 697 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init()
|
/kernel/linux/linux-5.10/fs/ |
D | proc_namespace.c | 240 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
|
D | seq_file.c | 561 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() 582 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
|
/kernel/linux/linux-4.19/fs/ |
D | proc_namespace.c | 239 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
|
D | seq_file.c | 557 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open() 578 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
D | procfs.c | 402 static void add_file(struct super_block *sb, char *name, in add_file()
|
/kernel/linux/linux-4.19/fs/reiserfs/ |
D | procfs.c | 402 static void add_file(struct super_block *sb, char *name, in add_file()
|
/kernel/linux/linux-5.10/lib/ |
D | lru_cache.c | 638 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
|
/kernel/linux/linux-4.19/lib/ |
D | lru_cache.c | 650 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
|
/kernel/linux/linux-5.10/ipc/ |
D | util.c | 138 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
|
/kernel/linux/linux-4.19/ipc/ |
D | util.c | 138 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | bpf_trace.c | 578 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() 763 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() 778 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()
|