Home
last modified time | relevance | path

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

/freebsd-src/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-src/sys/dev/cxgbe/tom/
H A Dt4_listen.c92 alloc_stid(struct adapter * sc,struct listen_ctx * lctx,int isipv6) alloc_stid() argument
171 free_stid(struct adapter * sc,struct listen_ctx * lctx) free_stid() argument
196 struct listen_ctx *lctx; alloc_lctx() local
232 free_lctx(struct adapter * sc,struct listen_ctx * lctx) free_lctx() argument
253 hold_lctx(struct listen_ctx * lctx) hold_lctx() argument
270 listen_hash_add(struct adapter * sc,struct listen_ctx * lctx) listen_hash_add() argument
289 struct listen_ctx *lctx; listen_hash_find() local
309 struct listen_ctx *lctx, *l; listen_hash_del() local
330 release_lctx(struct adapter * sc,struct listen_ctx * lctx) release_lctx() argument
428 create_server(struct adapter * sc,struct listen_ctx * lctx) create_server() argument
456 create_server6(struct adapter * sc,struct listen_ctx * lctx) create_server6() argument
486 destroy_server(struct adapter * sc,struct listen_ctx * lctx) destroy_server() argument
521 struct listen_ctx *lctx; t4_listen_start() local
614 struct listen_ctx *lctx; t4_listen_stop() local
640 alloc_synqe(struct adapter * sc __unused,struct listen_ctx * lctx,int flags) alloc_synqe() argument
747 struct listen_ctx *lctx = lookup_stid(sc, stid); do_pass_open_rpl() local
822 struct listen_ctx *lctx = lookup_stid(sc, stid); do_close_server_rpl() local
852 struct listen_ctx *lctx = synqe->lctx; done_with_synqe() local
885 struct listen_ctx *lctx = synqe->lctx; do_abort_req_synqe() local
935 struct listen_ctx *lctx = synqe->lctx; do_abort_rpl_synqe() local
1184 struct listen_ctx *lctx = lookup_stid(sc, stid); do_pass_accept_req() local
1463 struct listen_ctx *lctx = synqe->lctx; do_pass_establish() local
[all...]
H A Dt4_tom.h269 struct listen_ctx *lctx; /* backpointer to listen ctx */ global() member
/freebsd-src/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.cpp23 static CommonLinkerContext *lctx; variable
/freebsd-src/sys/geom/eli/
H A Dg_eli_hmac.c50 SHA512_CTX lctx; in g_eli_crypto_hmac_init() local
/freebsd-src/crypto/openssl/crypto/x509/
H A Dby_store.c16 static int cache_objects(X509_LOOKUP *lctx, const char *uri, in cache_objects()
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c60 SHA512_CTX lctx; in crypto_mac_init() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h183 CallEvent(const Expr * E,ProgramStateRef state,const LocationContext * lctx,CFGBlock::ConstCFGElementRef ElemRef) CallEvent() argument
187 CallEvent(const Decl * D,ProgramStateRef state,const LocationContext * lctx,CFGBlock::ConstCFGElementRef ElemRef) CallEvent() argument
H A DSymbolManager.h87 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp990 const LocationContext *lctx, in InvalidateRegionsWorker() argument