Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/samples/
HDtreeview10 tag1 one off 0 \
HDtreeview412 tag1 one off 0 first \
HDtreeview218 tag1:one:off:0
/freebsd-14-stable/crypto/heimdal/lib/asn1/
HDder_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()
HDtest.asn120 tag1[1] TESTLargeTag,
/freebsd-14-stable/sys/dev/etherswitch/micrel/
HDksz8995ma.c484 int tag1, tag2, portreg; in ksz8995ma_getport() local
493 tag1 = ksz8995ma_readreg(dev, KSZ8995MA_PC3_BASE + in ksz8995ma_getport()
497 p->es_pvid = (tag1 & 0x0f) << 8 | tag2; in ksz8995ma_getport()
/freebsd-14-stable/sys/dev/proto/
HDproto_busdma.c375 struct proto_tag *tag, *tag1; in proto_busdma_cleanup() local
380 LIST_FOREACH_SAFE(tag, &busdma->tags, tags, tag1) in proto_busdma_cleanup()
/freebsd-14-stable/usr.sbin/bsdconfig/share/
HDdialog.subr869 # $tag1 $item1 $tag2 $item2 ...
962 # $tag1 $item1 $help1 $tag2 $item2 $help2 ...
1067 # $tag1 $item1 $status1 $tag2 $item2 $status2 ...
1163 # $tag1 $item1 $status1 $tag2 $item2 $status2 ...
1187 # $tag1 $item1 $status1 $help1 \
1303 # $tag1 $item1 $status1 $help1 \
1979 # f_dialog_menutag2item $tag_chosen $tag1 $item1 $tag2 $item2 ...
2012 # f_dialog_menutag2item_with_help $tag_chosen $tag1 $item1 $help1 \
2046 # f_dialog_menutag2index $tag_chosen $tag1 $item1 $tag2 $item2 ...
2080 # f_dialog_menutag2index_with_help $tag_chosen $tag1 $item1 $help1 \
[all …]
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDfil.c6675 ipf_matchtag(ipftag_t *tag1, ipftag_t *tag2) argument
6677 if (tag1 == tag2)
6680 if ((tag1->ipt_num[0] == 0) && (tag2->ipt_num[0] == 0))
6683 if ((tag1->ipt_num[0] == tag2->ipt_num[0]) &&
6684 (tag1->ipt_num[1] == tag2->ipt_num[1]) &&
6685 (tag1->ipt_num[2] == tag2->ipt_num[2]) &&
6686 (tag1->ipt_num[3] == tag2->ipt_num[3]))
/freebsd-14-stable/contrib/bearssl/test/
HDtest_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-14-stable/crypto/openssl/test/
HDevp_extra_test.c4170 const unsigned char *tag1; member
4245 if (!TEST_mem_eq(t->tag1, taglen, tag, taglen)) { in test_gcm_reinit()
/freebsd-14-stable/contrib/unbound/doc/
HDexample.conf.in267 # define-tag: "tag1 tag2 tag3"