Symbol: new_tag
crypto/heimdal/lib/asn1/asn1parse.c
1852
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
crypto/heimdal/lib/asn1/asn1parse.c
1906
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
crypto/heimdal/lib/asn1/asn1parse.c
1916
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1925
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1970
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1980
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1989
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1996
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
crypto/heimdal/lib/asn1/asn1parse.c
2006
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString,
crypto/heimdal/lib/asn1/asn1parse.c
2014
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Null,
crypto/heimdal/lib/asn1/asn1parse.c
2034
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2043
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2053
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2062
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2071
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2080
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2107
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
crypto/heimdal/lib/asn1/asn1parse.c
2115
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTCTime,
crypto/heimdal/lib/asn1/asn1parse.c
2268
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralString,
crypto/heimdal/lib/asn1/asn1parse.c
2276
(yyval.type) = new_tag(ASN1_C_UNIV, UT_TeletexString,
crypto/heimdal/lib/asn1/asn1parse.c
2284
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTF8String,
crypto/heimdal/lib/asn1/asn1parse.c
2292
(yyval.type) = new_tag(ASN1_C_UNIV, UT_PrintableString,
crypto/heimdal/lib/asn1/asn1parse.c
2300
(yyval.type) = new_tag(ASN1_C_UNIV, UT_VisibleString,
crypto/heimdal/lib/asn1/asn1parse.c
2308
(yyval.type) = new_tag(ASN1_C_UNIV, UT_IA5String,
crypto/heimdal/lib/asn1/asn1parse.c
2316
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BMPString,
crypto/heimdal/lib/asn1/asn1parse.c
2324
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UniversalString,
crypto/heimdal/lib/asn1/asn1parse.c
268
static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
crypto/heimdal/lib/asn1/asn1parse.y
352
$$ = new_tag(ASN1_C_UNIV, UT_Boolean,
crypto/heimdal/lib/asn1/asn1parse.y
396
$$ = new_tag(ASN1_C_UNIV, UT_Integer,
crypto/heimdal/lib/asn1/asn1parse.y
403
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
409
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
445
$$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
457
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
463
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
469
$$ = new_tag(ASN1_C_UNIV, UT_OID,
crypto/heimdal/lib/asn1/asn1parse.y
477
$$ = new_tag(ASN1_C_UNIV, UT_OctetString,
crypto/heimdal/lib/asn1/asn1parse.y
484
$$ = new_tag(ASN1_C_UNIV, UT_Null,
crypto/heimdal/lib/asn1/asn1parse.y
500
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
506
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
515
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
523
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
529
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
537
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
54
static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
crypto/heimdal/lib/asn1/asn1parse.y
565
$$ = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
crypto/heimdal/lib/asn1/asn1parse.y
570
$$ = new_tag(ASN1_C_UNIV, UT_UTCTime,
crypto/heimdal/lib/asn1/asn1parse.y
704
$$ = new_tag(ASN1_C_UNIV, UT_GeneralString,
crypto/heimdal/lib/asn1/asn1parse.y
709
$$ = new_tag(ASN1_C_UNIV, UT_TeletexString,
crypto/heimdal/lib/asn1/asn1parse.y
714
$$ = new_tag(ASN1_C_UNIV, UT_UTF8String,
crypto/heimdal/lib/asn1/asn1parse.y
719
$$ = new_tag(ASN1_C_UNIV, UT_PrintableString,
crypto/heimdal/lib/asn1/asn1parse.y
724
$$ = new_tag(ASN1_C_UNIV, UT_VisibleString,
crypto/heimdal/lib/asn1/asn1parse.y
729
$$ = new_tag(ASN1_C_UNIV, UT_IA5String,
crypto/heimdal/lib/asn1/asn1parse.y
734
$$ = new_tag(ASN1_C_UNIV, UT_BMPString,
crypto/heimdal/lib/asn1/asn1parse.y
739
$$ = new_tag(ASN1_C_UNIV, UT_UniversalString,
sys/dev/bnxt/bnxt_en/if_bnxt.c
3897
struct bnxt_vlan_tag *new_tag;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3899
new_tag = malloc(sizeof(struct bnxt_vlan_tag), M_DEVBUF, M_NOWAIT);
sys/dev/bnxt/bnxt_en/if_bnxt.c
3900
if (new_tag == NULL)
sys/dev/bnxt/bnxt_en/if_bnxt.c
3902
new_tag->tag = vtag;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3903
new_tag->filter_id = -1;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3904
SLIST_INSERT_HEAD(&softc->vnic_info.vlan_tags, new_tag, next);
sys/dev/ixl/i40e_adminq_cmd.h
1352
__le16 new_tag;
sys/dev/ixl/i40e_common.c
4948
u16 old_tag, u16 new_tag, u16 *tags_used,
sys/dev/ixl/i40e_common.c
4966
cmd->new_tag = CPU_TO_LE16(new_tag);
sys/dev/ixl/i40e_prototype.h
349
u16 old_tag, u16 new_tag, u16 *tags_used,
sys/netinet/sctp_output.c
5864
new_tag:
sys/netinet/sctp_output.c
5873
goto new_tag;