/linux-2.4.37.9/arch/mips/kernel/ |
D | proc.c | 129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 139 return c_start(m, pos); in c_next() 147 .start = c_start,
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | proc.c | 129 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 139 return c_start(m, pos); in c_next() 147 .start = c_start,
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | setup.c | 161 c_start (struct seq_file *m, loff_t *pos) in c_start() function 175 return c_start(m, pos); in c_next() 184 start: c_start,
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | setup.c | 500 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 506 return *pos == 0 ? &c_start : NULL; in c_start() 512 return c_start(m, pos); in c_next() 520 start: c_start,
|
/linux-2.4.37.9/crypto/ |
D | proc.c | 24 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 90 .start = c_start,
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | setup.c | 674 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 680 return *pos == 0 ? &c_start : NULL; in c_start() 686 return c_start(m, pos); in c_next() 694 start: c_start,
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | setup.c | 270 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 287 start: c_start,
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | setup.c | 536 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 543 return c_start(m, pos); in c_next() 549 start: c_start,
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | setup.c | 224 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 234 return c_start(m, pos); in c_next() 242 start: c_start,
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | setup.c | 345 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 357 start: c_start,
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | setup.c | 677 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 684 return c_start(m, pos); in c_next() 690 start: c_start,
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | setup.c | 297 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 304 return c_start(m, pos); in c_next() 310 .start =c_start,
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | setup.c | 548 c_start (struct seq_file *m, loff_t *pos) in c_start() function 561 return c_start(m, pos); in c_next() 570 .start =c_start,
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | setup.c | 901 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 909 return c_start(m, pos); in c_next() 917 start: c_start,
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | setup.c | 522 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 535 start: c_start,
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | ecard.c | 410 index = c_start(&excd); in ecard_readchunk() 419 (int)c_start(&excd), in ecard_readchunk() 434 (int)c_start(&excd), c_len(&excd), in ecard_readchunk() 441 cd->start_offset = c_start(&excd); in ecard_readchunk()
|
D | setup.c | 599 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 615 .start = c_start,
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | setup.c | 558 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 570 start: c_start,
|
/linux-2.4.37.9/include/asm-arm/ |
D | ecard.h | 271 #define c_start(x) ((x)->r_start) macro
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | setup.c | 1195 c_start(struct seq_file *f, loff_t *pos) in c_start() function 1212 start: c_start,
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | setup.c | 3155 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() function 3162 return c_start(m, pos); in c_next() 3168 start: c_start,
|