Home
last modified time | relevance | path

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

1234

/linux-2.4.37.9/include/linux/
Dseq_file.h15 struct seq_file { struct
27 void * (*start) (struct seq_file *m, loff_t *pos); argument
28 void (*stop) (struct seq_file *m, void *v);
29 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
30 int (*show) (struct seq_file *m, void *v);
37 int seq_escape(struct seq_file *, const char *, const char *);
39 static inline int seq_putc(struct seq_file *m, char c) in seq_putc()
48 static inline int seq_puts(struct seq_file *m, const char *s) in seq_puts()
60 int seq_printf(struct seq_file *, const char *, ...)
63 int seq_path(struct seq_file *, struct vfsmount *, struct dentry *, char *);
[all …]
/linux-2.4.37.9/fs/
Dseq_file.c30 struct seq_file *p = kmalloc(sizeof(*p), GFP_KERNEL); in seq_open()
48 struct seq_file *m = (struct seq_file *)file->private_data; in seq_read()
147 static int traverse(struct seq_file *m, loff_t offset) in traverse()
203 struct seq_file *m = (struct seq_file *)file->private_data; in seq_lseek()
241 struct seq_file *m = (struct seq_file *)file->private_data; in seq_release()
257 int seq_escape(struct seq_file *m, const char *s, const char *esc) in seq_escape()
282 int seq_printf(struct seq_file *m, const char *f, ...) in seq_printf()
300 int seq_path(struct seq_file *m, in seq_path()
331 static void *single_start(struct seq_file *p, loff_t *pos) in single_start()
336 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next()
[all …]
/linux-2.4.37.9/crypto/
Dproc.c24 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
36 static void *c_next(struct seq_file *m, void *p, loff_t *pos) in c_next()
46 static void c_stop(struct seq_file *m, void *p) in c_stop()
51 static int c_show(struct seq_file *m, void *p) in c_show()
/linux-2.4.37.9/arch/mips/kernel/
Dproc.c84 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/mips64/kernel/
Dproc.c84 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/include/asm-ppc/
Dmachdep.h14 struct seq_file;
24 int (*show_cpuinfo)(struct seq_file *m);
25 int (*show_percpuinfo)(struct seq_file *m, int i);
/linux-2.4.37.9/arch/parisc/kernel/
Dsetup.c158 extern int show_cpuinfo (struct seq_file *m, void *v);
161 c_start (struct seq_file *m, loff_t *pos) in c_start()
172 c_next (struct seq_file *m, void *v, loff_t *pos) in c_next()
179 c_stop (struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/cris/kernel/
Dsetup.c225 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
270 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
276 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
282 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/net/sctp/
Dproc.c86 static int sctp_snmp_seq_show(struct seq_file *seq, void *v) in sctp_snmp_seq_show()
132 static void sctp_seq_dump_local_addrs(struct seq_file *seq, struct sctp_ep_common *epb) in sctp_seq_dump_local_addrs()
148 static void sctp_seq_dump_remote_addrs(struct seq_file *seq, struct sctp_association *assoc) in sctp_seq_dump_remote_addrs()
164 static int sctp_eps_seq_show(struct seq_file *seq, void *v) in sctp_eps_seq_show()
225 static int sctp_assocs_seq_show(struct seq_file *seq, void *v) in sctp_assocs_seq_show()
/linux-2.4.37.9/drivers/block/
Dgenhd.c162 static void *part_start(struct seq_file *s, loff_t *ppos) in part_start()
174 static void *part_next(struct seq_file *s, void *v, loff_t *pos) in part_next()
180 static void part_stop(struct seq_file *s, void *v) in part_stop()
185 static int part_show(struct seq_file *s, void *v) in part_show()
/linux-2.4.37.9/kernel/
Dresource.c26 static void *r_next(struct seq_file *m, void *v, loff_t *pos) in r_next()
37 static void *r_start(struct seq_file *m, loff_t *pos) in r_start()
47 static void r_stop(struct seq_file *m, void *v) in r_stop()
52 static int r_show(struct seq_file *m, void *v) in r_show()
81 struct seq_file *m = file->private_data; in ioports_open()
91 struct seq_file *m = file->private_data; in iomem_open()
/linux-2.4.37.9/arch/ppc64/kernel/
DiSeries_setup.h29 extern void iSeries_setup_residual(struct seq_file *m);
30 extern void iSeries_get_cpuinfo(struct seq_file *m);
/linux-2.4.37.9/arch/sparc64/kernel/
Dsetup.c627 extern void smp_info(struct seq_file *);
628 extern void smp_bogo(struct seq_file *);
629 extern void mmu_info(struct seq_file *);
635 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo()
674 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
683 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
689 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/include/asm-parisc/
Dcache.h54 struct seq_file;
55 extern void show_cache_info(struct seq_file *m);
/linux-2.4.37.9/include/asm-sparc/
Dsmp.h70 struct seq_file;
71 void smp_bogo_info(struct seq_file *);
72 void smp_info(struct seq_file *);
/linux-2.4.37.9/arch/sh64/kernel/
Dsetup.c308 static int show_cpuinfo(struct seq_file *m,void *v) in show_cpuinfo()
345 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
349 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
353 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/sparc/kernel/
Dsetup.c459 static int show_cpuinfo(struct seq_file *m, void *__unused) in show_cpuinfo()
500 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
509 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
515 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/arch/ppc/platforms/
Dprep_setup.c185 prep_ibm_cpuinfo(struct seq_file *m) in prep_ibm_cpuinfo()
223 prep_sandalfoot_cpuinfo(struct seq_file *m) in prep_sandalfoot_cpuinfo()
250 prep_thinkpad_cpuinfo(struct seq_file *m) in prep_thinkpad_cpuinfo()
321 prep_carolina_cpuinfo(struct seq_file *m) in prep_carolina_cpuinfo()
362 prep_tiger1_cpuinfo(struct seq_file *m) in prep_tiger1_cpuinfo()
405 prep_mot_cpuinfo(struct seq_file *m) in prep_mot_cpuinfo()
569 prep_show_percpuinfo(struct seq_file *m, int i) in prep_show_percpuinfo()
/linux-2.4.37.9/include/asm-ppc64/
Dmachdep.h60 void (*setup_residual)(struct seq_file *m, int cpu_id);
62 void (*get_cpuinfo)(struct seq_file *m);
/linux-2.4.37.9/arch/s390x/kernel/
Dsetup.c511 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
536 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
540 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
545 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/drivers/pci/
Dproc.c309 static void *pci_seq_start(struct seq_file *m, loff_t *pos) in pci_seq_start()
322 static void *pci_seq_next(struct seq_file *m, void *v, loff_t *pos) in pci_seq_next()
328 static void pci_seq_stop(struct seq_file *m, void *v) in pci_seq_stop()
333 static int show_device(struct seq_file *m, void *v) in show_device()
444 static int show_dev_config(struct seq_file *m, void *v) in show_dev_config()
/linux-2.4.37.9/arch/ppc/kernel/
Dsetup.c126 int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
224 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
231 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
237 static void c_stop(struct seq_file *m, void *v) in c_stop()
Dibm440gx_common.h38 int ibm440gx_show_cpuinfo(struct seq_file*);
/linux-2.4.37.9/arch/m68k/kernel/
Dsetup.c448 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
522 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
526 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
531 static void c_stop(struct seq_file *m, void *v) in c_stop()
/linux-2.4.37.9/include/net/
Dneighbour.h246 extern void *neigh_seq_start(struct seq_file *, loff_t *, struct neigh_table *, unsigned int);
247 extern void *neigh_seq_next(struct seq_file *, void *, loff_t *);
248 extern void neigh_seq_stop(struct seq_file *, void *);

1234