Searched defs:seq_file (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/nvme/host/ |
H A D | fabrics.c | 1388 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/fs/proc/ |
H A D | proc_net.c | 210 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()
|
/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 848 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 D | punit_atom_debug.c | 82 static int punit_dev_state_show(struct seq_file *seq_file, void *unused) in punit_dev_state_show()
|
/linux/lib/ |
H A D | lru_cache.c | 586 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 D | lib.rs | 117 pub mod seq_file; module
|
H A D | miscdevice.rs | 324 unsafe extern "C" fn show_fdinfo(seq_file: *mut bindings::seq_file, file: *mut bindings::file) { in show_fdinfo() argument
|
/linux/security/apparmor/ |
H A D | apparmorfs.c | 1057 int (*show)(struct seq_file *, void *)) in seq_profile_open() 1249 int (*show)(struct seq_file *, void *)) in seq_rawdata_open()
|
/linux/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 418 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open()
|
/linux/drivers/block/ |
H A D | zloop.c | 1313 static int zloop_ctl_show(struct seq_file *seq_file, void *private) in zloop_ctl_show()
|
/linux/block/ |
H A D | blk-cgroup.c | 712 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()
|
/linux/kernel/trace/ |
H A D | bpf_trace.c | 459 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() 497 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() 512 BPF_CALL_4(bpf_seq_printf_btf, struct seq_file *, m, struct btf_ptr *, ptr, in BPF_CALL_4()
|