Searched refs:tag1 (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/dialog/samples/ |
H A D | treeview | 10 tag1 one off 0 \
|
H A D | treeview4 | 12 tag1 one off 0 first \
|
H A D | treeview2 | 18 tag1:one:off:0
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der_get.c | 562 unsigned int tag1; in der_match_tag2() 568 tag1 = *tag * 128 + (*p % 128); in der_match_tag2() 570 if (tag1 < *tag) in der_match_tag2() 572 *tag = tag1; in der_match_tag2() 523 unsigned int tag1; der_get_tag() local
|
H A D | test.asn1 | 20 tag1[1] TESTLargeTag,
|
/freebsd/sys/dev/etherswitch/micrel/ |
H A D | ksz8995ma.c | 483 int tag1, tag2, portreg; in ksz8995ma_getport() local 492 tag1 = ksz8995ma_readreg(dev, KSZ8995MA_PC3_BASE + in ksz8995ma_getport() 496 p->es_pvid = (tag1 & 0x0f) << 8 | tag2; in ksz8995ma_getport()
|
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.c | 374 struct proto_tag *tag, *tag1; in proto_busdma_cleanup() local 379 LIST_FOREACH_SAFE(tag, &busdma->tags, tags, tag1) in proto_busdma_cleanup()
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 878 # $tag1 $item1 $tag2 $item2 ... 971 # $tag1 $item1 $help1 $tag2 $item2 $help2 ... 1076 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1172 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1196 # $tag1 $item1 $status1 $help1 \ 1312 # $tag1 $item1 $status1 $help1 \ 1988 # f_dialog_menutag2item $tag_chosen $tag1 $item1 $tag2 $item2 ... 2021 # f_dialog_menutag2item_with_help $tag_chosen $tag1 $item1 $help1 \ 2055 # f_dialog_menutag2index $tag_chosen $tag1 $item1 $tag2 $item2 ... 2089 # f_dialog_menutag2index_with_help $tag_chosen $tag1 $item1 $help1 \ [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | fil.c | 6671 ipf_matchtag(ipftag_t *tag1, ipftag_t *tag2) argument 6673 if (tag1 == tag2) 6676 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0)) 6679 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) && 6680 (tag1->ipt_num[1] == tag2->ipt_num[1]) && 6681 (tag1->ipt_num[2] == tag2->ipt_num[2]) && 6682 (tag1->ipt_num[3] == tag2->ipt_num[3]))
|
/freebsd/contrib/bearssl/test/ |
H A D | test_crypto.c | 5151 unsigned char key[32], iv[12], tag1[16], tag2[16]; in test_Poly1305_inner() local 5159 ipoly(key, iv, tmp, u, aad, u, tag1, in test_Poly1305_inner() 5168 if (memcmp(tag1, tag2, sizeof tag1) != 0) { in test_Poly1305_inner()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 4170 const unsigned char *tag1; member 4245 if (!TEST_mem_eq(t->tag1, taglen, tag, taglen)) { in test_gcm_reinit()
|
/freebsd/contrib/unbound/doc/ |
H A D | example.conf.in | 267 # define-tag: "tag1 tag2 tag3"
|