Searched defs:seq_file (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/include/linux/ |
D | seq_file.h | 18 struct seq_file { struct 37 void * (*start) (struct seq_file *m, loff_t *pos); argument
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | core.c | 152 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file() 169 int dss_debugfs_create_file(const char *name, void (*write)(struct seq_file *)) in dss_debugfs_create_file()
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 675 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init() 691 int (* seq_show)(struct seq_file *, void *)) in bt_procfs_init()
|
/linux-4.1.27/fs/proc/ |
D | proc_net.c | 64 int (*show)(struct seq_file *, void *)) in single_open_net()
|
/linux-4.1.27/fs/ |
D | proc_namespace.c | 234 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()
|
/linux-4.1.27/fs/reiserfs/ |
D | procfs.c | 409 static void add_file(struct super_block *sb, char *name, in add_file()
|
/linux-4.1.27/lib/ |
D | lru_cache.c | 652 void lc_seq_dump_details(struct seq_file *seq, struct lru_cache *lc, char *utext, in lc_seq_dump_details()
|
/linux-4.1.27/drivers/dma-buf/ |
D | dma-buf.c | 872 int (*write)(struct seq_file *)) in dma_buf_debugfs_create_file()
|
/linux-4.1.27/block/ |
D | blk-cgroup.c | 514 u64 (*prfill)(struct seq_file *, in blkcg_print_blkgs()
|
/linux-4.1.27/ipc/ |
D | util.c | 119 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
|
/linux-4.1.27/security/apparmor/ |
D | apparmorfs.c | 228 int (*show)(struct seq_file *, void *)) in aa_fs_seq_profile_open()
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_debugfs.c | 431 static int drbd_single_open(struct file *file, int (*show)(struct seq_file *, void *), in drbd_single_open()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 903 void target_print_req(void *seq_file, struct ptlrpc_request *req) in target_print_req()
|