Home
last modified time | relevance | path

Searched defs:tctx (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp140 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 Dproto_tcp.c193 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 Dproto_tcp.c199 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 Dcipher_tdes_default_hw.c26 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 Dcipher_tdes_hw.c26 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 Dcipher_desx_hw.c30 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 Dcipher_tdes_common.c26 PROV_TDES_CTX *tctx; in ossl_tdes_newctx() local
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h50 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 Darena_inlines_b.h58 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 Dasan_thread.cpp414 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 Dlsan_linux.cpp24 void SetCurrentThread(ThreadContextLsanBase *tctx) { current_thread = tctx; } in SetCurrentThread()
H A Dlsan_thread.cpp103 [](ThreadContextBase *tctx, void *threads) { in GetRunningThreadsLocked()
H A Dlsan_fuchsia.cpp73 [](ThreadContextBase *tctx, void *arg) { in GetAllThreadAllocatorCachesLocked() argument
H A Dlsan_common_mac.cpp109 void SetCurrentThread(ThreadContextLsanBase *tctx) { in SetCurrentThread()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp35 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 Dtsan_rtl_report.cpp206 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 Dtsan_debugging.cpp219 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 Dprof.c344 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 Djemalloc.c2120 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 Dlarge.c378 large_prof_tctx_set(tsdn_t *tsdn, extent_t *extent, prof_tctx_t *tctx) { in large_prof_tctx_set()
/freebsd/contrib/tcpdump/
H A Dsignature.c61 MD5_CTX tctx; in signature_compute_hmac_md5() local
/freebsd/contrib/dma/
H A Dcrypto.c239 MD5_CTX tctx; in hmac_md5() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp76 MemprofThreadContext *tctx = static_cast<MemprofThreadContext *>(tctx_base); in MergeThreadStats() local
/freebsd/crypto/openssl/apps/
H A Ddgst.c412 EVP_MD_CTX *tctx; in dgst_main() local
/freebsd/sys/nfs/
H A Dbootp_subr.c1252 bootpc_tag_helper(struct bootpc_tagcontext *tctx, in bootpc_tag_helper()
1295 bootpc_tag(struct bootpc_tagcontext *tctx, in bootpc_tag()

12