/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | log.c | 47 #define VALID_CONTEXT(lctx) ISC_MAGIC_VALID(lctx, LCTX_MAGIC) argument 118 isc_log_t * lctx; member 241 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, 269 isc_log_t *lctx; in isc_log_create() local 277 lctx = isc_mem_get(mctx, sizeof(*lctx)); in isc_log_create() 278 if (lctx != NULL) { in isc_log_create() 279 lctx->mctx = mctx; in isc_log_create() 280 lctx->categories = NULL; in isc_log_create() 281 lctx->category_count = 0; in isc_log_create() 282 lctx->modules = NULL; in isc_log_create() [all …]
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 139 struct listen_ctx *lctx; in stop_stid_tab() local 149 LIST_FOREACH(lctx, &td->listen_hash[i], link) in stop_stid_tab() 150 lctx->flags &= ~(LCTX_RPL_PENDING | LCTX_SETUP_IN_HW); in stop_stid_tab() 162 ntids = synqe->lctx->inp->inp_vflag & INP_IPV6 ? 2 : 1; in stop_stid_tab() 180 struct listen_ctx *lctx; in restart_stid_tab() local 185 LIST_FOREACH(lctx, &td->listen_hash[i], link) { in restart_stid_tab() 186 MPASS((lctx->flags & (LCTX_RPL_PENDING | LCTX_SETUP_IN_HW)) == 0); in restart_stid_tab() 187 lctx->flags |= LCTX_RPL_PENDING; in restart_stid_tab() 188 if (lctx->inp->inp_vflag & INP_IPV6) in restart_stid_tab() 189 create_server6(sc, lctx); in restart_stid_tab() [all …]
|
H A D | t4_tom.h | 271 struct listen_ctx *lctx; /* backpointer to listen ctx */ member
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | log.h | 200 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp); 246 isc_logconfig_get(isc_log_t *lctx); 261 isc_logconfig_use(isc_log_t *lctx, isc_logconfig_t *lcfg); 323 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]); 361 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]); 568 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, 607 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, 619 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, 630 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, 652 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, [all …]
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | CommonLinkerContext.cpp | 23 static CommonLinkerContext *lctx; variable 26 lctx = this; in CommonLinkerContext() 32 assert(lctx); in ~CommonLinkerContext() 37 lctx = nullptr; in ~CommonLinkerContext() 41 assert(lctx); in commonContext() 42 return *lctx; in commonContext() 45 bool lld::hasContext() { return lctx != nullptr; } in hasContext() 48 if (lctx == nullptr) in destroy() 50 delete lctx; in destroy()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli_hmac.c | 50 SHA512_CTX lctx; in g_eli_crypto_hmac_init() local 60 SHA512_Init(&lctx); in g_eli_crypto_hmac_init() 61 SHA512_Update(&lctx, hkey, hkeylen); in g_eli_crypto_hmac_init() 62 SHA512_Final(key, &lctx); in g_eli_crypto_hmac_init()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_store.c | 16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects() argument 22 X509_STORE *xstore = X509_LOOKUP_get_store(lctx); in cache_objects() 66 ok = cache_objects(lctx, OSSL_STORE_INFO_get0_NAME(info), in cache_objects()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | crypto_os.c | 60 SHA512_CTX lctx; in crypto_mac_init() local 77 SHA512_Init(&lctx); in crypto_mac_init() 78 SHA512_Update(&lctx, c_key->ck_data, cl_bytes); in crypto_mac_init() 79 SHA512_Final(key, &lctx); in crypto_mac_init()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SymbolManager.h | 87 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured() argument 90 LCtx(lctx), SymbolTag(symbolTag) { in SymbolConjured() 96 assert(lctx); in SymbolConjured()
|
H A D | CallEvent.h | 184 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx, in CallEvent() argument 186 : State(std::move(state)), LCtx(lctx), Origin(E), ElemRef(ElemRef) {} in CallEvent() 188 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx, in CallEvent() argument 190 : State(std::move(state)), LCtx(lctx), Origin(D), ElemRef(ElemRef) {} in CallEvent()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 990 const LocationContext *lctx, in InvalidateRegionsWorker() argument 996 Ex(ex), Count(count), LCtx(lctx), IS(is), ITraits(ITraitsIn), Regions(r), in InvalidateRegionsWorker()
|