Home
last modified time | relevance | path

Searched defs:lctx (Results 1 – 15 of 15) 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; alloc_lctx() local
367 free_lctx(struct adapter * sc,struct listen_ctx * lctx) free_lctx() argument
388 hold_lctx(struct listen_ctx * lctx) hold_lctx() argument
405 listen_hash_add(struct adapter * sc,struct listen_ctx * lctx) listen_hash_add() argument
424 struct listen_ctx *lctx; listen_hash_find() local
444 struct listen_ctx *lctx, *l; listen_hash_del() local
465 release_lctx(struct adapter * sc,struct listen_ctx * lctx) release_lctx() argument
563 create_server(struct adapter * sc,struct listen_ctx * lctx) create_server() argument
591 create_server6(struct adapter * sc,struct listen_ctx * lctx) create_server6() argument
621 destroy_server(struct adapter * sc,struct listen_ctx * lctx) destroy_server() argument
656 struct listen_ctx *lctx; t4_listen_start() local
749 struct listen_ctx *lctx; t4_listen_stop() local
778 alloc_synqe(struct adapter * sc,struct listen_ctx * lctx,int flags) alloc_synqe() argument
886 struct listen_ctx *lctx = lookup_stid(sc, stid); do_pass_open_rpl() local
962 struct listen_ctx *lctx = lookup_stid(sc, stid); do_close_server_rpl() local
993 struct listen_ctx *lctx = synqe->lctx; done_with_synqe() local
1029 struct listen_ctx *lctx = synqe->lctx; do_abort_req_synqe() local
1079 struct listen_ctx *lctx = synqe->lctx; do_abort_rpl_synqe() local
1336 struct listen_ctx *lctx = lookup_stid(sc, stid); do_pass_accept_req() local
1620 struct listen_ctx *lctx = synqe->lctx; do_pass_establish() local
[all...]
H A Dt4_tom.h274 struct listen_ctx *lctx; /* backpointer to listen ctx */ global() member
/freebsd/crypto/krb5/src/lib/gssapi/krb5/
H A Dlucid_context.c69 void *lctx = NULL; in gss_krb5int_export_lucid_sec_context() local
180 gss_krb5_lucid_context_v1_t *lctx = NULL; in make_external_lucid_ctx_v1() local
/freebsd/contrib/llvm-project/lld/Common/
H A DCommonLinkerContext.cpp23 static CommonLinkerContext *lctx; variable
/freebsd/crypto/krb5/src/lib/kdb/
H A Dt_ulog.c56 kdb_log_context *lctx; in main() local
/freebsd/sys/geom/eli/
H A Dg_eli_hmac.c50 SHA512_CTX lctx; in g_eli_crypto_hmac_init() local
/freebsd/sys/kgssapi/
H A Dgss_impl.c195 kgss_transfer_context(gss_ctx_id_t ctx, void *lctx) in kgss_transfer_context()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dcrypto_os.c61 SHA512_CTX lctx; in crypto_mac_init() local
/freebsd/usr.sbin/gssd/
H A Dgssd.c687 gss_krb5_lucid_context_v1_t *lctx; in gssd_init_sec_context_lucid_v1_1_svc() local
859 gss_krb5_lucid_context_v1_t *lctx; in gssd_accept_sec_context_lucid_v1_1_svc() 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/sys/kgssapi/krb5/
H A Dkrb5_mech.c422 kgss_lucid_desc *lctx = (kgss_lucid_desc *)context_token; in krb5_lucid_import() local
/freebsd/crypto/openssl/test/
H A Dquicapitest.c2520 SSL_CTX *lctx = NULL, *sctx = NULL; in test_ssl_new_from_listener() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp990 const LocationContext *lctx, in InvalidateRegionsWorker()