/linux-2.4.37.9/include/linux/ |
D | seq_file.h | 15 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/ |
D | seq_file.c | 30 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/ |
D | proc.c | 24 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/ |
D | proc.c | 84 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/ |
D | proc.c | 84 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/ |
D | machdep.h | 14 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/ |
D | setup.c | 158 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/ |
D | setup.c | 225 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/ |
D | proc.c | 86 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/ |
D | genhd.c | 162 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/ |
D | resource.c | 26 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/ |
D | iSeries_setup.h | 29 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/ |
D | setup.c | 627 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/ |
D | cache.h | 54 struct seq_file; 55 extern void show_cache_info(struct seq_file *m);
|
/linux-2.4.37.9/include/asm-sparc/ |
D | smp.h | 70 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/ |
D | setup.c | 308 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/ |
D | setup.c | 459 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/ |
D | prep_setup.c | 185 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/ |
D | machdep.h | 60 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/ |
D | setup.c | 511 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/ |
D | proc.c | 309 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/ |
D | setup.c | 126 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()
|
D | ibm440gx_common.h | 38 int ibm440gx_show_cpuinfo(struct seq_file*);
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | setup.c | 448 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/ |
D | neighbour.h | 246 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 *);
|