| /mirbsd/src/sys/arch/sparc/include/ |
| D | bus.h | 113 bus_addr_t offset, bus_size_t size, int flags) in bus_space_barrier() 132 bus_addr_t offset, bus_size_t size, bus_space_handle_t *newh) in bus_space_subregion() 144 #define bus_space_read_1(tag, handle, offset) \ argument 146 #define __bus_space_read_2(tag, handle, offset) \ argument 148 #define __bus_space_read_4(tag, handle, offset) \ argument 150 #define bus_space_read_2(tag, handle, offset) \ argument 154 #define bus_space_read_4(tag, handle, offset) \ argument 164 bus_addr_t offset, u_int8_t *dest, size_t count) in bus_space_read_multi_1() 175 bus_addr_t offset, u_int16_t *dest, size_t count) in bus_space_read_multi_2() 186 bus_addr_t offset, u_int32_t *dest, size_t count) in bus_space_read_multi_4() [all …]
|
| /mirbsd/src/sys/uvm/ |
| D | uvm_amap_i.h | 58 amap_lookup(aref, offset) in amap_lookup() argument 84 amap_lookups(aref, offset, anons, npages) in amap_lookups() argument 118 amap_add(aref, offset, anon, replace) in amap_add() argument 166 amap_unadd(aref, offset) in amap_unadd() argument 202 amap_ref(amap, offset, len, flags) in amap_ref() argument 239 amap_unref(amap, offset, len, all) in amap_unref() argument
|
| /mirbsd/src/sbin/fdisk/ |
| D | cmd.c | 48 Xreinit(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xreinit() 69 Xdisk(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xdisk() 101 Xswap(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xswap() 143 Xedit(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xedit() 227 Xsetpid(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xsetpid() 263 Xselect(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xselect() 301 Xprint(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xprint() 313 Xwrite(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xwrite() 332 Xquit(cmd_t *cmd, disk_t *disk, mbr_t *r, mbr_t *tt, int offset) in Xquit() 340 Xabort(cmd_t *cmd, disk_t *disk, mbr_t *mbr, mbr_t *tt, int offset) in Xabort() [all …]
|
| D | user.c | 113 USER_modify(disk_t *disk, mbr_t *tt, off_t offset, off_t reloff) in USER_modify() 200 int fd, offset, firstoff, i; in USER_print_disk() local
|
| /mirbsd/src/lib/libc/stdlib/ |
| D | getenv.c | 46 __findenv(const char *name, int *offset) in __findenv() 77 int offset; in getenv() local
|
| D | setenv.c | 53 int l_value, offset; in setenv() local 102 int offset; in unsetenv() local
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | arm-dis.c | 1188 int offset = given & 0xfff; in print_insn_arm() local 1229 int offset = given & 0xfff; in print_insn_arm() local 1250 int offset = given & 0xfff; in print_insn_arm() local 1273 int offset = ((given & 0xf00) >> 4) | (given & 0xf); in print_insn_arm() local 1291 int offset = ((given & 0xf00) >> 4) | (given & 0xf); in print_insn_arm() local 1315 int offset = ((given & 0xf00) >> 4) | (given & 0xf); in print_insn_arm() local 1393 int offset = given & 0xff; in print_insn_arm() local 1405 int offset = given & 0xff; in print_insn_arm() local 1425 bfd_vma offset = 0; in print_insn_arm() local 1807 int offset = given & 0xff; in print_insn_arm() local [all …]
|
| /mirbsd/src/sys/dev/ic/ |
| D | siop_common.c | 418 int sync, offset, options, scf = 0; local 531 int sync, maxoffset, offset, i; local 659 siop_sdtr_msg(siop_cmd, offset, ssync, soff) in siop_sdtr_msg() argument 674 siop_wdtr_msg(siop_cmd, offset, wide) in siop_wdtr_msg() argument 688 siop_ppr_msg(siop_cmd, offset, ssync, soff) in siop_ppr_msg() argument 717 int offset, dbc, sstat; local
|
| D | pdqvar.h | 139 #define PDQ_OS_IORD_32(t, base, offset) bus_space_read_4 (t, base, offset) argument 140 #define PDQ_OS_IOWR_32(t, base, offset, data) bus_space_write_4 (t, base, offset, data) argument 141 #define PDQ_OS_IORD_8(t, base, offset) bus_space_read_1 (t, base, offset) argument 142 #define PDQ_OS_IOWR_8(t, base, offset, data) bus_space_write_1 (t, base, offset, data) argument 143 #define PDQ_OS_MEMRD_32(t, base, offset) bus_space_read_4(t, base, offset) argument 144 #define PDQ_OS_MEMWR_32(t, base, offset, data) bus_space_write_4(t, base, offset, data) argument 145 #define PDQ_CSR_OFFSET(base, offset) (0 + (offset)*sizeof(pdq_uint32_t)) argument 170 #define PDQ_OS_IORD_32(t, base, offset) inl((base) + (offset)) argument 171 #define PDQ_OS_IOWR_32(t, base, offset, data) outl((base) + (offset), data) argument 172 #define PDQ_OS_IORD_8(t, base, offset) inb((base) + (offset)) argument [all …]
|
| /mirbsd/src/sys/dev/isa/ |
| D | isic_isa_usr_sti.c | 107 register int offset = 0; in usrtai_read_fifo() local 119 register int offset = 0; in usrtai_write_fifo() local 129 usrtai_write_reg(u_char *base, u_int offset, u_int v) in usrtai_write_reg() 138 usrtai_read_reg(u_char *base, u_int offset) in usrtai_read_reg() 313 int map, off, offset; in usrtai_read_fifo() local 334 int map, off, offset; in usrtai_write_fifo() local
|
| D | isic_isapnp_drn_ngo.c | 136 register int offset; in drnngo_read_fifo() local 186 register int offset; in drnngo_write_fifo() local 234 drnngo_write_reg(u_char *base, u_int offset, u_int v) in drnngo_write_reg() 276 drnngo_read_reg(u_char *base, u_int offset) in drnngo_read_reg() 468 } offset[] = variable
|
| /mirbsd/src/sys/dev/pci/ |
| D | fmsradio.c | 221 sf256pcs_hw_read(bus_space_tag_t iot, bus_space_handle_t ioh, bus_size_t offset) in sf256pcs_hw_read() 263 bus_size_t offset, u_int32_t d) in sf256pcs_init() 274 bus_size_t offset, u_int32_t d) in sf256pcs_rset() 308 bus_size_t offset) in sf256pcpr_hw_read() 349 bus_size_t offset, u_int32_t d) in sf256pcpr_init() 360 bus_size_t offset, u_int32_t d) in sf256pcpr_rset() 393 sf64pcr_hw_read(bus_space_tag_t iot, bus_space_handle_t ioh, bus_size_t offset) in sf64pcr_hw_read() 453 bus_size_t offset, u_int32_t d) in sf64pcr_init() 464 bus_size_t offset, u_int32_t d) in sf64pcr_rset()
|
| D | agp_via.c | 191 agp_via_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical) in agp_via_bind_page() 203 agp_via_unbind_page(struct vga_pci_softc *sc, off_t offset) in agp_via_unbind_page()
|
| D | agp_intel.c | 208 agp_intel_bind_page(struct vga_pci_softc *sc, off_t offset, bus_addr_t physical) in agp_intel_bind_page() 220 agp_intel_unbind_page(struct vga_pci_softc *sc, off_t offset) in agp_intel_unbind_page()
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-mn10200.c | 379 int offset = fragP->fr_fix; in md_convert_frag() local 436 int offset = fragP->fr_fix; in md_convert_frag() local 501 int offset = fragP->fr_fix; in md_convert_frag() local 581 int offset = fragP->fr_fix; in md_convert_frag() local 668 int offset = fragP->fr_fix; in md_convert_frag() local 687 int offset = fragP->fr_fix; in md_convert_frag() local 697 int offset = fragP->fr_fix; in md_convert_frag() local 1269 int offset; in md_assemble() local 1298 int reloc, pcrel, reloc_size, offset; in md_assemble() local
|
| D | tc-mn10300.c | 775 int offset = fragP->fr_fix; local 832 int offset = fragP->fr_fix; local 896 int offset = fragP->fr_fix; local 935 int offset = fragP->fr_fix; local 970 int offset = fragP->fr_fix; local 979 int offset = fragP->fr_fix; local 991 int offset = fragP->fr_fix; local 1001 int offset = fragP->fr_fix; local 1020 int offset = fragP->fr_fix; local 1030 int offset = fragP->fr_fix; local [all …]
|
| /mirbsd/src/lib/libc/stdio/ |
| D | fseek.c | 49 fseeko(FILE *fp, off_t offset, int whence) in fseeko() 246 fseek(FILE *fp, long offset, int whence) in fseek()
|
| /mirbsd/src/lib/libpng/ |
| D | pngerror.c | 52 int offset; in png_error() local 113 int offset = 0; in png_warning() local 256 int offset; in png_default_error() local 320 int offset; in png_default_warning() local
|
| /mirbsd/src/sys/ufs/ufs/ |
| D | ufs_dirhash.c | 322 doff_t blkoff, bmask, offset, prevoff; in ufsdirhash_lookup() local 599 ufsdirhash_add(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_add() 644 ufsdirhash_remove(struct inode *ip, struct direct *dirp, doff_t offset) in ufsdirhash_remove() 705 ufsdirhash_newblk(struct inode *ip, doff_t offset) in ufsdirhash_newblk() 741 ufsdirhash_dirtrunc(struct inode *ip, doff_t offset) in ufsdirhash_dirtrunc() 797 ufsdirhash_checkblock(struct inode *ip, char *buf, doff_t offset) in ufsdirhash_checkblock() 887 ufsdirhash_adjfree(struct dirhash *dh, doff_t offset, int diff) in ufsdirhash_adjfree() 923 ufsdirhash_findslot(struct dirhash *dh, char *name, int namelen, doff_t offset) in ufsdirhash_findslot() 977 ufsdirhash_getprev(struct direct *dirp, doff_t offset) in ufsdirhash_getprev()
|
| /mirbsd/src/sys/dev/cardbus/ |
| D | rbus.c | 225 rbus_new_body(bt, parent, ex, start, end, offset, flags) in rbus_new_body() argument 275 rbus_new(parent, start, size, offset, flags) in rbus_new() argument 320 rbus_new_root_delegate(bt, start, size, offset) in rbus_new_root_delegate() argument 353 rbus_new_root_share(bt, ex, start, size, offset) in rbus_new_root_share() argument
|
| /mirbsd/src/usr.sbin/makefs/ffs/ |
| D | buf.c | 75 off_t offset; in bread() local 140 off_t offset; in bwrite() local
|
| D | ffs_balloc.c | 76 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc() 85 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc_ufs1() 337 ffs_balloc_ufs2(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc_ufs2()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | amd64-nat.c | 110 int offset = amd64_native_gregset_reg_offset (i); in amd64_supply_native_gregset() local 157 int offset = amd64_native_gregset_reg_offset (i); in amd64_collect_native_gregset() local
|
| D | i386bsd-nat.c | 103 int offset = i386bsd_r_reg_offset[regnum]; in i386bsd_supply_gregset() local 125 int offset = i386bsd_r_reg_offset[i]; in i386bsd_collect_gregset() local 339 int offset; in _initialize_i386bsd_nat() local
|
| D | sparc64-tdep.c | 1203 int offset = gregset->r_tstate_offset; in sparc64_supply_gregset() local 1224 int offset = gregset->r_y_offset + 8 - gregset->r_y_size; in sparc64_supply_gregset() local 1263 int offset = gregset->r_g1_offset; in sparc64_supply_gregset() local 1289 int offset = gregset->r_l0_offset; in sparc64_supply_gregset() local 1317 int offset = gregset->r_tstate_offset; in sparc64_collect_gregset() local 1341 int offset = gregset->r_y_offset + 8 - gregset->r_y_size; in sparc64_collect_gregset() local 1377 int offset = gregset->r_g1_offset; in sparc64_collect_gregset() local 1397 int offset = gregset->r_l0_offset; in sparc64_collect_gregset() local
|