Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dseq_file.h16 struct seq_file { struct
32 void * (*start) (struct seq_file *m, loff_t *pos); argument
H A Dkernfs.h260 struct seq_file *seq_file; member
/linux/drivers/nvme/host/
H A Dfabrics.c1388 struct seq_file *seq_file = file->private_data; in nvmf_dev_write() local
1420 static void __nvmf_concat_opt_tokens(struct seq_file *seq_file) in __nvmf_concat_opt_tokens()
1440 static int nvmf_dev_show(struct seq_file *seq_file, void *private) in nvmf_dev_show()
1471 struct seq_file *seq_file = file->private_data; in nvmf_dev_release() local
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dcore.c116 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
127 void dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
/linux/drivers/android/binder/
H A Drust_binder_main.rs477 ptr: *mut seq_file, in rust_binder_stats_show()
493 ptr: *mut seq_file, in rust_binder_state_show()
509 ptr: *mut seq_file, in rust_binder_proc_show()
527 ptr: *mut seq_file, in rust_binder_transactions_show()
/linux/fs/proc/
H A Dproc_net.c210 int (*show)(struct seq_file *, void *), void *data) in proc_create_net_single()
251 int (*show)(struct seq_file *, void *), in proc_create_net_single_write()
H A Dgeneric.c667 int (*show)(struct seq_file *, void *), void *data) in proc_create_single_data()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_debugfs.c31 int (*read_fn)(struct seq_file *, void *), in init_debugfs_seqfile()
/linux/rust/kernel/debugfs/
H A Dfile_ops.rs113 seq: *mut bindings::seq_file, in writer_act()
121 let seq_file = unsafe { SeqFile::from_raw(seq) }; in writer_act() localVariable
/linux/net/bluetooth/
H A Daf_bluetooth.c848 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
864 int (*seq_show)(struct seq_file *, void *)) in bt_procfs_init()
/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c82 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
/linux/include/drm/
H A Ddrm_debugfs.h173 int (*show)(struct seq_file*, void*), in drm_debugfs_add_file()
/linux/arch/arm64/kvm/
H A Dptdump.c230 int (*show)(struct seq_file *, void *)) in kvm_pgtable_debugfs_open()
/linux/fs/
H A Dproc_namespace.c235 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
H A Dseq_file.c573 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open()
594 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
/linux/drivers/hwmon/
H A Dhtu31.c248 static int serial_number_show(struct seq_file *seq_file, in serial_number_show()
/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()
/linux/rust/kernel/
H A Dmiscdevice.rs374 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument
H A Dlib.rs146 pub mod seq_file; module
/linux/ipc/
H A Dutil.c139 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
/linux/security/apparmor/
H A Dapparmorfs.c1141 int (*show)(struct seq_file *, void *)) in seq_profile_open()
1333 int (*show)(struct seq_file *, void *)) in seq_rawdata_open()
/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()
/linux/block/
H A Dblk-cgroup.c706 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()
/linux/drivers/block/
H A Dzloop.c1451 static int zloop_ctl_show(struct seq_file *seq_file, void *private) in zloop_ctl_show()
/linux/kernel/trace/
H A Dbpf_trace.c458 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5()
496 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3()
511 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()