Home
last modified time | relevance | path

Searched refs:contexts (Results 26 – 50 of 79) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Dmsm,iommu-v0.txt37 and multiple contexts in each of the iommu. So multiple entries
H A Diommu.txt22 * Provide address space isolation between multiple contexts.
H A Darm,smmu.yaml173 maxItems: 388 # 260 plus 128 contexts
/freebsd/sys/dev/drm2/
H A Ddrm_ioc32.c490 u32 contexts; member
501 res.contexts = (struct drm_ctx __user *)(unsigned long)res32->contexts; in compat_drm_resctx()
H A Ddrm_context.c329 if (copy_to_user(&res->contexts[i], &ctx, sizeof(ctx))) in drm_resctx()
H A Ddrm.h422 struct drm_ctx __user *contexts; member
/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c95 void *contexts; member
3947 void *set, *contexts; in rs_svc_grow_sets() local
3955 contexts = set + sizeof(*rss) * svc->size; in rs_svc_grow_sets()
3958 memcpy(contexts, svc->contexts, svc->context_size * (svc->cnt + 1)); in rs_svc_grow_sets()
3963 svc->contexts = contexts; in rs_svc_grow_sets()
4001 memcpy(svc->contexts + i * svc->context_size, in rs_svc_rm_rs()
4002 svc->contexts + svc->cnt * svc->context_size, in rs_svc_rm_rs()
4020 udp_svc_fds = svc->contexts; in udp_svc_process_sock()
4221 udp_svc_fds = svc->contexts; in udp_svc_run()
4261 tcp_svc_timeouts = svc->contexts; in tcp_svc_process_sock()
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_session_id_context.pod31 the contexts and is stored in exported sessions. The B<sid_ctx> can be
H A DSSL_CONF_cmd.pod402 The SSL and TLS bounds apply only to TLS-based contexts, while the DTLS bounds
403 apply only to DTLS-based contexts.
406 The value B<None> applies to both types of contexts and disables the limits.
414 The SSL and TLS bounds apply only to TLS-based contexts, while the DTLS bounds
415 apply only to DTLS-based contexts.
418 The value B<None> applies to both types of contexts and disables the limits.
H A DEVP_DigestInit.pod547 contexts so additional data can be included after the finalisation call.
658 If digest contexts are not cleaned up after use,
H A DOSSL_CMP_CTX_new.pod628 OSSL_CMP_CTX_get_status() returns for client contexts the PKIstatus from
648 For server contexts it returns
/freebsd/sys/x86/iommu/
H A Dintel_drv.c1159 if (!LIST_EMPTY(&domain->contexts)) { in dmar_print_domain()
1161 LIST_FOREACH(ctx, &domain->contexts, link) in dmar_print_domain()
1234 LIST_FOREACH(ctx, &domain->contexts, link) { in DB_SHOW_COMMAND_FLAGS()
H A Dintel_dmar.h68 LIST_HEAD(, dmar_ctx) contexts; /* (u) */
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dcpus.yaml21 contexts from any particular microarchitectural implementation
/freebsd/crypto/openssl/doc/man7/
H A Dcrypto.pod54 =head2 Library contexts
65 Library contexts are represented by the B<OSSL_LIB_CTX> type. Many OpenSSL API
77 See L<OSSL_LIB_CTX(3)> for more information about library contexts.
517 Applications that create their own library contexts may optionally configure
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md81 This can be useful if you are using non-default library contexts and want
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/freebsd/sys/dev/cxgbe/firmware/
H A Dt6fw_cfg_uwire.txt426 nethofld = 1024 # number of user mode ethernet flow contexts
427 ncrypto_lookaside = 16 # Number of lookaside flow contexts
H A Dt6fw_cfg_fpga.txt353 nethofld = 1024 # number of user mode ethernet flow contexts
H A Dt4fw_cfg_uwire.txt371 nethofld = 1024 # number of user mode ethernet flow contexts
/freebsd/sys/contrib/zstd/lib/
H A DREADME.md161 `ZSTD_DCtx` decompression contexts,
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td331 // Unused values must be dropped in some contexts.
/freebsd/contrib/openpam/
H A DHISTORY200 contexts), since the module cache was the only part of OpenPAM that
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def110 MODULE_PASS("print-must-be-executed-contexts",
/freebsd/sys/contrib/zstd/
H A DCHANGELOG329 perf: faster dictionary compression on small data when using multiple contexts, by @felixhandte
345 mem : automatic memory release for long duration contexts

1234