Home
last modified time | relevance | path

Searched refs:off (Results 226 – 250 of 822) sorted by relevance

12345678910>>...33

/dragonfly/libexec/rtld-elf/x86_64/
H A Drtld_machdep.h67 #define calculate_tls_end(off, size) (off) argument
/dragonfly/sys/netproto/mpls/
H A Dmpls_proto.c67 mpls_inithead(void **head, int off) in mpls_inithead() argument
74 if (!rn_inithead(&rnh, rn_cpumaskhead(mycpuid), off)) in mpls_inithead()
/dragonfly/usr.bin/netstat/
H A Dinet6.c337 ip6_stats(u_long off __unused, const char *name, int af1 __unused) in ip6_stats()
810 icmp6_stats(u_long off __unused, const char *name, int af1 __unused) in icmp6_stats()
956 pim6_stats(u_long off __unused, const char *name, int af1 __unused) in pim6_stats()
960 if (off == 0) in pim6_stats()
962 kread(off, (char *)&pim6stat, sizeof(pim6stat)); in pim6_stats()
981 rip6_stats(u_long off __unused, const char *name, int af1 __unused) in rip6_stats()
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm_tis.c93 static bool tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off,
249 tpm_wait_for_u32(struct tpm_sc *sc, bus_size_t off, uint32_t mask, uint32_t val, in tpm_wait_for_u32() argument
254 if ((RD4(sc, off) & mask) == val) in tpm_wait_for_u32()
262 return ((RD4(sc, off) & mask) == val); in tpm_wait_for_u32()
267 if ((RD4(sc, off) & mask) == val) in tpm_wait_for_u32()
/dragonfly/sys/vm/
H A Ddevice_pager.c317 vm_offset_t off; in old_dev_pager_ctor() local
329 for (off = foff; npages--; off += PAGE_SIZE) { in old_dev_pager_ctor()
330 if (dev_dmmap(dev, off, (int)prot, NULL) == -1) in old_dev_pager_ctor()
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf32-i386.c3979 off &= ~1; in elf_i386_relocate_section()
3988 relocation = off; in elf_i386_relocate_section()
4212 if ((off & 1) != 0) in elf_i386_relocate_section()
4213 off &= ~1; in elf_i386_relocate_section()
4235 off &= ~1; in elf_i386_relocate_section()
4252 + off); in elf_i386_relocate_section()
4737 if ((off & 1) != 0) in elf_i386_relocate_section()
4738 off &= ~1; in elf_i386_relocate_section()
4957 off += 4; in elf_i386_relocate_section()
5047 if (off & 1) in elf_i386_relocate_section()
[all …]
/dragonfly/usr.sbin/fstyp/
H A Dfstyp.c91 read_buf(FILE *fp, off_t off, size_t len) in read_buf() argument
97 error = fseek(fp, off, SEEK_SET); in read_buf()
99 warn("cannot seek to %jd", (uintmax_t)off); in read_buf()
/dragonfly/sys/ddb/
H A Ddb_sym.h103 db_expr_t off);
105 c_db_sym_t X_db_search_symbol (db_symtab_t *symtab, db_addr_t off,
/dragonfly/contrib/gdb-7/bfd/
H A Delf64-x86-64.c3204 bfd_vma off, offplt; in elf_x86_64_relocate_section() local
3450 off &= ~1; in elf_x86_64_relocate_section()
3499 && off == (bfd_vma)-1) in elf_x86_64_relocate_section()
3529 if ((off & 1) != 0) in elf_x86_64_relocate_section()
3530 off &= ~1; in elf_x86_64_relocate_section()
3554 off &= ~1; in elf_x86_64_relocate_section()
3573 + off); in elf_x86_64_relocate_section()
4084 if ((off & 1) != 0) in elf_x86_64_relocate_section()
4085 off &= ~1; in elf_x86_64_relocate_section()
4293 if (off & 1) in elf_x86_64_relocate_section()
[all …]
/dragonfly/sys/dev/video/fb/
H A Dvga.c767 off = y*adp->va_line_width + x/ppb; in set_display_start()
787 outb(CRTC + 1, off >> 8); in set_display_start()
789 outb(CRTC + 1, off & 0xff); in set_display_start()
1581 u_int16_t off; in vga_read_hw_cursor() local
1591 off = inb(CRTC + 1); in vga_read_hw_cursor()
1593 off = (off << 8) | inb(CRTC + 1); in vga_read_hw_cursor()
1596 *row = off / adp->va_info.vi_width; in vga_read_hw_cursor()
1610 u_int16_t off; in vga_set_hw_cursor() local
1616 off = -1; in vga_set_hw_cursor()
1625 outb(CRTC + 1, off >> 8); in vga_set_hw_cursor()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-802_15_4.c1100 int sf_num, off, links, opts; in ieee802_15_4_print_mlme_ie() local
1108 off = 1; in ieee802_15_4_print_mlme_ie()
1110 if (sub_ie_len < off + 4) { in ieee802_15_4_print_mlme_ie()
1114 links = GET_U_1(p + off + 3); in ieee802_15_4_print_mlme_ie()
1116 GET_U_1(p + off), in ieee802_15_4_print_mlme_ie()
1117 GET_LE_U_2(p + off + 1), in ieee802_15_4_print_mlme_ie()
1119 off += 4; in ieee802_15_4_print_mlme_ie()
1121 if (sub_ie_len < off + 5) { in ieee802_15_4_print_mlme_ie()
1127 GET_LE_U_2(p + off), in ieee802_15_4_print_mlme_ie()
1128 GET_LE_U_2(p + off + 2)); in ieee802_15_4_print_mlme_ie()
[all …]
/dragonfly/sys/bus/u4b/net/
H A Dif_cdcereg.h50 #define CDCE_NCM_ALIGN(rem,off,mod) \ argument
52 ((uint32_t)((-(uint32_t)(off)) & (-(uint32_t)(mod))))))
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-dfa.c585 poly_offset_int off = mem_ref_offset (exp); in get_ref_base_and_extent() local
586 off <<= LOG2_BITS_PER_UNIT; in get_ref_base_and_extent()
587 off += bit_offset; in get_ref_base_and_extent()
589 if (off.to_shwi (&off_hwi)) in get_ref_base_and_extent()
808 poly_offset_int off = mem_ref_offset (exp); in get_addr_base_and_unit_offset_1() local
809 byte_offset += off.force_shwi (); in get_addr_base_and_unit_offset_1()
830 poly_offset_int off = mem_ref_offset (exp); in get_addr_base_and_unit_offset_1() local
831 byte_offset += off.force_shwi (); in get_addr_base_and_unit_offset_1()
H A Dtree-ssa-forwprop.c770 off += def_rhs_offset; in forward_propagate_addr_expr_1()
773 off += mem_ref_offset (def_rhs_base); in forward_propagate_addr_expr_1()
861 off += def_rhs_offset; in forward_propagate_addr_expr_1()
1158 tree off = size_zero_node; in constant_pointer_difference() local
1180 off = size_binop (PLUS_EXPR, off, size_int (offset)); in constant_pointer_difference()
1186 off = size_binop (PLUS_EXPR, off, in constant_pointer_difference()
1193 offs[i][j++] = off; in constant_pointer_difference()
1200 offs[i][j++] = off; in constant_pointer_difference()
1211 off = size_binop (PLUS_EXPR, off, gimple_assign_rhs2 (stmt)); in constant_pointer_difference()
2296 if (TREE_CODE (off) == INTEGER_CST in execute()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dincremental.h1231 get_r_type(unsigned int off) const in get_r_type() argument
1232 { return elfcpp::Swap<32, big_endian>::readval(this->p_ + off); } in get_r_type()
1236 get_r_shndx(unsigned int off) const in get_r_shndx() argument
1241 get_r_offset(unsigned int off) const in get_r_offset() argument
1246 get_r_addend(unsigned int off) const in get_r_addend() argument
1248 return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8 in get_r_addend()
1254 data(unsigned int off) const in data() argument
1255 { return this->p_ + off; } in data()
1765 Copy_reloc(Symbol* sym, Output_section* os, off_t off) in Copy_reloc()
1766 : symbol(sym), output_section(os), offset(off) in Copy_reloc()
[all …]
/dragonfly/contrib/binutils-2.27/gold/
H A Dincremental.h1231 get_r_type(unsigned int off) const in get_r_type() argument
1232 { return elfcpp::Swap<32, big_endian>::readval(this->p_ + off); } in get_r_type()
1236 get_r_shndx(unsigned int off) const in get_r_shndx() argument
1241 get_r_offset(unsigned int off) const in get_r_offset() argument
1246 get_r_addend(unsigned int off) const in get_r_addend() argument
1248 return elfcpp::Swap<size, big_endian>::readval(this->p_ + off + 8 in get_r_addend()
1254 data(unsigned int off) const in data() argument
1255 { return this->p_ + off; } in data()
1758 Copy_reloc(Symbol* sym, Output_section* os, off_t off) in Copy_reloc()
1759 : symbol(sym), output_section(os), offset(off) in Copy_reloc()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Ds_client.c224 unsigned int off; member
581 .opt.value = &s_client_config.off,
620 .opt.value = &s_client_config.off,
646 .opt.value = &s_client_config.off,
652 .opt.value = &s_client_config.off,
659 .opt.value = &s_client_config.off,
666 .opt.value = &s_client_config.off,
673 .opt.value = &s_client_config.off,
680 .opt.value = &s_client_config.off,
687 .opt.value = &s_client_config.off,
[all …]
/dragonfly/sys/kern/
H A Dlink_elf_obj.c172 Elf_Addr off; in link_elf_obj_preload_file() local
269 off = 0; in link_elf_obj_preload_file()
271 if (shdr[i].sh_addr != 0 && (off == 0 || shdr[i].sh_addr < off)) in link_elf_obj_preload_file()
272 off = shdr[i].sh_addr; in link_elf_obj_preload_file()
1065 u_long off = (uintptr_t) (void *) value; in link_elf_obj_search_symbol() local
1066 u_long diff = off; in link_elf_obj_search_symbol()
1076 if (off >= st_value) { in link_elf_obj_search_symbol()
1077 if (off - st_value < diff) { in link_elf_obj_search_symbol()
1078 diff = off - st_value; in link_elf_obj_search_symbol()
1082 } else if (off - st_value == diff) { in link_elf_obj_search_symbol()
[all …]
/dragonfly/usr.sbin/uefisign/
H A Dchild.c82 digest_range(struct executable *x, EVP_MD_CTX *mdctx, off_t off, size_t len) in digest_range() argument
86 range_check(x, off, len, "chunk"); in digest_range()
88 ok = EVP_DigestUpdate(mdctx, x->x_buf + off, len); in digest_range()
/dragonfly/sys/netinet/
H A Dip_gre.c99 int ret, off; in gre_input() local
101 off = *offp; in gre_input()
107 ret = gre_input2(m, off, proto); in gre_input()
/dragonfly/games/tetris/
H A Dshapes.c86 const int *o = shape->off; in fits_in()
101 const int *o = shape->off; in place()
/dragonfly/sys/opencrypto/
H A Drmd160.c109 u_int32_t have, off, need; in RMD160Update() local
114 off = 0; in RMD160Update()
120 off = need; in RMD160Update()
124 while (off + 64 <= len) { in RMD160Update()
125 RMD160Transform(ctx->state, input+off); in RMD160Update()
126 off += 64; in RMD160Update()
129 if (off < len) in RMD160Update()
130 memcpy(ctx->buffer + have, input+off, len-off); in RMD160Update()
/dragonfly/stand/boot/efi/libefi/
H A Defipart.c288 off_t off; in efipart_strategy() local
322 off = blk * 512; in efipart_strategy()
323 blk = off / blkio->Media->BlockSize; in efipart_strategy()
324 blkoff = off % blkio->Media->BlockSize; in efipart_strategy()
/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c401 uint32_t off; in _libelf_ar_process_svr4_symtab() local
436 GET_WORD(p, off); in _libelf_ar_process_svr4_symtab()
437 if (off >= e->e_rawsize) in _libelf_ar_process_svr4_symtab()
440 sym->as_off = (off_t) off; in _libelf_ar_process_svr4_symtab()
/dragonfly/sys/netinet6/
H A Dmld6.c179 mld6_input(struct mbuf *m, int off) in mld6_input() argument
191 IP6_EXTHDR_CHECK(m, off, sizeof(*mldh),); in mld6_input()
192 mldh = (struct mld_hdr *)(mtod(m, caddr_t) + off); in mld6_input()
194 IP6_EXTHDR_GET(mldh, struct mld_hdr *, m, off, sizeof(*mldh)); in mld6_input()

12345678910>>...33