| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | regcache.c | 87 struct regcache_descr *descr; in init_regcache_descr() local 91 descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, struct regcache_descr); in init_regcache_descr() 92 descr->gdbarch = gdbarch; in init_regcache_descr() 97 descr->nr_cooked_registers = NUM_REGS + NUM_PSEUDO_REGS; in init_regcache_descr() 98 descr->sizeof_cooked_register_valid_p = NUM_REGS + NUM_PSEUDO_REGS; in init_regcache_descr() 101 descr->register_type in init_regcache_descr() 102 = GDBARCH_OBSTACK_CALLOC (gdbarch, descr->nr_cooked_registers, struct type *); in init_regcache_descr() 103 for (i = 0; i < descr->nr_cooked_registers; i++) in init_regcache_descr() 104 descr->register_type[i] = gdbarch_register_type (gdbarch, i); in init_regcache_descr() 108 descr->nr_raw_registers = NUM_REGS; in init_regcache_descr() [all …]
|
| D | libunwind-frame.c | 96 struct libunwind_descr *descr = GDBARCH_OBSTACK_ZALLOC (gdbarch, in libunwind_descr_init() local 98 return descr; in libunwind_descr_init() 102 libunwind_frame_set_descr (struct gdbarch *gdbarch, struct libunwind_descr *descr) in libunwind_frame_set_descr() argument 118 arch_descr->gdb2uw = descr->gdb2uw; in libunwind_frame_set_descr() 119 arch_descr->uw2gdb = descr->uw2gdb; in libunwind_frame_set_descr() 120 arch_descr->is_fpreg = descr->is_fpreg; in libunwind_frame_set_descr() 121 arch_descr->accessors = descr->accessors; in libunwind_frame_set_descr() 132 struct libunwind_descr *descr; in libunwind_frame_cache() local 151 descr = libunwind_descr (get_frame_arch (next_frame)); in libunwind_frame_cache() 152 acc = descr->accessors; in libunwind_frame_cache() [all …]
|
| D | go32-nat.c | 1345 get_descriptor (unsigned long table_base, int idx, void *descr) in get_descriptor() argument 1349 if (read_memory_region (addr, descr, 8)) in get_descriptor() 1350 return (int)((struct seg_descr *)descr)->stype; in get_descriptor() 1365 struct seg_descr descr; in display_descriptor() local 1371 else if (get_descriptor (base_addr, idx, &descr) != -1) in display_descriptor() 1384 unsigned long limit = (descr.limit1 << 16) | descr.limit0; in display_descriptor() 1386 if (descr.present in display_descriptor() 1387 && (allowed_descriptors[type] & (1 << descr.stype)) != 0) in display_descriptor() 1392 if (descr.page_granular) in display_descriptor() 1394 if (descr.stype == 1 || descr.stype == 2 || descr.stype == 3 in display_descriptor() [all …]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_descriptions.cpp | 86 ShadowAddressDescription descr; in DescribeAddressIfShadow() local 87 if (!GetShadowAddressInformation(addr, &descr)) return false; in DescribeAddressIfShadow() 88 descr.Print(); in DescribeAddressIfShadow() 92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation() argument 96 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr; in GetShadowAddressInformation() 97 descr->addr = addr; in GetShadowAddressInformation() 98 descr->kind = shadow_kind; in GetShadowAddressInformation() 103 static void GetAccessToHeapChunkInformation(ChunkAccess *descr, in GetAccessToHeapChunkInformation() argument 106 descr->bad_addr = addr; in GetAccessToHeapChunkInformation() 107 if (chunk.AddrIsAtLeft(addr, access_size, &descr->offset)) { in GetAccessToHeapChunkInformation() [all …]
|
| D | asan_scariness_score.h | 38 descr[0] = 0; in Clear() 42 if (descr[0]) in Scare() 43 internal_strlcat(descr, "-", sizeof(descr)); in Scare() 44 internal_strlcat(descr, reason, sizeof(descr)); in Scare() 48 const char *GetDescription() const { return descr; } in GetDescription() 51 Printf("SCARINESS: %d (%s)\n", score, descr); in Print() 53 static void PrintSimple(int score, const char *descr) { in PrintSimple() 56 SSB.Scare(score, descr); in PrintSimple() 62 char descr[1024]; member
|
| D | asan_debugging.cpp | 83 AddressDescription descr(addr); in __asan_locate_address() local 89 if (auto shadow = descr.AsShadow()) { in __asan_locate_address() 102 } else if (auto heap = descr.AsHeap()) { in __asan_locate_address() 106 } else if (auto stack = descr.AsStack()) { in __asan_locate_address() 114 } else if (auto global = descr.AsGlobal()) { in __asan_locate_address()
|
| /openbsd/src/regress/usr.sbin/rpki-client/ |
| D | test-seqnum.c | 31 const char *descr; member 37 .descr = "0 - smallest acceptable value:", 45 .descr = "1 - acceptable:", 53 .descr = "-1 - invalid:", 61 .descr = "2^159 - 1 - largest acceptable value:", 72 .descr = "-2^159 - invalid, but fits in 20 octets:", 83 .descr = "2^159 - smallest inacceptable positive value:", 94 .descr = "2^160 - 1 - largest unsigned 20-bit number:", 105 .descr = "2^160: too large:", 130 fprintf(stderr, "FAIL: %s d2i_ASN1_INTEGER\n", test->descr); in seqnum_testcase() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/run/ |
| D | runenv_hashseed.t | 155 my $descr = sprintf "%s, try %2d:", $descr_mode, $try; 177 "$descr base run set the mode digit as expected"); 180 "$descr base run set the mode name as expected"); 183 "$descr retry 1 set the seed as expected"); 186 "$descr retry 1 set the mode by name as expected"); 189 "$descr retry 2 set the mode by digit as expected"); 192 "$descr seeds match between retries"); 195 "$descr mode digits match between retries"); 198 "$descr mode names match between retries"); 243 "$descr results in the same key order each time" [all …]
|
| /openbsd/src/gnu/usr.bin/perl/Porting/ |
| D | manifest_lib.pl | 43 my $descr = $2; 44 $descr =~ s/\t+/ /g; 45 $line .= $descr; 54 my ($file, $descr) = ($1, $2); 62 push @line_tuples, [$pfx, $file, $descr]; 76 my ($pfx, $file, $descr) = @$tuple; 82 if ($descr) { 84 $str .= $descr;
|
| /openbsd/src/regress/usr.sbin/bgpd/integrationtests/ |
| D | bgpd.capa.master.conf | 13 descr "PEER1" 17 descr "PEER2" 21 descr "PEER3" 25 descr "PEER4" 29 descr "PEER5" 33 descr "PEER6" 37 descr "PEER7"
|
| D | bgpd.addpath.rdomain1.conf | 20 descr "AS1_1 client" 27 descr "AS2_1 client" 33 descr "AS3_1 client" 39 descr "AS4_1 client" 45 descr "AS5_1 client"
|
| D | bgpd.op.master.conf | 13 descr "PEER1" 18 descr "PEER2" 23 descr "PEER3" 28 descr "PEER4" 33 descr "PEER5"
|
| D | bgpd.maxattr.rdomain1.conf | 8 descr "RDOMAIN2_1" 15 descr "RDOMAIN2_2" 23 descr "RDOMAIN2_3"
|
| /openbsd/src/regress/lib/libcrypto/bn/ |
| D | bn_primes.c | 30 char *descr = NULL; in test_bn_is_prime_fasttest() local 35 if (asprintf(&descr, "with%s trial divisions", in test_bn_is_prime_fasttest() 37 descr = NULL; in test_bn_is_prime_fasttest() 66 i, descr, is_prime, ret); in test_bn_is_prime_fasttest() 72 fprintf(stderr, "%s: %d < %d or %d < %d\n", descr, i, max, j, in test_bn_is_prime_fasttest() 79 free(descr); in test_bn_is_prime_fasttest()
|
| D | bn_unit.c | 28 test_bn_print_wrapper(char *a, size_t size, const char *descr, in test_bn_print_wrapper() argument 36 "want 0 or %zu, got %d\n", descr, size - 1, ret); in test_bn_print_wrapper() 142 const char *descr) in bn_check_expected_flags() argument 151 fn, descr, expected, got); in bn_check_expected_flags() 157 fn, descr, 0, got); in bn_check_expected_flags()
|
| /openbsd/src/regress/lib/libcrypto/ec/ |
| D | ec_asn1_test.c | 306 ec_group_roundtrip_curve(const EC_GROUP *group, const char *descr, int nid) in ec_group_roundtrip_curve() argument 316 errx(1, "failed to serialize %s %d", descr, nid); in ec_group_roundtrip_curve() 320 errx(1, "failed to deserialize %s %d", descr, nid); in ec_group_roundtrip_curve() 324 errx(1, "failed to serialize new %s %d", descr, nid); in ec_group_roundtrip_curve() 327 fprintf(stderr, "FAIL: new and old der for %s %d\n", descr, nid); in ec_group_roundtrip_curve() 333 fprintf(stderr, "FAIL: %s %d groups mismatch\n", descr, nid); in ec_group_roundtrip_curve() 338 fprintf(stderr, "FAIL: %s %d asn1_flag %x != %x\n", descr, nid, in ec_group_roundtrip_curve() 345 fprintf(stderr, "FAIL: %s %d form %02x != %02x\n", descr, nid, in ec_group_roundtrip_curve() 453 const char *descr; member 512 .descr = "short Weierstrass 25519", [all …]
|
| /openbsd/src/regress/usr.sbin/bgpd/config/ |
| D | bgpd.conf.4.in | 14 descr "test-peer" 21 neighbor 192.0.2.5 { descr "test2-peer" } 24 descr "test2-peer" 40 neighbor 192.0.2.11 { descr "test3-peer" }
|
| D | bgpd.conf.17.ok | 8 descr "127.0.1.2" 14 descr "127.0.1.3" 20 descr "127.0.1.4" 26 descr "127.0.1.5" 32 descr "127.0.1.6" 39 descr "127.0.1.7"
|
| D | bgpd.conf.4.ok | 26 descr "test-peer" 49 descr "test2-peer" 64 descr "test2-peer" 82 descr "test3-peer"
|
| /openbsd/src/sys/arch/armv7/exynos/ |
| D | exdisplay.c | 53 void exdisplay_setup_rasops(struct rasops_info *rinfo, struct wsscreen_descr *descr); 177 struct wsscreen_descr *descr = &exdisplay_stdscreen; in exdisplay_cnattach() local 184 exdisplay_setup_rasops(ri, descr); in exdisplay_cnattach() 189 wsdisplay_cnattach(descr, ri, ri->ri_ccol, ri->ri_crow, defattr); in exdisplay_cnattach() 195 exdisplay_setup_rasops(struct rasops_info *rinfo, struct wsscreen_descr *descr) in exdisplay_setup_rasops() argument 221 descr->nrows = rinfo->ri_rows; in exdisplay_setup_rasops() 222 descr->ncols = rinfo->ri_cols; in exdisplay_setup_rasops() 223 descr->capabilities = rinfo->ri_caps; in exdisplay_setup_rasops() 224 descr->textops = &rinfo->ri_ops; in exdisplay_setup_rasops()
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | x509.c | 929 x509_location(const char *fn, const char *descr, GENERAL_NAME *location, in x509_location() argument 937 warnx("%s: RFC 6487 section 4.8: %s not URI", fn, descr); in x509_location() 944 warnx("%s: RFC 6487 section 4.8: %s bad location", fn, descr); in x509_location() 959 x509_valid_name(const char *fn, const char *descr, const X509_NAME *xn) in x509_valid_name() argument 982 fn, descr); in x509_valid_name() 1009 fn, descr); in x509_valid_name() 1018 " %s in %s", fn, nid2str(nid), descr); in x509_valid_name() 1025 fn, descr); in x509_valid_name() 1037 x509_seqnum_to_bn(const char *fn, const char *descr, const ASN1_INTEGER *i) in x509_seqnum_to_bn() argument 1042 warnx("%s: %s: ASN1_INTEGER_to_BN error", fn, descr); in x509_seqnum_to_bn() [all …]
|
| D | tal.c | 179 if ((p->descr = strndup(d, dlen)) == NULL) in tal_parse() 203 free(p->descr); in tal_free() 218 io_str_buffer(b, p->descr); in tal_buffer() 241 io_read_str(b, &p->descr); in tal_read() 244 assert(p->descr); in tal_read()
|
| /openbsd/src/regress/lib/libcrypto/evp/ |
| D | evp_test.c | 535 evp_do_all_cb_common(const char *descr, const void *ptr, const char *from, in evp_do_all_cb_common() argument 546 descr, from); in evp_do_all_cb_common() 551 descr, from, to); in evp_do_all_cb_common() 559 fprintf(stderr, "FAIL: %ss %s and %s out of order\n", descr, in evp_do_all_cb_common() 659 const char *descr = "OBJ_NAME unknown"; in obj_name_cb() local 665 descr = "OBJ_NAME cipher"; in obj_name_cb() 674 descr, cipher, obj_name->data); in obj_name_cb() 677 evp_do_all_cb_common(descr, obj_name->data, in obj_name_cb() 684 descr, obj_name->name, obj_name->alias); in obj_name_cb() 688 descr = "OBJ_NAME digest"; in obj_name_cb() [all …]
|
| /openbsd/src/regress/lib/libcrypto/x509/ |
| D | x509_asn1.c | 55 x509_set_integer(const char *descr, int (*f)(X509 *, ASN1_INTEGER *), X509 **x, in x509_set_integer() argument 65 errx(1, "%s: %s failed", __func__, descr); in x509_set_integer() 71 x509_set_name(const char *descr, int (*f)(X509 *, X509_NAME *), X509 **x, in x509_set_name() argument 81 errx(1, "%s: %s failed", __func__, descr); in x509_set_name() 87 x509_set_time(const char *descr, int (*f)(X509 *, const ASN1_TIME *), X509 **x, in x509_set_time() argument 95 errx(1, "%s: %s failed", __func__, descr); in x509_set_time() 146 x509_crl_set_name(const char *descr, int (*f)(X509_CRL *, X509_NAME *), in x509_crl_set_name() argument 156 errx(1, "%s: %s failed", __func__, descr); in x509_crl_set_name() 162 x509_crl_set_time(const char *descr, int (*f)(X509_CRL *, const ASN1_TIME *), in x509_crl_set_time() argument 170 errx(1, "%s: %s failed", __func__, descr); in x509_crl_set_time()
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | bgpd.c | 750 strlcpy(rtrconf.descr, rtr->descr, sizeof(rtrconf.descr)); in send_config() 803 if (ktable_update(vpn->rtableid, vpn->descr, vpn->flags) == in send_config() 1104 strlcpy(rtr.descr, r->descr, in dispatch_imsg() 1105 sizeof(rtr.descr)); in dispatch_imsg() 1376 r->descr); in bgpd_rtr_conn_setup() 1381 log_warn("rtr %s", r->descr); in bgpd_rtr_conn_setup() 1387 log_warnx("rtr %s: pfkey setup failed", r->descr); in bgpd_rtr_conn_setup() 1393 log_warn("rtr %s", r->descr); in bgpd_rtr_conn_setup() 1401 log_warn("rtr %s: setsockopt IP_TOS", r->descr); in bgpd_rtr_conn_setup() 1408 log_warn("rtr %s: setsockopt IP_TOS", r->descr); in bgpd_rtr_conn_setup() [all …]
|