Searched refs:lctx (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dlog.c47 #define VALID_CONTEXT(lctx) ISC_MAGIC_VALID(lctx, LCTX_MAGIC)
118 isc_log_t * lctx; member in struct:isc_logconfig
241 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
269 isc_log_t *lctx; local
277 lctx = isc_mem_get(mctx, sizeof(*lctx));
278 if (lctx != NULL) {
279 lctx->mctx = mctx;
280 lctx
331 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp) argument
423 isc_logconfig_get(isc_log_t *lctx) argument
432 isc_logconfig_use(isc_log_t *lctx, isc_logconfig_t *lcfg) argument
463 isc_log_t *lctx; local
569 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]) argument
613 isc_log_categorybyname(isc_log_t *lctx, const char *name) argument
636 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]) argument
680 isc_log_modulebyname(isc_log_t *lctx, const char *name) argument
792 isc_log_t *lctx; local
831 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
847 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
859 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
875 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
887 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
905 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
918 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
936 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
949 isc_log_setcontext(isc_log_t *lctx) argument
954 isc_log_setdebuglevel(isc_log_t *lctx, unsigned int level) argument
979 isc_log_getdebuglevel(isc_log_t *lctx) argument
1033 isc_log_closefilelogs(isc_log_t *lctx) argument
1060 isc_log_t *lctx; local
1109 isc_log_t *lctx; local
1378 isc_log_wouldlog(isc_log_t *lctx, int level) argument
1405 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/freebsd-12-stable/contrib/ntp/lib/isc/include/isc/
H A Dlog.h200 isc_logconfig_create(isc_log_t *lctx, isc_logconfig_t **lcfgp);
232 *\li lctx is a valid logging context.
246 isc_logconfig_get(isc_log_t *lctx);
251 *\li lctx is a valid context.
261 isc_logconfig_use(isc_log_t *lctx, isc_logconfig_t *lcfg);
272 *\li lctx is a valid logging context.
274 *\li lctx is the same configuration given to isc_logconfig_create
291 *\li *lctx is a valid logging context.
323 isc_log_registercategories(isc_log_t *lctx, isc_logcategory_t categories[]);
351 *\li lctx i
[all...]
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c80 /* lctx services */
93 alloc_stid(struct adapter *sc, struct listen_ctx *lctx, int isipv6) argument
97 struct stid_region *sr = &lctx->stid_region;
155 t->stid_tab[stid] = lctx;
172 free_stid(struct adapter *sc, struct listen_ctx *lctx) argument
175 struct stid_region *sr = &lctx->stid_region;
197 struct listen_ctx *lctx; local
201 lctx = malloc(sizeof(struct listen_ctx), M_CXGBE, M_NOWAIT | M_ZERO);
202 if (lctx == NULL)
205 lctx
233 free_lctx(struct adapter *sc, struct listen_ctx *lctx) argument
254 hold_lctx(struct listen_ctx *lctx) argument
271 listen_hash_add(struct adapter *sc, struct listen_ctx *lctx) argument
290 struct listen_ctx *lctx; local
310 struct listen_ctx *lctx, *l; local
331 release_lctx(struct adapter *sc, struct listen_ctx *lctx) argument
427 create_server(struct adapter *sc, struct listen_ctx *lctx) argument
455 create_server6(struct adapter *sc, struct listen_ctx *lctx) argument
485 destroy_server(struct adapter *sc, struct listen_ctx *lctx) argument
520 struct listen_ctx *lctx; local
611 struct listen_ctx *lctx; local
637 alloc_synqe(struct adapter *sc __unused, struct listen_ctx *lctx, int flags) argument
744 struct listen_ctx *lctx = lookup_stid(sc, stid); local
819 struct listen_ctx *lctx = lookup_stid(sc, stid); local
849 struct listen_ctx *lctx = synqe->lctx; local
882 struct listen_ctx *lctx = synqe->lctx; local
932 struct listen_ctx *lctx = synqe->lctx; local
1163 struct listen_ctx *lctx = lookup_stid(sc, stid); local
1411 struct listen_ctx *lctx = synqe->lctx; local
[all...]
H A Dt4_tom.h248 struct listen_ctx *lctx; /* backpointer to listen ctx */ member in struct:synq_entry
314 int lctx_count; /* # of lctx in the hash table */
/freebsd-12-stable/contrib/ntp/lib/isc/tests/
H A Disctest.c41 isc_log_t *lctx = NULL; variable
108 CHECK(isc_log_create(mctx, &lctx, &logconfig));
109 isc_log_registercategories(lctx, categories);
110 isc_log_setcontext(lctx);
143 if (lctx != NULL)
144 isc_log_destroy(&lctx);
H A Disctest.h44 extern isc_log_t *lctx;
/freebsd-12-stable/sys/geom/eli/
H A Dg_eli_hmac.c53 SHA512_CTX lctx; local
63 SHA512_Init(&lctx);
64 SHA512_Update(&lctx, hkey, hkeylen);
65 SHA512_Final(key, &lctx);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h83 SymbolConjured(SymbolID sym, const Stmt *s, const LocationContext *lctx, argument
86 LCtx(lctx), SymbolTag(symbolTag) {
92 assert(lctx);
H A DCallEvent.h167 CallEvent(const Expr *E, ProgramStateRef state, const LocationContext *lctx) argument
168 : State(std::move(state)), LCtx(lctx), Origin(E) {}
170 CallEvent(const Decl *D, ProgramStateRef state, const LocationContext *lctx) argument
171 : State(std::move(state)), LCtx(lctx), Origin(D) {}
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1008 const LocationContext *lctx,
1014 Ex(ex), Count(count), LCtx(lctx), IS(is), ITraits(ITraitsIn), Regions(r),
1004 InvalidateRegionsWorker(RegionStoreManager &rm, ProgramStateManager &stateMgr, RegionBindingsRef b, const Expr *ex, unsigned count, const LocationContext *lctx, InvalidatedSymbols &is, RegionAndSymbolInvalidationTraits &ITraitsIn, StoreManager::InvalidatedRegions *r, GlobalsFilterKind GFK) argument

Completed in 147 milliseconds