Searched refs:p_offset (Results 1 - 24 of 24) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysdeputil.h38 filesize_t* p_offset, filesize_t num_send,
H A Dsysdeputil.c590 filesize_t* p_offset, filesize_t num_send,
594 if (*p_offset < 0 || num_send < 0)
615 vsf_sysutil_lseek_to(in_fd, *p_offset);
616 retval = do_sendfile(out_fd, in_fd, send_this_time, *p_offset);
622 *p_offset += retval;
589 vsf_sysutil_sendfile(const int out_fd, const int in_fd, filesize_t* p_offset, filesize_t num_send, unsigned int max_chunk) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dosf.c51 u32 p_offset; member in struct:disklabel::d_partition
79 first_sector+le32_to_cpu(partition->p_offset),
H A Dmsdos.c270 bsd_start = le32_to_cpu(bsd_p->p_offset);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_ldr_elf.c266 if (ep->e_shoff < phtab[0].p_offset) {
281 if ((phtab[i].p_type == PT_LOAD) && (phtab[i].p_offset < lowest_offset)) {
283 lowest_offset = ph->p_offset;
291 if (fs_seek(fsctx,ref,ph->p_offset,FILE_SEEK_BEGINNING) != ph->p_offset) {
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskbsdlabel.c259 xbsd_dlabel.d_partitions[i].p_offset = 0;
300 xbsd_dlabel.d_partitions[i].p_offset = begin;
363 (long) pp->p_offset / lp->d_secpercyl + 1,
364 (pp->p_offset % lp->d_secpercyl) ? '*' : ' ',
365 (long) (pp->p_offset + pp->p_size + lp->d_secpercyl - 1)
367 ((pp->p_offset + pp->p_size) % lp->d_secpercyl) ? '*' : ' ',
373 (long) pp->p_offset,
374 (long) pp->p_offset + pp->p_size - 1,
702 pp -> p_offset = get_start_sect(p);
707 pp -> p_offset
[all...]
H A Dfdiskbsdlabel.h125 __u32 p_offset; /* starting sector */ member in struct:xbsd_disklabel::xbsd_partition
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A DzImage.c169 if (elf64ph->p_type == PT_LOAD && elf64ph->p_offset != 0)
173 (unsigned long)elf64ph->p_offset);
174 vmlinux.addr += (unsigned long)elf64ph->p_offset;
175 vmlinux.size -= (unsigned long)elf64ph->p_offset;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/include/
H A Delf.h85 Elf32_Off p_offset; /* Segment file offset */ member in struct:__anon150
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/boot/tools/
H A Dmkbb.c59 u32 p_offset; member in struct:disklabel::d_partition
H A Dobjstrip.c175 offset = elf_phdr->p_offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/proc/
H A Dkcore.c224 nhdr->p_offset = 0;
239 phdr->p_offset = dataoff;
256 phdr->p_offset = (size_t)m->addr - PAGE_OFFSET + dataoff;
267 nhdr->p_offset = offset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixelf.c104 printk("PHDR[%d]: p_type[%s] p_offset[%08lx] p_vaddr[%08lx] "
106 (unsigned long) ep->p_offset, (unsigned long) ep->p_vaddr,
315 (unsigned long) (eppnt->p_offset & 0xfffff000));
321 eppnt->p_offset & 0xfffff000);
443 retval = kernel_read(bprm->file, epp->p_offset, (*name + 16),
499 (epp->p_offset & 0xfffff000));
506 *laddr = epp->p_vaddr - epp->p_offset;
829 elf_phdata->p_offset & 0xfffff000);
906 (hp->p_offset & 0xfffff000));
1186 phdr.p_offset
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dbinfmt_elf32.c200 eppnt->p_offset - ELF_PAGEOFFSET(eppnt->p_vaddr));
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/boot/
H A Dbootloader.c174 ssc(fd, 1, (long) &req, elf_phdr->p_offset, SSC_READ);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/boot/
H A Delf2ecoff.c189 p->p_offset = swab32(p->p_offset);
591 copy(outfile, infile, ph[i].p_offset, ph[i].p_filesz);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbinfmt_elf.c250 eppnt->p_offset - ELF_PAGEOFFSET(eppnt->p_vaddr));
509 retval = kernel_read(bprm->file, elf_ppnt->p_offset,
665 load_addr = (elf_ppnt->p_vaddr - elf_ppnt->p_offset);
849 (elf_phdata->p_offset -
1172 phdr.p_offset = offset;
1195 phdr.p_offset = offset;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Delf.h463 Elf32_Off p_offset; member in struct:elf32_phdr
475 Elf64_Off p_offset; /* Segment file offset */ member in struct:elf64_phdr
H A Dgenhd.h193 __u32 p_offset; /* starting sector */ member in struct:bsd_disklabel::bsd_partition
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Delf.h463 Elf32_Off p_offset; member in struct:elf32_phdr
475 Elf64_Off p_offset; /* Segment file offset */ member in struct:elf64_phdr
H A Dgenhd.h193 __u32 p_offset; /* starting sector */ member in struct:bsd_disklabel::bsd_partition
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/ia32/
H A Dbinfmt_elf32.c222 eppnt->p_offset - pgoff);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_binfmt.c276 eppnt->p_offset - ELF_PAGEOFFSET(eppnt->p_vaddr));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/
H A Dpmf.c76 u_short p_offset ; /* offset in mib */ member in struct:s_p_tab
915 from = mib_addr + pt->p_offset ;
1198 to = mib_addr + pt->p_offset ;

Completed in 136 milliseconds