| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | changelog.tcl | 16 set template { 24 set template [string trim $template] 25 append template "\n\n" 27 set template [string map [list %ver% $ver %date% $date] $template] 29 append template [exec git log $branch~$count..$branch "--format=format:%an in commit %h:%n %s" --sh… 35 puts $template
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/doc/ |
| H A D | stylesheet.xsl | 4 <xsl:template match="function"> 5 <xsl:call-template name="inline.monoseq"/> 6 </xsl:template> 7 <xsl:template match="mallctl"> 8 <quote><xsl:call-template name="inline.monoseq"/></quote> 9 </xsl:template>
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 653 template, req) ( \ argument 657 template, req) : \ 683 template, req) ( \ argument 687 template, req) : \ 727 template, req) ( \ argument 820 template, req) : CRYPTO_NOT_SUPPORTED) 833 template, data, req) ( \ argument 1034 session, object, template, count, new_object, req) : \ 1092 session, mech, template, count, object, req) : \ 1112 wrapped_key_len, template, count, key, req) ( \ argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | widgets.txt | 7 "template-wname", "user-supplied-wname" 9 The "template-wname" being the template widget name and currently includes:
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/m4/ |
| H A D | ax_cxx_compile_stdcxx.m4 | 175 template <typename T> 201 template < typename T > 233 template < typename T > 280 template < typename CharT > 304 template < int N > 387 template <int...> 396 template <> 419 template<typename T> 422 template<typename T> 425 template<typename T> [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 323 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_encrypt_init() argument 331 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_decrypt_init() argument 344 crypto_key_t *key, crypto_spi_ctx_template_t template, in aes_common_init() argument 937 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_encrypt_atomic() argument 967 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_encrypt_atomic() 1073 crypto_spi_ctx_template_t template, crypto_req_handle_t req) in aes_decrypt_atomic() argument 1103 ret = aes_common_init_ctx(&aes_ctx, template, mechanism, key, in aes_decrypt_atomic() 1307 if (template == NULL) { in aes_common_init_ctx() 1322 keysched = template; in aes_common_init_ctx() 1434 key, &null_crypto_data, mac, template, req)); in aes_mac_atomic() [all …]
|
| /f-stack/freebsd/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 10 <!-- Please fill out the following template, which will help other contributors address your issue.… 19 Please fill in as much of the template as possible.
|
| H A D | feature_request.md | 14 Filling out the following template will help other contributors better understand your proposed fea…
|
| /f-stack/freebsd/netipsec/ |
| H A D | subr_ipsec.c | 70 static const struct sockaddr_in template = { in ipsec4_setsockaddrs() local 76 src->sin = template; in ipsec4_setsockaddrs() 77 dst->sin = template; in ipsec4_setsockaddrs()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 1185 spec_filter->template.efs_flags |= EFX_FILTER_FLAG_RX; in sfc_flow_parse_attr() 1187 spec_filter->template.efs_priority = EFX_FILTER_PRI_MANUAL; in sfc_flow_parse_attr() 1403 spec_filter->template.efs_dmaq_id = rxq_hw_index_min; in sfc_flow_parse_rss() 1654 spec_filter->template.efs_mark = mark->id; in sfc_flow_parse_mark() 1726 spec_filter->template.efs_dmaq_id = in sfc_flow_parse_actions() 1743 spec_filter->template.efs_flags |= in sfc_flow_parse_actions() 1781 spec_filter->template.efs_dmaq_id = in sfc_flow_parse_actions() 2249 match = spec_filter->template.efs_match_flags; in sfc_flow_spec_filters_complete() 2254 &spec_filter->template, filter); in sfc_flow_spec_filters_complete() 2368 efx_filter_spec_t *spec_tmpl = &spec_filter->template; in sfc_flow_validate_match_flags() [all …]
|
| H A D | sfc_flow.h | 53 efx_filter_spec_t template; member
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/ |
| H A D | README.md | 14 version of the `Zstandard` library, generated from our template file 15 * `zstd-in.c` is our template file for generating the library
|
| /f-stack/dpdk/doc/guides/ |
| H A D | conf.py | 307 template = """ 374 print(template.replace("idx", "id%d" % (table_id)), file=outfile)
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 914 memcpy(*template, data, len); in append_template() 915 *template = (char *)*template + len; in append_template() 1030 void *template; in enic_fm_copy_vxlan_encap() local 1036 template = fm->action.fma_data; in enic_fm_copy_vxlan_encap() 1047 eth = (struct rte_ether_hdr *)template; in enic_fm_copy_vxlan_encap() 1049 append_template(&template, &off, item->spec, in enic_fm_copy_vxlan_encap() 1071 ip4 = (struct rte_ipv4_hdr *)template; in enic_fm_copy_vxlan_encap() 1096 ip6 = (struct rte_ipv6_hdr *)template; in enic_fm_copy_vxlan_encap() 1127 udp = (struct rte_udp_hdr *)template; in enic_fm_copy_vxlan_encap() 1128 append_template(&template, &off, item->spec, in enic_fm_copy_vxlan_encap() [all …]
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.BERI | 2 # BERI_TEMPLATE -- a template kernel configuration for the SRI/Cambridge
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 5136 template < int N > 5219 template <int...> 5228 template <> 5251 template<typename T> 5254 template<typename T> 5257 template<typename T> 5570 template < int N > 5653 template <int...> 5662 template <> 5685 template<typename T> [all …]
|
| /f-stack/app/micro_thread/ |
| H A D | mt_notify.h | 250 template<typename ValueType>
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_sec.c | 253 ip = &sa->template.ipv4_hdr; in crypto_sec_ipsec_outb_session_create() 266 ip6 = &sa->template.ipv6_hdr; in crypto_sec_ipsec_outb_session_create()
|
| H A D | otx2_ipsec_po.h | 190 struct otx2_ipsec_po_ip_template template; member
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | testbbdev.rst | 339 Turbo decoder test vectors template 488 Turbo encoder test vectors template 568 LDPC decoder test vectors template 692 LDPC encoder test vectors template
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dummynet.c | 331 struct dn_queue *q, *template = arg; in q_new() local 332 struct dn_fsk *fs = template->fs; in q_new() 345 q->_si = template->_si; in q_new() 435 struct dn_queue template; in ipdn_q_find() local 437 template._si = si; in ipdn_q_find() 438 template.fs = fs; in ipdn_q_find() 452 DNHT_INSERT, &template); in ipdn_q_find() 455 fs->qht = q_new(0, 0, &template); in ipdn_q_find()
|
| /f-stack/freebsd/contrib/libsodium/packaging/nuget/ |
| H A D | package.gsl | 7 .echo "Generating package.nuspec from template." 107 .echo "Generating package.targets from template." 237 .echo "Generating package.xml (ui extension) from template."
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 341 Results template 344 Below template should be used when sharing results:
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-shared-linux-o32.ld | 46 * This was created from a template supplied by GNU binutils. 59 * The original template for this files was:
|
| H A D | cvmx-shared-linux-n32.ld | 46 * This was created from a template supplied by GNU binutils. 59 * The original template for this files was:
|