/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 140 ThreadContextBase *tctx = QuarantinePop(); in CreateThread() local 182 ThreadContextBase *tctx = threads_[tid]; in RunCallbackForEachThreadLocked() local 192 ThreadContextBase *tctx = threads_[tid]; in FindThread() local 203 ThreadContextBase *tctx = threads_[tid]; in FindThreadContextLocked() local 210 static bool FindThreadContextByOsIdCallback(ThreadContextBase *tctx, in FindThreadContextByOsIdCallback() 223 ThreadContextBase *tctx = threads_[tid]; in SetThreadName() local 238 ThreadContextBase *tctx = threads_[tid]; in DetachThread() local 260 ThreadContextBase *tctx = threads_[tid]; in JoinThread() local 287 ThreadContextBase *tctx = threads_[tid]; in FinishThread() local 314 ThreadContextBase *tctx = threads_[tid]; in StartThread() local [all …]
|
/freebsd/sbin/hastd/ |
H A D | proto_tcp.c | 193 struct tcp_ctx *tctx; in tcp_setup_new() local 239 struct tcp_ctx *tctx; in tcp_setup_wrap() local 262 struct tcp_ctx *tctx; in tcp_client() local 288 struct tcp_ctx *tctx = ctx; in tcp_connect() local 343 struct tcp_ctx *tctx = ctx; in tcp_connect_wait() local 408 struct tcp_ctx *tctx; in tcp_server() local 442 struct tcp_ctx *tctx = ctx; in tcp_accept() local 484 struct tcp_ctx *tctx = ctx; in tcp_send() local 497 struct tcp_ctx *tctx = ctx; in tcp_recv() local 510 const struct tcp_ctx *tctx = ctx; in tcp_descriptor() local [all …]
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tcp.c | 199 struct tcp_ctx *tctx; in tcp_setup_new() local 265 struct tcp_ctx *tctx; in tcp_connect() local 341 struct tcp_ctx *tctx = ctx; in tcp_connect_wait() local 408 struct tcp_ctx *tctx; in tcp_server() local 442 struct tcp_ctx *tctx = ctx; in tcp_accept() local 477 struct tcp_ctx *tctx; in tcp_wrap() local 499 struct tcp_ctx *tctx = ctx; in tcp_send() local 515 struct tcp_ctx *tctx = ctx; in tcp_recv() local 531 const struct tcp_ctx *tctx = ctx; in tcp_descriptor() local 542 const struct tcp_ctx *tctx = ctx; in tcp_address_match() local [all …]
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_tdes_default_hw.c | 26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede2_initkey() local 51 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ofb() local 72 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb() local 100 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb1() local 121 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cfb8() local
|
H A D | cipher_tdes_hw.c | 26 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ede3_initkey() local 61 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_cbc() local 85 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in ossl_cipher_hw_tdes_ecb() local
|
H A D | cipher_desx_hw.c | 30 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc_initkey() local 53 PROV_TDES_CTX *tctx = (PROV_TDES_CTX *)ctx; in cipher_hw_desx_cbc() local
|
H A D | cipher_tdes_common.c | 26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 50 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in prof_tctx_set() 58 prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { in prof_tctx_reset() 167 prof_tctx_t *tctx) { in prof_malloc() 181 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() 240 prof_tctx_t *tctx = prof_tctx_get(tsd_tsdn(tsd), ptr, alloc_ctx); in prof_free() local
|
H A D | arena_inlines_b.h | 58 alloc_ctx_t *alloc_ctx, prof_tctx_t *tctx) { in arena_prof_tctx_set() 76 arena_prof_tctx_reset(tsdn_t *tsdn, const void *ptr, prof_tctx_t *tctx) { in arena_prof_tctx_reset()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 414 AsanThreadContext *tctx = static_cast<AsanThreadContext *>(tctx_base); in ThreadStackContainsAddress() local 436 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread() local 464 AsanThreadContext *tctx = static_cast<AsanThreadContext *>( in FindThreadByStackAddress() local 543 [](ThreadContextBase *tctx, void *arg) { in GetThreadExtraStackRangesLocked() 556 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_linux.cpp | 24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread()
|
H A D | lsan_thread.cpp | 103 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
|
H A D | lsan_fuchsia.cpp | 73 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked() argument
|
H A D | lsan_common_mac.cpp | 109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_thread.cpp | 35 ThreadContext *tctx; member 41 auto *tctx = static_cast<ThreadContext *>(tctx_base); in CollectThreadLeaks() local 57 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled() 281 ThreadContextBase *tctx; member
|
H A D | tsan_rtl_report.cpp | 206 void ScopedReportBase::AddThread(const ThreadContext *tctx, bool suppressable) { in AddThread() 234 ThreadContext *tctx = static_cast<ThreadContext*>(tctx_base); in IsInStackOrTls() local 245 ThreadContext *tctx = in IsThreadStackOrTls() local 259 if (const ThreadContext *tctx = FindThreadByTidLocked(tid)) in AddThread() local 319 if (ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack)) { in AddLocation() local 458 ThreadContext *tctx = in RestoreStack() local 798 ThreadContext *tctx = static_cast<ThreadContext *>( in ReportRace() local
|
H A D | tsan_debugging.cpp | 219 ThreadContext *tctx = IsThreadStackOrTls(addr, &is_stack); __tsan_locate_address() local 255 ThreadContextBase *tctx = ctx->thread_registry.GetThreadLocked(b->tid); __tsan_get_alloc_stack() local
|
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 344 prof_tctx_t *tctx) { in prof_malloc_sample_object() 444 prof_try_log(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx) { in prof_try_log() 522 prof_tctx_t *tctx) { in prof_free_sampled_object() 882 prof_tctx_should_destroy(tsdn_t *tsdn, prof_tctx_t *tctx) { in prof_tctx_should_destroy() 912 prof_tctx_destroy(tsd_t *tsd, prof_tctx_t *tctx) { in prof_tctx_destroy() 1327 prof_tctx_merge_tdata(tsdn_t *tsdn, prof_tctx_t *tctx, prof_tdata_t *tdata) { in prof_tctx_merge_tdata() 1358 prof_tctx_merge_gctx(tsdn_t *tsdn, prof_tctx_t *tctx, prof_gctx_t *gctx) { in prof_tctx_merge_gctx() 1370 prof_tctx_merge_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_merge_iter() 1396 prof_tctx_dump_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *opaque) { in prof_tctx_dump_iter() 1424 prof_tctx_finish_iter(prof_tctx_tree_t *tctxs, prof_tctx_t *tctx, void *arg) { in prof_tctx_finish_iter() [all …]
|
H A D | jemalloc.c | 2120 prof_tctx_t *tctx = prof_alloc_prep( in imalloc_body() local 2511 prof_tctx_t *tctx, hook_ralloc_args_t *hook_args) { in irealloc_prof_sample() 2537 prof_tctx_t *old_tctx, *tctx; in irealloc_prof() local 3136 prof_tctx_t *tctx, hook_ralloc_args_t *hook_args) { in irallocx_prof_sample() 3164 prof_tctx_t *old_tctx, *tctx; in irallocx_prof() local 3311 size_t extra, size_t alignment, bool zero, prof_tctx_t *tctx) { in ixallocx_prof_sample() 3328 prof_tctx_t *old_tctx, *tctx; in ixallocx_prof() local
|
H A D | large.c | 378 large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx) { in large_prof_tctx_set()
|
/freebsd/contrib/tcpdump/ |
H A D | signature.c | 61 MD5_CTX tctx; in signature_compute_hmac_md5() local
|
/freebsd/contrib/dma/ |
H A D | crypto.c | 239 MD5_CTX tctx; in hmac_md5() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_stats.cpp | 76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local
|
/freebsd/crypto/openssl/apps/ |
H A D | dgst.c | 412 EVP_MD_CTX *tctx; in dgst_main() local
|
/freebsd/sys/nfs/ |
H A D | bootp_subr.c | 1252 bootpc_tag_helper(struct bootpc_tagcontext *tctx, in bootpc_tag_helper() 1295 bootpc_tag(struct bootpc_tagcontext *tctx, in bootpc_tag()
|