| /freebsd-9-stable/usr.bin/cmp/ |
| D | regular.c | 65 off_t pagemask, off1, off2; in c_regular() local 88 off2 = ROUNDPAGE(skip2); in c_regular() 97 if ((m2 = remmap(NULL, fd2, off2)) == NULL) { in c_regular() 107 p2 = m2 + (skip2 - off2); in c_regular() 134 off2 += MMAP_CHUNK; in c_regular() 135 if ((p2 = m2 = remmap(m2, fd2, off2)) == NULL) { in c_regular()
|
| /freebsd-9-stable/sys/mips/cavium/ |
| D | octopci_bus_space.c | 509 bus_size_t off2, size_t count) in octopci_bs_c_1() argument 512 bus_addr_t addr2 = bsh2 + off2; in octopci_bs_c_1() 529 bus_size_t off2, size_t count) in octopci_bs_c_2() argument 532 bus_addr_t addr2 = bsh2 + off2; in octopci_bs_c_2() 549 bus_size_t off2, size_t count) in octopci_bs_c_4() argument 552 bus_addr_t addr2 = bsh2 + off2; in octopci_bs_c_4()
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | bus_space_generic.c | 524 bus_size_t off2, size_t count) in generic_bs_c_1() argument 527 bus_addr_t addr2 = bsh2 + off2; in generic_bs_c_1() 544 bus_size_t off2, size_t count) in generic_bs_c_2() argument 547 bus_addr_t addr2 = bsh2 + off2; in generic_bs_c_2() 564 bus_size_t off2, size_t count) in generic_bs_c_4() argument 567 bus_addr_t addr2 = bsh2 + off2; in generic_bs_c_4()
|
| /freebsd-9-stable/sys/x86/include/ |
| D | bus.h | 861 bus_size_t off2, size_t count); 867 bus_size_t off2, size_t count); 873 bus_size_t off2, size_t count); 878 bus_size_t off2, size_t count) in bus_space_copy_region_1() argument 881 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_1() 913 bus_size_t off2, size_t count) in bus_space_copy_region_2() argument 916 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_2() 948 bus_size_t off2, size_t count) in bus_space_copy_region_4() argument 951 bus_space_handle_t addr2 = bsh2 + off2; in bus_space_copy_region_4()
|
| /freebsd-9-stable/sbin/gbde/ |
| D | gbde.c | 526 off_t off, off2; in cmd_init() local 696 off2 = lseek(dfd, 0, SEEK_SET); in cmd_init() 697 if (off2 != 0) in cmd_init() 709 off2 = lseek(dfd, off, SEEK_SET); in cmd_init() 710 if (off2 != off) in cmd_init() 712 off2 = last_sector * sector_size; in cmd_init() 713 while (off <= off2) { in cmd_init()
|
| /freebsd-9-stable/sys/dev/sfxge/common/ |
| D | siena_flash.h | 124 efx_dword_t off2; /* offset of second byte to edit to combine images */ member
|
| /freebsd-9-stable/sys/mips/rmi/ |
| D | bus_space_rmi.c | 184 bus_size_t off2, size_t count); 532 bus_size_t off2, size_t count) in rmi_bus_space_copy_region_2() argument
|
| D | bus_space_rmi_pci.c | 184 bus_size_t off2, size_t count); 559 bus_size_t off2, size_t count) in rmi_pci_bus_space_copy_region_2() argument
|
| /freebsd-9-stable/sys/mips/nlm/ |
| D | bus_space_rmi.c | 186 bus_size_t off2, size_t count); 534 bus_size_t off2, size_t count) in rmi_bus_space_copy_region_2() argument
|
| D | bus_space_rmi_pci.c | 186 bus_size_t off2, size_t count); 566 bus_size_t off2, size_t count) in rmi_pci_bus_space_copy_region_2() argument
|
| /freebsd-9-stable/contrib/groff/src/utils/hpftodit/ |
| D | hpftodit.cpp | 604 uint32 off2 = f.get_uint32(); // offset to symbol set index array in read_symbol_sets() local 609 for (j = 0; j < off2 - off1; j++) { in read_symbol_sets() 1208 uint32 off2 = f.get_uint32(); // offset to symbol set index array in dump_symbol_sets() local 1210 for (uint32 j = 0; j < off2 - off1; j++) { in dump_symbol_sets()
|
| /freebsd-9-stable/sys/contrib/pf/net/ |
| D | pf.c | 5030 int off2 = 0; local 5033 int off2; local 5063 off2 = ipoff2 + (h2.ip_hl << 2); 5086 off2 = ipoff2 + sizeof(h2_6); 5103 if (!pf_pull_hdr(m, off2, &opt6, 5111 off2 += (opt6.ip6e_len + 2) * 4; 5113 off2 += (opt6.ip6e_len + 1) * 8; 5140 if (!pf_pull_hdr(m, off2, &th, 8, NULL, reason, 5278 m_copyback(m, off2, 8, (caddr_t)&th); 5280 m_copyback(m, off2, 8, &th); [all …]
|
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_parse.c | 1239 int len2, off2; in ng_parse_composite() local 1255 off2 = *off + len; in ng_parse_composite() 1256 if (ng_parse_get_token(s, &off2, &len2) != T_EQUALS) { in ng_parse_composite()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zap.c | 245 uint64_t off2 = idx2 & ((1<<(bs-3))-1); in zap_table_store() local 256 ((uint64_t *)db2->db_data)[off2] = val; in zap_table_store() 257 ((uint64_t *)db2->db_data)[off2+1] = val; in zap_table_store()
|
| /freebsd-9-stable/contrib/gcc/cp/ |
| D | call.c | 6080 int off1 = 0, off2 = 0; in joust() local 6118 off2 = 1; in joust() 6129 conversion *t2 = cand2->convs[i + off2]; in joust() 6324 if (CONVERSION_RANK (cand2->convs[i + off2]) > rank2) in joust() 6325 rank2 = CONVERSION_RANK (cand2->convs[i + off2]); in joust()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 574 #define FIX(off1, off2, type) \ in _bfd_ecoff_slurp_symbolic_info() argument 576 debug->off2 = NULL; \ in _bfd_ecoff_slurp_symbolic_info() 578 debug->off2 = (type) ((char *) raw \ in _bfd_ecoff_slurp_symbolic_info()
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree-ssa-loop-ivopts.c | 3801 unsigned HOST_WIDE_INT off1, off2; in difference_cost() local 3804 e2 = strip_offset (e2, &off2); in difference_cost() 3805 *offset += off1 - off2; in difference_cost()
|