Searched refs:seq_file (Results 26 - 50 of 1759) sorted by relevance

1234567891011>>

/linux-master/security/integrity/ima/
H A Dima_template_lib.h14 #include <linux/seq_file.h>
20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
24 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show,
26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
/linux-master/arch/mips/ralink/
H A Dbootrom.c8 #include <linux/seq_file.h>
15 static int bootrom_show(struct seq_file *s, void *unused)
/linux-master/fs/proc/
H A Dcmdline.c5 #include <linux/seq_file.h>
8 static int cmdline_proc_show(struct seq_file *m, void *v)
H A Ddevices.c5 #include <linux/seq_file.h>
9 static int devinfo_show(struct seq_file *f, void *v)
29 static void *devinfo_start(struct seq_file *f, loff_t *pos)
36 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos)
44 static void devinfo_stop(struct seq_file *f, void *v)
H A Dsoftirqs.c5 #include <linux/seq_file.h>
11 static int show_softirqs(struct seq_file *p, void *v)
H A Dversion.c6 #include <linux/seq_file.h>
10 static int version_proc_show(struct seq_file *m, void *v)
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_debugfs.c8 static void *mlx5_esw_bridge_debugfs_start(struct seq_file *seq, loff_t *pos);
9 static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos);
10 static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v);
11 static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v);
21 static void *mlx5_esw_bridge_debugfs_start(struct seq_file *seq, loff_t *pos)
29 static void *mlx5_esw_bridge_debugfs_next(struct seq_file *seq, void *v, loff_t *pos)
36 static void mlx5_esw_bridge_debugfs_stop(struct seq_file *seq, void *v)
41 static int mlx5_esw_bridge_debugfs_show(struct seq_file *seq, void *v)
/linux-master/arch/xtensa/include/asm/
H A Dsmp.h30 struct seq_file;
31 void show_ipi_list(struct seq_file *p, int prec);
/linux-master/arch/arm/include/asm/
H A Dptdump.h9 #include <linux/seq_file.h>
22 void ptdump_walk_pgd(struct seq_file *s, struct ptdump_info *info);
/linux-master/arch/arm64/include/asm/
H A Dptdump.h11 #include <linux/seq_file.h>
24 void ptdump_walk(struct seq_file *s, struct ptdump_info *info);
/linux-master/block/
H A Dblk-mq-debugfs.h7 #include <linux/seq_file.h>
14 int (*show)(void *, struct seq_file *);
20 int __blk_mq_debugfs_rq_show(struct seq_file *m, struct request *rq);
21 int blk_mq_debugfs_rq_show(struct seq_file *m, void *v);
87 int queue_zone_wlock_show(void *data, struct seq_file *m);
89 static inline int queue_zone_wlock_show(void *data, struct seq_file *m)
/linux-master/net/x25/
H A Dx25_proc.c9 * This code REQUIRES 2.4 with seq_file support
12 * 2002/10/06 Arnaldo Carvalho de Melo seq_file support
17 #include <linux/seq_file.h>
25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos)
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos)
37 static void x25_seq_route_stop(struct seq_file *seq, void *v)
43 static int x25_seq_route_show(struct seq_file *seq, void *v)
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos)
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos)
72 static void x25_seq_socket_stop(struct seq_file *se
[all...]
/linux-master/fs/jfs/
H A Djfs_debug.h52 int jfs_txanchor_proc_show(struct seq_file *m, void *v);
95 int jfs_lmstats_proc_show(struct seq_file *m, void *v);
96 int jfs_txstats_proc_show(struct seq_file *m, void *v);
97 int jfs_mpstat_proc_show(struct seq_file *m, void *v);
98 int jfs_xtstat_proc_show(struct seq_file *m, void *v);
/linux-master/arch/x86/mm/
H A Ddebug_pagetables.c5 #include <linux/seq_file.h>
8 static int ptdump_show(struct seq_file *m, void *v)
16 static int ptdump_curknl_show(struct seq_file *m, void *v)
26 static int ptdump_curusr_show(struct seq_file *m, void *v)
37 static int ptdump_efi_show(struct seq_file *m, void *v)
/linux-master/include/linux/
H A Dhid-debug.h21 void hid_dump_device(struct hid_device *, struct seq_file *);
22 void hid_dump_field(struct hid_field *, int, struct seq_file *);
23 char *hid_resolv_usage(unsigned, struct seq_file *);
/linux-master/include/linux/sunrpc/
H A Dmetrics.h29 #include <linux/seq_file.h>
90 void rpc_clnt_show_stats(struct seq_file *, struct rpc_clnt *);
103 static inline void rpc_clnt_show_stats(struct seq_file *seq, struct rpc_clnt *clnt) {}
/linux-master/net/atm/
H A Dresources.h25 void *atm_dev_seq_start(struct seq_file *seq, loff_t *pos);
26 void atm_dev_seq_stop(struct seq_file *seq, void *v);
27 void *atm_dev_seq_next(struct seq_file *seq, void *v, loff_t *pos);
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h57 struct seq_file;
58 void smp_bogo(struct seq_file *);
59 void smp_info(struct seq_file *);
/linux-master/arch/m68k/kernel/
H A Dirq.c17 #include <linux/seq_file.h>
35 int arch_show_interrupts(struct seq_file *p, int prec)
/linux-master/include/linux/sched/
H A Dautogroup.h8 struct seq_file;
17 extern void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m);
/linux-master/samples/livepatch/
H A Dlivepatch-sample.c32 #include <linux/seq_file.h>
33 static int livepatch_cmdline_proc_show(struct seq_file *m, void *v)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.h48 int (*show)(struct seq_file *seq, void *v, int idx);
62 int (*show)(struct seq_file *seq, void *v, int i));
/linux-master/include/keys/
H A Dasymmetric-subtype.h13 #include <linux/seq_file.h>
30 void (*describe)(const struct key *key, struct seq_file *m);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fb.h20 struct seq_file;
33 void omap_framebuffer_describe(struct drm_framebuffer *fb, struct seq_file *m);
/linux-master/arch/m68k/include/asm/
H A Dmachdep.h5 #include <linux/seq_file.h>
19 extern void (*mach_get_hardware_list) (struct seq_file *m);

Completed in 192 milliseconds

1234567891011>>