Home
last modified time | relevance | path

Searched defs:lctx (Results 1 – 16 of 16) 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; in alloc_lctx() local
367 free_lctx(struct adapter *sc, struct listen_ctx *lctx) in free_lctx()
388 hold_lctx(struct listen_ctx *lctx) in hold_lctx()
405 listen_hash_add(struct adapter *sc, struct listen_ctx *lctx) in listen_hash_add()
424 struct listen_ctx *lctx; in listen_hash_find() local
444 struct listen_ctx *lctx, *l; in listen_hash_del() local
465 release_lctx(struct adapter *sc, struct listen_ctx *lctx) in release_lctx()
563 create_server(struct adapter *sc, struct listen_ctx *lctx) in create_server()
[all …]
H A Dt4_tom.h271 struct listen_ctx *lctx; /* backpointer to listen ctx */ 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/crypto/krb5/src/tests/gssapi/
H A Dt_pcontok.c55 make_delete_token(gss_krb5_lucid_context_v1_t *lctx, gss_buffer_desc *out) in make_delete_token()
153 gss_krb5_lucid_context_v1_t *lctx; in main() 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.c2597 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()