Home
last modified time | relevance | path

Searched refs:nm (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/freebsd/crypto/openssl/test/
H A Dnamemap_internal_test.c21 OSSL_NAMEMAP *nm = NULL; in test_namemap_empty() local
25 && TEST_ptr(nm = ossl_namemap_new()) 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
58 OSSL_NAMEMAP *nm = ossl_namemap_new(); in test_namemap_independent() local
59 int ok = TEST_ptr(nm) && test_namemap(nm); in test_namemap_independent()
61 ossl_namemap_free(nm); in test_namemap_independent()
69 return TEST_ptr(nm) in test_namemap_stored()
70 && test_namemap(nm); in test_namemap_stored()
83 if (!TEST_ptr(nm)) in test_digestbyname()
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/cut/
H A Dd_basic.out10 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
54 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
65 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
76 qwe:rty:uio:p[]:asd:fgh:jkl:zxc:vbn:nm
[all …]
H A Dd_dflag.out6 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 Defichar.c71 while (*nm) { in utf8_len_of_ucs2()
72 c = *nm++; in utf8_len_of_ucs2()
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()
193 EFICHAR_FREE(nm); in utf8_to_ucs2()
199 *nm = 0; in utf8_to_ucs2()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Dobjects.h84 # 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 *); \
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
126 return nm##_cmp(a,b); \
131 nm##_cmp_BSEARCH_CMP_FN); \
135 # define IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \ argument
140 return nm##_cmp(a,b); \
[all …]
/freebsd/sys/dev/clk/allwinner/
H A Dccu_a31.c877 { .type = AW_CLK_NM, .clk.nm = &apb2_clk},
880 { .type = AW_CLK_NM, .clk.nm = &mmc0_clk},
881 { .type = AW_CLK_NM, .clk.nm = &mmc1_clk},
884 { .type = AW_CLK_NM, .clk.nm = &ts_clk},
885 { .type = AW_CLK_NM, .clk.nm = &ss_clk},
893 { .type = AW_CLK_NM, .clk.nm = &be0_clk},
894 { .type = AW_CLK_NM, .clk.nm = &be1_clk},
895 { .type = AW_CLK_NM, .clk.nm = &fe0_clk},
896 { .type = AW_CLK_NM, .clk.nm = &fe1_clk},
897 { .type = AW_CLK_NM, .clk.nm = &mp_clk},
[all …]
H A Dccu_a83t.c693 { .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},
704 { .type = AW_CLK_NM, .clk.nm = &tdm_clk},
[all …]
H A Dccu_a10.c532 { .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},
544 { .type = AW_CLK_NM, .clk.nm = &ts_clk},
545 { .type = AW_CLK_NM, .clk.nm = &ss_clk},
549 { .type = AW_CLK_NM, .clk.nm = &ir0_clk},
[all …]
H A Dccu_h3.c690 { .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},
701 { .type = AW_CLK_NM, .clk.nm = &de_clk},
703 { .type = AW_CLK_NM, .clk.nm = &tve_clk},
707 { .type = AW_CLK_NM, .clk.nm = &ve_clk},
[all …]
/freebsd/contrib/unbound/daemon/
H A Dremote.c742 snprintf(nm, sizeof(nm), "thread%d", i); in print_thread_stats()
743 nm[sizeof(nm)-1]=0; in print_thread_stats()
908 snprintf(nm, sizeof(nm), "IXFR"); in print_ext()
910 snprintf(nm, sizeof(nm), "AXFR"); in print_ext()
912 snprintf(nm, sizeof(nm), "MAILA"); in print_ext()
914 snprintf(nm, sizeof(nm), "MAILB"); in print_ext()
916 snprintf(nm, sizeof(nm), "ANY"); in print_ext()
918 snprintf(nm, sizeof(nm), "TYPE%d", i); in print_ext()
935 snprintf(nm, sizeof(nm), "CLASS%d", i); in print_ext()
952 snprintf(nm, sizeof(nm), "OPCODE%d", i); in print_ext()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi-phy-7nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-7nm.yaml#
7 title: Qualcomm Display DSI 7nm PHY
18 - qcom,dsi-phy-7nm
19 - qcom,dsi-phy-7nm-8150
20 - qcom,sc7280-dsi-phy-7nm
21 - qcom,sm6375-dsi-phy-7nm
22 - qcom,sm8350-dsi-phy-5nm
23 - qcom,sm8450-dsi-phy-5nm
24 - qcom,sm8550-dsi-phy-4nm
25 - qcom,sm8650-dsi-phy-4nm
[all …]
H A Ddsi-phy-14nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-14nm.yaml#
7 title: Qualcomm Display DSI 14nm PHY
18 - qcom,dsi-phy-14nm
19 - qcom,dsi-phy-14nm-2290
20 - qcom,dsi-phy-14nm-660
21 - qcom,dsi-phy-14nm-8953
22 - qcom,sm6125-dsi-phy-14nm
62 compatible = "qcom,dsi-phy-14nm";
H A Ddsi-phy-28nm.yaml4 $id: http://devicetree.org/schemas/display/msm/dsi-phy-28nm.yaml#
7 title: Qualcomm Display DSI 28nm PHY
18 - qcom,dsi-phy-28nm-8226
19 - qcom,dsi-phy-28nm-8960
20 - qcom,dsi-phy-28nm-hpm
21 - qcom,dsi-phy-28nm-hpm-fam-b
22 - qcom,dsi-phy-28nm-lp
57 compatible = "qcom,dsi-phy-28nm-lp";
H A Ddsi.txt86 * "qcom,dsi-phy-28nm-lp"
87 * "qcom,dsi-phy-20nm"
89 * "qcom,dsi-phy-14nm"
91 * "qcom,dsi-phy-10nm"
93 * "qcom,dsi-phy-7nm"
99 For DSI 28nm HPM/LP/8960 PHYs and 20nm PHY:
103 For DSI 14nm, 10nm and 7nm PHYs:
114 For 28nm HPM/LP, 28nm 8960 PHYs:
116 For 20nm PHY:
119 For 14nm PHY:
[all …]
/freebsd/usr.bin/clang/llvm-nm/
H A DMakefile4 PROG_CXX= llvm-nm
6 SRCDIR= llvm/tools/llvm-nm
7 SRCS+= llvm-nm-driver.cpp
8 SRCS+= llvm-nm.cpp
27 LINKS+= ${BINDIR}/llvm-nm ${BINDIR}/nm
28 MLINKS+= llvm-nm.1 nm.1
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h10 #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 Dnames.c177 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) in do_all_cipher_fn() argument
180 if (nm->alias) in do_all_cipher_fn()
181 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_cipher_fn()
183 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg); in do_all_cipher_fn()
220 static void do_all_md_fn(const OBJ_NAME *nm, void *arg) in do_all_md_fn() argument
223 if (nm->alias) in do_all_md_fn()
224 dc->fn(NULL, nm->name, nm->data, dc->arg); in do_all_md_fn()
226 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 Dcipher_aes_cbc_hmac_sha.c27 # 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 Dpfctl_osfp.c284 struct name_entry *nm; in pfctl_flush_my_fingerprints() local
289 free(nm); in pfctl_flush_my_fingerprints()
351 class = nm->nm_num; in pfctl_get_fingerprint()
461 struct name_entry *nm; in pfctl_lookup_fingerprint() local
489 list = &nm->nm_sublist; in pfctl_lookup_fingerprint()
499 nm->nm_name; in pfctl_lookup_fingerprint()
538 struct name_entry *nm; in lookup_name_list() local
541 return (nm); in lookup_name_list()
727 struct name_entry *nm; in print_name_list() local
731 nm->nm_name); in print_name_list()
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dmkimg_test.sh129 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 Dt_pam_conv.c63 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 Dunbound_munin_300 tp=`echo $nm | sed -e s/num.query.type.//`
301 p_config "$nm" "$tp" "ABSOLUTE"
312 tp=`echo $nm | sed -e s/num.query.class.//`
313 p_config "$nm" "$tp" "ABSOLUTE"
324 tp=`echo $nm | sed -e s/num.query.opcode.//`
325 p_config "$nm" "$tp" "ABSOLUTE"
337 p_config "$nm" "$tp" "ABSOLUTE"
479 print_value $nm
484 print_value $nm
489 print_value $nm
[all …]
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c284 uint8_t* nm, *zone; in nsec3_get_nextowner_b32() local
344 uint8_t* nm; in filter_next() local
423 uint8_t* nm; in filter_init() local
453 filter->zone = nm; in filter_init()
742 query_dname_compare(nm+(size_t)nm[0]+1, flt->zone) == 0) { in nsec3_hash_matches_owner()
957 ce->ce = nm; in nsec3_find_closest_encloser()
982 *nm = qname; in next_closer()
1099 uint8_t* nm; in nsec3_ce_wildcard() local
1103 if(!nm) { in nsec3_ce_wildcard()
1107 nm[0] = 1; in nsec3_ce_wildcard()
[all …]
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod-whitelist.c61 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/usr.bin/mkimg/
H A Dformat.h38 #define FORMAT_DEFINE(nm) \ argument
39 static void format_register_##nm(void) __attribute__((constructor)); \
40 static void format_register_##nm(void) { format_register(&nm); }

12345678910>>...14