/freebsd/crypto/openssl/test/ |
H A D | namemap_internal_test.c | 21 OSSL_NAMEMAP *nm = NULL; in test_namemap_empty() local 25 && TEST_ptr(nm = ossl_namemap_new()) in test_namemap_empty() 26 && TEST_int_eq(ossl_namemap_empty(nm), 1) in test_namemap_empty() 27 && TEST_int_ne(ossl_namemap_add_name(nm, 0, NAME1), 0) in test_namemap_empty() 28 && TEST_int_eq(ossl_namemap_empty(nm), 0); in test_namemap_empty() 29 ossl_namemap_free(nm); in test_namemap_empty() 33 static int test_namemap(OSSL_NAMEMAP *nm) in test_namemap() argument 35 int num1 = ossl_namemap_add_name(nm, 0, NAME1); in test_namemap() 36 int num2 = ossl_namemap_add_name(nm, 0, NAME2); in test_namemap() 37 int num3 = ossl_namemap_add_name(nm, num1, ALIAS1); in test_namemap() [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/cut/ |
H A D | d_basic.out | 10 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 11 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 21 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 22 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 32 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 33 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 43 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 44 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm 54 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm 55 :qwe:::rty:uio::p[]:asd:fgh:jkl:zxc:vbn:nm [all …]
|
H A D | d_dflag.out | 6 qwe rty uio p[] asd fgh jkl zxc vbn nm 17 qwe rty uio p[] asd fgh jkl zxc vbn nm 28 qwe rty uio p[] asd fgh jkl zxc vbn nm 39 qwe rty uio p[] asd fgh jkl zxc vbn nm 50 qwe rty uio p[] asd fgh jkl zxc vbn nm 61 qwe rty uio p[] asd fgh jkl zxc vbn nm 72 qwe rty uio p[] asd fgh jkl zxc vbn nm 83 qwe rty uio p[] asd fgh jkl zxc vbn nm
|
/freebsd/stand/efi/libefi/ |
H A D | efichar.c | 65 utf8_len_of_ucs2(const efi_char *nm) in utf8_len_of_ucs2() argument 71 while (*nm) { in utf8_len_of_ucs2() 72 c = *nm++; in utf8_len_of_ucs2() 85 ucs2_to_utf8(const efi_char *nm, char **name) in ucs2_to_utf8() argument 92 sz = utf8_len_of_ucs2(nm) + 1; in ucs2_to_utf8() 101 while (*nm) { in ucs2_to_utf8() 102 c = *nm++; in ucs2_to_utf8() 137 efi_char *nm; in utf8_to_ucs2() local 148 nm = *nmp; in utf8_to_ucs2() 187 *nm++ = (efi_char)ucs4; in utf8_to_ucs2() [all …]
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | objects.h | 84 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \ argument 85 static int nm##_cmp_BSEARCH_CMP_FN(const void *, const void *); \ 86 static int nm##_cmp(type1 const *, type2 const *); \ 87 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 91 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument 92 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) 121 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \ argument 122 static int nm##_cmp_BSEARCH_CMP_FN(const void *a_, const void *b_) \ 126 return nm##_cmp(a,b); \ 128 static type2 *OBJ_bsearch_##nm(type1 *key, type2 const *base, int num) \ [all …]
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | ccu_a31.c | 877 { .type = AW_CLK_NM, .clk.nm = &apb2_clk}, 878 { .type = AW_CLK_NM, .clk.nm = &nand0_clk}, 879 { .type = AW_CLK_NM, .clk.nm = &nand1_clk}, 880 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk}, 881 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk}, 882 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk}, 883 { .type = AW_CLK_NM, .clk.nm = &mmc3_clk}, 884 { .type = AW_CLK_NM, .clk.nm = &ts_clk}, 885 { .type = AW_CLK_NM, .clk.nm = &ss_clk}, 886 { .type = AW_CLK_NM, .clk.nm = &spi0_clk}, [all …]
|
H A D | ccu_a83t.c | 693 { .type = AW_CLK_NM, .clk.nm = &apb2_clk}, 694 { .type = AW_CLK_NM, .clk.nm = &nand_clk}, 695 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk}, 696 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk}, 697 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk}, 698 { .type = AW_CLK_NM, .clk.nm = &ss_clk}, 699 { .type = AW_CLK_NM, .clk.nm = &spi0_clk}, 700 { .type = AW_CLK_NM, .clk.nm = &spi1_clk}, 701 { .type = AW_CLK_NM, .clk.nm = &i2s0_clk}, 702 { .type = AW_CLK_NM, .clk.nm = &i2s1_clk}, [all …]
|
H A D | ccu_a10.c | 532 { .type = AW_CLK_NM, .clk.nm = &axi_clk}, 533 { .type = AW_CLK_NM, .clk.nm = &ahb_clk}, 534 { .type = AW_CLK_NM, .clk.nm = &apb0_clk}, 535 { .type = AW_CLK_NM, .clk.nm = &apb1_clk}, 538 { .type = AW_CLK_NM, .clk.nm = &nand_clk}, 539 { .type = AW_CLK_NM, .clk.nm = &ms_clk}, 540 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk}, 541 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk}, 542 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk}, 543 { .type = AW_CLK_NM, .clk.nm = &mmc3_clk}, [all …]
|
H A D | ccu_h3.c | 690 { .type = AW_CLK_NM, .clk.nm = &apb2_clk}, 691 { .type = AW_CLK_NM, .clk.nm = &nand_clk}, 692 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk}, 693 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk}, 694 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk}, 695 { .type = AW_CLK_NM, .clk.nm = &ts_clk}, 696 { .type = AW_CLK_NM, .clk.nm = &ce_clk}, 697 { .type = AW_CLK_NM, .clk.nm = &spi0_clk}, 698 { .type = AW_CLK_NM, .clk.nm = &spi1_clk}, 699 { .type = AW_CLK_NM, .clk.nm = &spdif_clk}, [all …]
|
H A D | ccu_d1.c | 979 { .type = AW_CLK_NM, .clk.nm = &psi_ahb_clk }, 980 { .type = AW_CLK_NM, .clk.nm = &apb0_clk }, 981 { .type = AW_CLK_NM, .clk.nm = &apb1_clk }, 986 { .type = AW_CLK_NM, .clk.nm = &ce_clk }, 988 { .type = AW_CLK_NM, .clk.nm = &dram_clk }, 989 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk }, 990 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk }, 991 { .type = AW_CLK_NM, .clk.nm = &mmc2_clk }, 992 { .type = AW_CLK_NM, .clk.nm = &spi0_clk }, 993 { .type = AW_CLK_NM, .clk.nm = &spi1_clk }, [all …]
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 697 print_stats(RES* ssl, const char* nm, struct ub_stats_info* s) in print_stats() argument 700 if(!ssl_printf(ssl, "%s.num.queries"SQ"%lu\n", nm, in print_stats() 702 if(!ssl_printf(ssl, "%s.num.queries_ip_ratelimited"SQ"%lu\n", nm, in print_stats() 704 if(!ssl_printf(ssl, "%s.num.queries_cookie_valid"SQ"%lu\n", nm, in print_stats() 706 if(!ssl_printf(ssl, "%s.num.queries_cookie_client"SQ"%lu\n", nm, in print_stats() 708 if(!ssl_printf(ssl, "%s.num.queries_cookie_invalid"SQ"%lu\n", nm, in print_stats() 710 if(!ssl_printf(ssl, "%s.num.cachehits"SQ"%lu\n", nm, in print_stats() 713 if(!ssl_printf(ssl, "%s.num.cachemiss"SQ"%lu\n", nm, in print_stats() 715 if(!ssl_printf(ssl, "%s.num.prefetch"SQ"%lu\n", nm, in print_stats() 717 if(!ssl_printf(ssl, "%s.num.queries_timed_out"SQ"%lu\n", nm, in print_stats() [all …]
|
/freebsd/usr.bin/clang/llvm-nm/ |
H A D | Makefile | 3 PROG_CXX= llvm-nm 5 SRCDIR= llvm/tools/llvm-nm 6 SRCS+= llvm-nm-driver.cpp 7 SRCS+= llvm-nm.cpp 26 LINKS+= ${BINDIR}/llvm-nm ${BINDIR}/nm 27 MLINKS+= llvm-nm.1 nm.1
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_meth.h | 10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \ argument 11 static int nm##_init(EVP_MD_CTX *ctx) \ 15 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 19 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \ 24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \ argument 25 static int nm##_init(EVP_MD_CTX *ctx) \ 29 static int nm##_update(EVP_MD_CTX *ctx, const void *data, size_t count) \ 33 static int nm##_final(EVP_MD_CTX *ctx, unsigned char *md) \
|
H A D | names.c | 203 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() argument 206 if (nm->alias) in do_all_cipher_fn() 207 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_cipher_fn() 209 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); in do_all_cipher_fn() 246 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn() argument 249 if (nm->alias) in do_all_md_fn() 250 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_md_fn() 252 dc->fn((const EVP_MD *)nm->data, nm->name, NULL, dc->arg); in do_all_md_fn()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 27 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument 28 const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \ 391 # define IMPLEMENT_CIPHER(nm, sub, kbits, blkbits, ivbits, flags) \ argument 392 static OSSL_FUNC_cipher_newctx_fn nm##_##kbits##_##sub##_newctx; \ 393 static void *nm##_##kbits##_##sub##_newctx(void *provctx) \ 395 return nm##_##sub##_newctx(provctx, kbits, blkbits, ivbits, flags); \ 397 static OSSL_FUNC_cipher_get_params_fn nm##_##kbits##_##sub##_get_params; \ 398 static int nm##_##kbits##_##sub##_get_params(OSSL_PARAM params[]) \ 403 const OSSL_DISPATCH ossl_##nm##kbits##sub##_functions[] = { \ 404 { OSSL_FUNC_CIPHER_NEWCTX, (void (*)(void))nm##_##kbits##_##sub##_newctx },\ [all …]
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_osfp.c | 284 struct name_entry *nm; in pfctl_flush_my_fingerprints() local 286 while ((nm = LIST_FIRST(list)) != NULL) { in pfctl_flush_my_fingerprints() 287 LIST_REMOVE(nm, nm_entry); in pfctl_flush_my_fingerprints() 288 pfctl_flush_my_fingerprints(&nm->nm_sublist); in pfctl_flush_my_fingerprints() 289 free(nm); in pfctl_flush_my_fingerprints() 339 struct name_entry *nm, *class_nm, *version_nm, *subtype_nm; in pfctl_get_fingerprint() local 350 if ((nm = lookup_name_list(&classes, name))) { in pfctl_get_fingerprint() 351 class = nm->nm_num; in pfctl_get_fingerprint() 461 struct name_entry *nm; in pfctl_lookup_fingerprint() local 484 LIST_FOREACH(nm, &classes, nm_entry) { in pfctl_lookup_fingerprint() [all …]
|
/freebsd/usr.bin/mkimg/tests/ |
H A D | mkimg_test.sh | 129 local nm 132 for nm in $mkimg_tests; do 133 ${nm}_body 140 local B F G S nm 146 nm="${S}_${G}_${B}_${F}" 147 atf_test_case $nm 148 eval "${nm}_body() { mkimg_test $G $B $S $F; }" 149 mkimg_tests="${mkimg_tests} ${nm}" 150 atf_add_test_case $nm
|
/freebsd/contrib/openpam/t/ |
H A D | t_pam_conv.c | 63 t_pam_conv(int nm, const struct pam_message **msgs, in t_pam_conv() argument 71 if (nm != s->nmsg) { in t_pam_conv() 73 s->nmsg, nm); in t_pam_conv() 76 if (nm <= 0 || nm > PAM_MAX_NUM_MSG) { in t_pam_conv() 83 if ((resps = calloc(nm, sizeof *resps)) == NULL) in t_pam_conv() 85 for (i = 0; i < nm; ++i) { in t_pam_conv() 128 for (i = 0; i < nm; ++i) in t_pam_conv()
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 299 for nm in `grep "^num.query.type" $seentags`; do 300 tp=`echo $nm | sed -e s/num.query.type.//` 301 p_config "$nm" "$tp" "ABSOLUTE" 311 for nm in `grep "^num.query.class" $seentags`; do 312 tp=`echo $nm | sed -e s/num.query.class.//` 313 p_config "$nm" "$tp" "ABSOLUTE" 323 for nm in `grep "^num.query.opcode" $seentags`; do 324 tp=`echo $nm | sed -e s/num.query.opcode.//` 325 p_config "$nm" "$tp" "ABSOLUTE" 335 for nm in `grep "^num.answer.rcode" $seentags`; do [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/msm/ |
H A D | dsi.txt | 85 * "qcom,dsi-phy-28nm-hpm" 86 * "qcom,dsi-phy-28nm-lp" 87 * "qcom,dsi-phy-20nm" 88 * "qcom,dsi-phy-28nm-8960" 89 * "qcom,dsi-phy-14nm" 90 * "qcom,dsi-phy-14nm-660" 91 * "qcom,dsi-phy-10nm" 92 * "qcom,dsi-phy-10nm-8998" 93 * "qcom,dsi-phy-7nm" 94 * "qcom,dsi-phy-7nm-8150" [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | val_nsec3.c | 284 uint8_t* nm, *zone; in nsec3_get_nextowner_b32() local 286 if(!nsec3_get_nextowner(rrset, r, &nm, &nmlen)) in nsec3_get_nextowner_b32() 292 return nsec3_hash_to_b32(nm, nmlen, zone, zonelen, buf, max); in nsec3_get_nextowner_b32() 344 uint8_t* nm; in filter_next() local 355 nm = filter->list[i]->rk.dname; in filter_next() 357 dname_remove_label(&nm, &nmlen); in filter_next() 358 if(query_dname_compare(nm, filter->zone) != 0) in filter_next() 423 uint8_t* nm; in filter_init() local 441 nm = list[i]->rk.dname; in filter_init() 443 dname_remove_label(&nm, &nmlen); in filter_init() [all …]
|
H A D | val_nsec.c | 120 nsec_get_next(struct ub_packed_rrset_key* nsec, uint8_t** nm, size_t* ln) in nsec_get_next() argument 125 *nm = 0; in nsec_get_next() 129 *nm = d->rr_data[0]+2; in nsec_get_next() 130 *ln = dname_valid(*nm, d->rr_len[0]-2); in nsec_get_next() 132 *nm = 0; in nsec_get_next() 303 uint8_t* nm; in nsec_proves_nodata() local 313 if(!nsec_get_next(nsec, &nm, &ln)) in nsec_proves_nodata() 315 if(dname_strict_subdomain_c(nm, qinfo->qname) && in nsec_proves_nodata() 358 while (dname_canonical_compare(nsec->rk.dname, nm) < 0) { in nsec_proves_nodata() 361 if (dname_subdomain_c(qinfo->qname, nm)) in nsec_proves_nodata() [all …]
|
/freebsd/contrib/unbound/ipsecmod/ |
H A D | ipsecmod-whitelist.c | 61 uint8_t* nm = sldns_str2wire_dname(name, &len); in whitelist_str_cfg() local 62 if(!nm) { in whitelist_str_cfg() 69 free(nm); in whitelist_str_cfg() 73 n->name = nm; in whitelist_str_cfg() 75 n->labs = dname_count_labels(nm); in whitelist_str_cfg() 77 if(!name_tree_insert(whitelist, n, nm, len, n->labs, n->dclass)) { in whitelist_str_cfg()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 101 const char *nm; in zpool_get_load_policy() local 114 nm = nvpair_name(elem); in zpool_get_load_policy() 115 if (strcmp(nm, ZPOOL_LOAD_POLICY) == 0) { in zpool_get_load_policy() 119 } else if (strcmp(nm, ZPOOL_LOAD_REWIND_POLICY) == 0) { in zpool_get_load_policy() 123 } else if (strcmp(nm, ZPOOL_LOAD_REQUEST_TXG) == 0) { in zpool_get_load_policy() 125 } else if (strcmp(nm, ZPOOL_LOAD_META_THRESH) == 0) { in zpool_get_load_policy() 127 } else if (strcmp(nm, ZPOOL_LOAD_DATA_THRESH) == 0) { in zpool_get_load_policy()
|
/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | brcm,gisb-arb.txt | 6 "brcm,bcm7278-gisb-arb" for V7 28nm chips 7 "brcm,gisb-arb" or "brcm,bcm7445-gisb-arb" for other 28nm chips 8 "brcm,bcm7435-gisb-arb" for newer 40nm chips 9 "brcm,bcm7400-gisb-arb" for older 40nm chips and all 65nm chips 10 "brcm,bcm7038-gisb-arb" for 130nm chips
|