Home
last modified time | relevance | path

Searched defs:seq_file (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/include/linux/
H A Dseq_file.h17 struct seq_file { struct
33 void * (*start) (struct seq_file *m, loff_t *pos); argument
H A Dkernfs.h255 struct seq_file *seq_file; member
/openbmc/linux/drivers/nvme/host/
H A Dfabrics.c1259 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local
1291 static void __nvmf_concat_opt_tokens(struct seq_file *seq_file) in __nvmf_concat_opt_tokens()
1311 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show()
1342 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c115 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()
/openbmc/linux/fs/proc/
H A Dproc_net.c209 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
250 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
H A Dgeneric.c648 int (*show)(struct seq_file *, void *), void *data) in proc_create_single_data()
/openbmc/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c79 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c732 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
748 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
/openbmc/linux/include/drm/
H A Ddrm_debugfs.h169 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file()
/openbmc/linux/fs/
H A Dproc_namespace.c243 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
H A Dseq_file.c572 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open()
593 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
/openbmc/linux/fs/reiserfs/
H A Dprocfs.c402 static void add_file(struct super_block *sb, char *name, in add_file()
/openbmc/linux/lib/
H A Dlru_cache.c586 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_debugfs.c374 int (*show)(struct seq_file*, void*), void *data) in drm_debugfs_add_file()
/openbmc/linux/ipc/
H A Dutil.c139 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
/openbmc/linux/security/apparmor/
H A Dapparmorfs.c1049 int (*show)(struct seq_file *, void *)) in seq_profile_open()
1241 int (*show)(struct seq_file *, void *)) in seq_rawdata_open()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open()
/openbmc/linux/block/
H A Dblk-cgroup.c712 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c466 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5()
504 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3()
519 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()