Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/lib/isc/
H A Dlog.c118 isc_log_t * lctx; member
269 isc_log_t *lctx; in isc_log_create() local
423 isc_logconfig_get(isc_log_t *lctx) { in isc_logconfig_get()
463 isc_log_t *lctx; in isc_log_destroy() local
792 isc_log_t *lctx; in isc_log_usechannel() local
949 isc_log_setcontext(isc_log_t *lctx) { in isc_log_setcontext()
979 isc_log_getdebuglevel(isc_log_t *lctx) { in isc_log_getdebuglevel()
1033 isc_log_closefilelogs(isc_log_t *lctx) { in isc_log_closefilelogs()
1060 isc_log_t *lctx; in assignchannel() local
1109 isc_log_t *lctx; in sync_channellist() local
[all …]
/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_listen.c197 struct listen_ctx *lctx; in alloc_lctx() local
254 hold_lctx(struct listen_ctx *lctx) in hold_lctx()
290 struct listen_ctx *lctx; in listen_hash_find() local
310 struct listen_ctx *lctx, *l; in listen_hash_del() local
508 struct listen_ctx *lctx; in t4_listen_start() local
599 struct listen_ctx *lctx; in t4_listen_stop() local
732 struct listen_ctx *lctx = lookup_stid(sc, stid); in do_pass_open_rpl() local
837 struct listen_ctx *lctx = synqe->lctx; in done_with_synqe() local
870 struct listen_ctx *lctx = synqe->lctx; in do_abort_req_synqe() local
917 struct listen_ctx *lctx = synqe->lctx; in do_abort_rpl_synqe() local
[all …]
H A Dt4_tom.h246 struct listen_ctx *lctx; /* backpointer to listen ctx */ member
/freebsd-12.1/contrib/ntp/lib/isc/tests/
H A Disctest.c41 isc_log_t *lctx = NULL; variable
/freebsd-12.1/sys/geom/eli/
H A Dg_eli_hmac.c53 SHA512_CTX lctx; in g_eli_crypto_hmac_init() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h200 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) in CallEvent()
203 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) in CallEvent()
H A DSymbolManager.h84 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, in SymbolConjured()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp962 const LocationContext *lctx, in InvalidateRegionsWorker()