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

/freebsd-11-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-11-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-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c92 struct listen_ctx *lctx; local
96 lctx = malloc(sizeof(struct listen_ctx), M_CXGB, M_NOWAIT | M_ZERO);
97 if (lctx == NULL)
100 lctx->stid = alloc_stid(&td->tid_maps, lctx);
101 if (lctx->stid < 0) {
102 free(lctx, M_CXGB);
106 lctx->inp = inp;
109 lctx->qset = qset;
110 refcount_init(&lctx
118 free_lctx(struct tom_data *td, struct listen_ctx *lctx) argument
139 hold_lctx(struct listen_ctx *lctx) argument
156 listen_hash_add(struct tom_data *td, struct listen_ctx *lctx) argument
173 struct listen_ctx *lctx; local
192 struct listen_ctx *lctx, *l; local
213 release_lctx(struct tom_data *td, struct listen_ctx *lctx) argument
226 create_server(struct adapter *sc, struct listen_ctx *lctx) argument
253 destroy_server(struct adapter *sc, struct listen_ctx *lctx) argument
283 struct listen_ctx *lctx = lookup_stid(&td->tid_maps, stid); local
314 struct listen_ctx *lctx; local
482 struct listen_ctx *lctx = lookup_stid(&td->tid_maps, stid); local
683 struct listen_ctx *lctx = synqe->lctx; local
791 struct listen_ctx *lctx; local
870 struct listen_ctx *lctx; local
935 struct listen_ctx *lctx = synqe->lctx; local
996 struct listen_ctx *lctx = synqe->lctx; local
1047 struct listen_ctx *lctx = synqe->lctx; local
1085 struct listen_ctx *lctx = synqe->lctx; local
[all...]
H A Dcxgb_tom.h83 * toep list or in the synq of a listening socket in lctx hash.
98 int lctx_count; /* # of lctx in the hash table */
111 struct listen_ctx *lctx; /* backpointer to listen ctx */ member in struct:synq_entry
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c78 /* lctx services */
91 alloc_stid(struct adapter *sc, struct listen_ctx *lctx, int isipv6) argument
95 struct stid_region *sr = &lctx->stid_region;
153 t->stid_tab[stid] = lctx;
170 free_stid(struct adapter *sc, struct listen_ctx *lctx) argument
173 struct stid_region *sr = &lctx->stid_region;
195 struct listen_ctx *lctx; local
199 lctx = malloc(sizeof(struct listen_ctx), M_CXGBE, M_NOWAIT | M_ZERO);
200 if (lctx == NULL)
203 lctx
231 free_lctx(struct adapter *sc, struct listen_ctx *lctx) argument
252 hold_lctx(struct listen_ctx *lctx) argument
269 listen_hash_add(struct adapter *sc, struct listen_ctx *lctx) argument
288 struct listen_ctx *lctx; local
308 struct listen_ctx *lctx, *l; local
329 release_lctx(struct adapter *sc, struct listen_ctx *lctx) argument
413 create_server(struct adapter *sc, struct listen_ctx *lctx) argument
441 create_server6(struct adapter *sc, struct listen_ctx *lctx) argument
471 destroy_server(struct adapter *sc, struct listen_ctx *lctx) argument
506 struct listen_ctx *lctx; local
597 struct listen_ctx *lctx; local
623 alloc_synqe(struct adapter *sc __unused, struct listen_ctx *lctx, int flags) argument
730 struct listen_ctx *lctx = lookup_stid(sc, stid); local
805 struct listen_ctx *lctx = lookup_stid(sc, stid); local
835 struct listen_ctx *lctx = synqe->lctx; local
868 struct listen_ctx *lctx = synqe->lctx; local
915 struct listen_ctx *lctx = synqe->lctx; local
1242 struct listen_ctx *lctx = lookup_stid(sc, stid); local
1495 struct listen_ctx *lctx = synqe->lctx; local
[all...]
H A Dt4_tom.h222 struct listen_ctx *lctx; /* backpointer to listen ctx */ member in struct:synq_entry
266 int lctx_count; /* # of lctx in the hash table */
/freebsd-11-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-11-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-11-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-11-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 135 milliseconds