| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_deadlock_detector.h | 195 void ensureCurrentEpoch(DeadlockDetectorTLS<BV> *dtls) { in ensureCurrentEpoch() argument 196 dtls->ensureCurrentEpoch(current_epoch_); in ensureCurrentEpoch() 202 bool onLockBefore(DeadlockDetectorTLS<BV> *dtls, uptr cur_node) { in onLockBefore() argument 203 ensureCurrentEpoch(dtls); in onLockBefore() 205 return g_.isReachable(cur_idx, dtls->getLocks(current_epoch_)); in onLockBefore() 208 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() argument 209 return dtls->findLockContext(nodeToIndex(node)); in findLockContext() 213 void onLockAfter(DeadlockDetectorTLS<BV> *dtls, uptr cur_node, u32 stk = 0) { 214 ensureCurrentEpoch(dtls); 216 dtls->addLock(cur_idx, current_epoch_, stk); [all …]
|
| D | sanitizer_tls_get_addr.cpp | 38 static __thread DTLS dtls; variable 69 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", &dtls, num_live_dtls); in DTLS_NextBlock() 74 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", &dtls, id); in DTLS_Find() 76 DTLS::DTVBlock *cur = DTLS_NextBlock(&dtls.dtv_block); in DTLS_Find() 85 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", &dtls); in DTLS_Destroy() 87 &dtls.dtv_block, kDestroyedThread, memory_order_release); in DTLS_Destroy() 124 if (dtls.last_memalign_ptr == tls_beg) { in DTLS_on_tls_get_addr() 125 tls_size = dtls.last_memalign_size; in DTLS_on_tls_get_addr() 153 dtls.last_memalign_ptr = reinterpret_cast<uptr>(ptr); in DTLS_on_libc_memalign() 154 dtls.last_memalign_size = size; in DTLS_on_libc_memalign() [all …]
|
| D | sanitizer_tls_get_addr.h | 57 void ForEachDVT(DTLS *dtls, const Fn &fn) { in ForEachDVT() argument 59 (DTLS::DTVBlock *)atomic_load(&dtls->dtv_block, memory_order_acquire); in ForEachDVT() 75 bool DTLSInDestruction(DTLS *dtls);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| D | lsan_posix.cpp | 33 DTLS *dtls; member 44 dtls_ = args->dtls; in OnStarted() 56 args.dtls = DTLS_Get(); in ThreadStart() 62 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument 73 *dtls = context->dtls(); in GetThreadRangesLocked()
|
| D | lsan_posix.h | 36 DTLS *dtls() { return dtls_; } in dtls() function
|
| D | lsan_common.cpp | 285 DTLS *dtls; in ProcessThreads() local 288 &cache_begin, &cache_end, &dtls); in ProcessThreads() 370 if (dtls && !DTLSInDestruction(dtls)) { in ProcessThreads() 371 ForEachDVT(dtls, [&](const DTLS::DTV &dtv, int id) { in ProcessThreads()
|
| D | lsan_common.h | 229 uptr *cache_end, DTLS **dtls);
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/ |
| D | msan_thread.cpp | 38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local 39 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS() 40 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| D | dfsan_thread.cpp | 41 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS() local 42 CHECK_NE(dtls, 0); in ClearShadowForThreadStackAndTLS() 43 ForEachDVT(dtls, [](const DTLS::DTV &dtv, int id) { in ClearShadowForThreadStackAndTLS()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| D | asan_thread.cpp | 486 uptr *cache_end, DTLS **dtls) { in GetThreadRangesLocked() argument 496 *dtls = t->dtls(); in GetThreadRangesLocked()
|
| D | asan_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
| /freebsd-12-stable/crypto/openssl/ |
| D | Configure | 337 my @dtls = qw(dtls1 dtls1_2); 438 foreach my $proto ((@tls, @dtls)) 492 "dtls" => [ @dtls ], 493 sub { 0 == scalar grep { !$disabled{$_} } @dtls } 532 my @list = (reverse @dtls); 695 foreach my $proto ((@tls, @dtls)) 705 foreach my $proto (@dtls) 2445 print OUT " dtls => [ ", join(", ", map { quotify("perl", $_) } @dtls), " ],\n";
|
| D | INSTALL | 570 tls1_3, dtls, dtls1 or dtls1_2). If "no-tls" is selected then 572 Similarly "no-dtls" will disable dtls1 and dtls1_2. The
|
| D | CHANGES | 4561 http://www.isg.rhul.ac.uk/~kp/dtls.pdf
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| D | memprof_thread.h | 76 DTLS *dtls() { return dtls_; } in dtls() function
|
| /freebsd-12-stable/crypto/openssl/doc/man1/ |
| D | s_server.pod | 169 [B<-dtls>] 676 =item B<-dtls>, B<-dtls1>, B<-dtls1_2> 679 With B<-dtls>, B<s_server> will negotiate any supported DTLS protocol version, 686 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
|
| D | s_client.pod | 99 [B<-dtls>] 483 =item B<-dtls>, B<-dtls1>, B<-dtls1_2> 486 With B<-dtls>, B<s_client> will negotiate any supported DTLS protocol version, 493 conjunction with B<-dtls>, B<-dtls1> or B<-dtls1_2>. This option is only
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | refclock_parse.c | 4256 int dtls, in mk_utcinfo() argument 4270 if ( dtlsf != dtls ) in mk_utcinfo() 4291 dtls, dtlsf, ( dtls < dtlsf ) ? "insertion" : "deletion" ); in mk_utcinfo() 4302 snprintf( t, size, "UTC offset parameter: %is, no leap second announced.", dtls ); in mk_utcinfo() 5659 short dtls = (short) getshort((unsigned char *)&mb(12)); in trimbletsip_message() local 5666 mk_utcinfo(t, wnt, wnlsf, dn, dtls, dtlsf, BUFFER_SIZE(pbuffer, t)); in trimbletsip_message()
|
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | statem_lib.c | 1406 int dtls = SSL_IS_DTLS(s); in version_cmp() local 1410 if (!dtls) in version_cmp()
|
| /freebsd-12-stable/sys/contrib/ncsw/inc/Peripherals/ |
| D | fm_pcd_ext.h | 2436 bool dtls; /**< TRUE if continue to SEC DTLS encryption */ member
|
| /freebsd-12-stable/crypto/openssl/crypto/err/ |
| D | openssl.txt | 2696 SSL_R_DTLS_MESSAGE_TOO_BIG:334:dtls message too big
|
| /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| D | fm_manip.c | 4397 tmpReg32 |= (p_Params->dtls) ? FM_PCD_MANIP_CAPWAP_DTLS : 0; in CapwapManip()
|