Searched refs:dump_write (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcoredump.h12 extern int dump_write(struct file *file, const void *addr, int nr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Delfcore.c37 || !dump_write(file, &phdr, sizeof(phdr)))
61 || !dump_write(file, addr, filesz))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Delfcore.c39 if (*size > limit || !dump_write(file, &phdr, sizeof(phdr)))
58 if (*size > limit || !dump_write(file, addr, memsz))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Doprofile_files.c157 static ssize_t dump_write(struct file *file, char const __user *buf, size_t count, loff_t *offset) function
165 .write = dump_write,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_aout.c116 if (!dump_write(file, &dump, sizeof(dump)))
127 if (!dump_write(file, dump_start, dump_size))
134 if (!dump_write(file, dump_start, dump_size))
H A Dbinfmt_elf_fdpic.c1218 * them either. "dump_write()" can't handle it anyway.
1279 do { if (!dump_write(file, (addr), (nr))) return 0; *foffset += (nr); } while(0)
1529 else if (!dump_write(file, kaddr, PAGE_SIZE))
1560 if (!dump_write(file, (void *) vma->vm_start,
1766 if (size > cprm->limit || !dump_write(cprm->file, elf, sizeof(*elf)))
1771 || !dump_write(cprm->file, phdr4note, sizeof(*phdr4note)))
1797 || !dump_write(cprm->file, &phdr, sizeof(phdr)))
1832 || !dump_write(cprm->file, shdr4extnum,
H A Dbinfmt_elf.c1194 do { if (!dump_write(file, (addr), (nr))) return 0; *foffset += (nr); } while(0)
1973 if (size > cprm->limit || !dump_write(cprm->file, elf, sizeof(*elf)))
1978 || !dump_write(cprm->file, phdr4note, sizeof(*phdr4note)))
2002 || !dump_write(cprm->file, &phdr, sizeof(phdr)))
2035 !dump_write(cprm->file, kaddr,
2052 || !dump_write(cprm->file, shdr4extnum,
H A Dexec.c2056 int dump_write(struct file *file, const void *addr, int nr) function
2060 EXPORT_SYMBOL(dump_write); variable
2079 if (!dump_write(file, buf, n)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dmodpost.c2058 char *dump_write = NULL; local
2088 dump_write = optarg;
2148 if (dump_write)
2149 write_dump(dump_write);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c133 if (!dump_write(file, (void *)(addr), (nr))) \

Completed in 193 milliseconds