Home
last modified time | relevance | path

Searched defs:lctx (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c47 #define VALID_CONTEXT(lctx) ISC_MAGIC_VALID(lctx, LCTX_MAGIC) argument
118 isc_log_t * lctx; member
269 isc_log_t *lctx; in isc_log_create() local
331 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) { in isc_logconfig_create()
423 isc_logconfig_get(isc_log_t *lctx) { in isc_logconfig_get()
432 isc_logconfig_use(isc_log_t *lctx, isc_logconfig_t *lcfg) { in isc_logconfig_use()
463 isc_log_t *lctx; in isc_log_destroy() local
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) { in isc_log_registercategories()
613 isc_log_categorybyname(isc_log_t *lctx, const char *name) { in isc_log_categorybyname()
636 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]) { in isc_log_registermodules()
[all …]
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c139 struct listen_ctx *lctx; in stop_stid_tab() local
180 struct listen_ctx *lctx; in restart_stid_tab() local
330 struct listen_ctx *lctx; in alloc_lctx() local
367 free_lctx(struct adapter *sc, struct listen_ctx *lctx) in free_lctx()
388 hold_lctx(struct listen_ctx *lctx) in hold_lctx()
405 listen_hash_add(struct adapter *sc, struct listen_ctx *lctx) in listen_hash_add()
424 struct listen_ctx *lctx; in listen_hash_find() local
444 struct listen_ctx *lctx, *l; in listen_hash_del() local
465 release_lctx(struct adapter *sc, struct listen_ctx *lctx) in release_lctx()
563 create_server(struct adapter *sc, struct listen_ctx *lctx) in create_server()
[all …]
H A Dt4_tom.h271 struct listen_ctx *lctx; /* backpointer to listen ctx */ member
/freebsd/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.cpp23 static CommonLinkerContext *lctx; variable
/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c50 SHA512_CTX lctx; in g_eli_crypto_hmac_init() local
/freebsd/crypto/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c60 SHA512_CTX lctx; in crypto_mac_init() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h184 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx, in CallEvent()
188 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx, in CallEvent()
H A DSymbolManager.h87 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp990 const LocationContext *lctx, in InvalidateRegionsWorker()