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

/freebsd-10.0-release/sys/boot/common/
H A Ddisk.h76 * This will initialize d_offset to the block offset of the start of the
89 off_t d_offset; member in struct:disk_devdesc
93 * Parse disk metadata and initialise dev->d_offset.
H A Ddisk.c67 off_t d_offset; member in struct:dentry
91 dev->d_offset = entry->d_offset;
93 dev->d_offset);
120 entry->d_offset = dev->d_offset;
206 pa->dev->d_offset = part->start;
254 dev->d_offset = 0;
299 dev->d_offset = part.start;
308 dev->d_offset
[all...]
/freebsd-10.0-release/sys/boot/userboot/userboot/
H A Duserboot_disk.c180 off = (dblk + dev->d_offset) * ud_info[dev->d_unit].sectorsize;
/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Ddecl.c1059 o = dcs->d_offset;
1060 dcs->d_offset = 0;
1064 dsym->s_value.v_quad = (dcs->d_offset / size(t)) * size(t);
1065 tp->t_foffs = dcs->d_offset - (int)dsym->s_value.v_quad;
1066 dcs->d_offset += tp->t_flen;
1069 dsym->s_value.v_quad = dcs->d_offset;
1070 dcs->d_offset += sz;
1073 if (o > dcs->d_offset)
1074 dcs->d_offset = o;
1106 no = (dcs->d_offset
[all...]
H A Dlint1.h319 int d_offset; /* offset of next structure member */ member in struct:dinfo
H A Dcgram.y552 dcs->d_offset = 0;
/freebsd-10.0-release/sys/boot/uboot/lib/
H A Ddisk.c170 err = stor_readdev(dev, blk + dev->d_offset, bcount, buf);
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiosdisk.c355 return (bcache_strategy(&bcd, BD(dev).bd_unit, rw, dblk + dev->d_offset,
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c5674 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
5805 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
5808 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
5855 rel->r_offset += d_offset;
5877 rel->r_offset -= d_offset;
5926 contents + rel->r_offset - d_offset);
5954 rel[1].r_offset += d_offset;
5957 bfd_put_32 (output_bfd, insn1, contents + rel->r_offset - d_offset);
5659 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); local
H A Delf64-ppc.c9813 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0);
10054 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset);
10057 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset);
10110 rel->r_offset += d_offset;
10143 rel->r_offset -= d_offset;
10192 contents + rel->r_offset - d_offset);
10227 rel[1].r_offset += d_offset;
10236 bfd_put_32 (output_bfd, insn1, contents + rel->r_offset - d_offset);
9809 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); local

Completed in 217 milliseconds