Home
last modified time | relevance | path

Searched refs:tag1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/dialog/samples/
H A Dtreeview10 tag1 one off 0 \
H A Dtreeview412 tag1 one off 0 first \
H A Dtreeview218 tag1:one:off:0
/freebsd/crypto/heimdal/lib/asn1/
H A Dder_get.c562 unsigned int tag1; in der_get_tag() local
568 tag1 = *tag * 128 + (*p % 128); in der_get_tag()
570 if (tag1 < *tag) in der_get_tag()
572 *tag = tag1; in der_get_tag()
H A Dtest.asn120 tag1[1] TESTLargeTag,
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c504 int tag1, tag2, portreg; in ksz8995ma_getport() local
513 tag1 = ksz8995ma_readreg(dev, KSZ8995MA_PC3_BASE + in ksz8995ma_getport()
517 p->es_pvid = (tag1 & 0x0f) << 8 | tag2; in ksz8995ma_getport()
/freebsd/sys/dev/proto/
H A Dproto_busdma.c374 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 Ddialog.subr878 # $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 Dfil.c6671 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 Dtest_crypto.c5151 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 Devp_extra_test.c4125 const unsigned char *tag1; member
4200 if (!TEST_mem_eq(t->tag1, taglen, tag, taglen)) { in test_gcm_reinit()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in258 # define-tag: "tag1 tag2 tag3"