Searched refs:d_offset (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/sys/boot/common/ |
| D | disk.c | 67 off_t d_offset; member 91 dev->d_offset = entry->d_offset; in disk_lookup() 93 dev->d_offset); in disk_lookup() 120 entry->d_offset = dev->d_offset; in disk_insert() 206 pa->dev->d_offset = part->start; in ptable_print() 254 dev->d_offset = 0; in disk_open() 299 dev->d_offset = part.start; in disk_open() 308 dev->d_offset = part.start; in disk_open() 350 dev->d_offset += part.start; in disk_open() 370 dev->d_offset, od); in disk_open()
|
| D | disk.h | 89 off_t d_offset; member
|
| /freebsd-9-stable/usr.bin/xlint/lint1/ |
| D | decl.c | 1059 o = dcs->d_offset; in decl1str() 1060 dcs->d_offset = 0; in decl1str() 1064 dsym->s_value.v_quad = (dcs->d_offset / size(t)) * size(t); in decl1str() 1065 tp->t_foffs = dcs->d_offset - (int)dsym->s_value.v_quad; in decl1str() 1066 dcs->d_offset += tp->t_flen; in decl1str() 1069 dsym->s_value.v_quad = dcs->d_offset; in decl1str() 1070 dcs->d_offset += sz; in decl1str() 1073 if (o > dcs->d_offset) in decl1str() 1074 dcs->d_offset = o; in decl1str() 1106 no = (dcs->d_offset + (al - 1)) & ~(al - 1); in align() [all …]
|
| D | lint1.h | 319 int d_offset; /* offset of next structure member */ member
|
| D | cgram.y | 552 dcs->d_offset = 0;
|
| /freebsd-9-stable/sys/boot/userboot/userboot/ |
| D | userboot_disk.c | 180 off = (dblk + dev->d_offset) * ud_info[dev->d_unit].sectorsize; in userdisk_strategy()
|
| /freebsd-9-stable/sys/boot/uboot/lib/ |
| D | disk.c | 170 err = stor_readdev(dev, blk + dev->d_offset, bcount, buf); in stor_strategy()
|
| /freebsd-9-stable/sys/fs/hpfs/ |
| D | hpfs.h | 288 u_int16_t d_offset[3]; /* Offsets of CP Data blocks */ member
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-ppc.c | 5659 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); in ppc_elf_relocate_section() local 5790 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset); in ppc_elf_relocate_section() 5793 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset); in ppc_elf_relocate_section() 5840 rel->r_offset += d_offset; in ppc_elf_relocate_section() 5862 rel->r_offset -= d_offset; in ppc_elf_relocate_section() 5911 contents + rel->r_offset - d_offset); in ppc_elf_relocate_section() 5939 rel[1].r_offset += d_offset; in ppc_elf_relocate_section() 5942 bfd_put_32 (output_bfd, insn1, contents + rel->r_offset - d_offset); in ppc_elf_relocate_section()
|
| D | elf64-ppc.c | 9809 bfd_vma d_offset = (bfd_big_endian (output_bfd) ? 2 : 0); in ppc64_elf_relocate_section() local 10050 insn = bfd_get_32 (output_bfd, contents + rel->r_offset - d_offset); in ppc64_elf_relocate_section() 10053 bfd_put_32 (output_bfd, insn, contents + rel->r_offset - d_offset); in ppc64_elf_relocate_section() 10106 rel->r_offset += d_offset; in ppc64_elf_relocate_section() 10139 rel->r_offset -= d_offset; in ppc64_elf_relocate_section() 10188 contents + rel->r_offset - d_offset); in ppc64_elf_relocate_section() 10223 rel[1].r_offset += d_offset; in ppc64_elf_relocate_section() 10232 bfd_put_32 (output_bfd, insn1, contents + rel->r_offset - d_offset); in ppc64_elf_relocate_section()
|
| /freebsd-9-stable/sys/boot/i386/libi386/ |
| D | biosdisk.c | 358 return (bcache_strategy(&bcd, BD(dev).bd_unit, rw, dblk + dev->d_offset, in bd_strategy()
|