Home
last modified time | relevance | path

Searched refs:dump_write (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c62 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function
68 if (!dump_write(file, (void *)(addr), (nr))) \
/linux-2.4.37.9/fs/
Dbinfmt_aout.c64 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function
70 if (!dump_write(file, (void *)(addr), (nr))) \
Dbinfmt_elf.c1033 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function
1119 do { if (!dump_write(file, (addr), (nr))) return 0; } while(0)
1144 if ((size += (nr)) > limit || !dump_write(file, (addr), (nr))) \
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c960 static int dump_write(struct file *file, const void *addr, int nr) in dump_write() function
1019 if (!dump_write(file, (addr), (nr))) \
1049 if (!dump_write(file, (addr), (nr))) \