Searched refs:new_tag (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c5860 new_tag:
5867 goto new_tag;
/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c1556 struct bnxt_vlan_tag *new_tag; local
1558 new_tag = malloc(sizeof(struct bnxt_vlan_tag), M_DEVBUF, M_NOWAIT);
1559 if (new_tag == NULL)
1561 new_tag->tag = vtag;
1562 new_tag->tpid = 8100;
1563 SLIST_INSERT_HEAD(&softc->vnic_info.vlan_tags, new_tag, next);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp76 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed); local
77 CHECK_LT(new_tag, kExternalTagMax);
78 GetTagData(new_tag)->object_type = internal_strdup(object_type);
81 GetTagData(new_tag)->header = internal_strdup(header);
82 return (void *)new_tag;
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_common.c4863 * @new_tag: new tag value
4873 u16 old_tag, u16 new_tag, u16 *tags_used,
4891 cmd->new_tag = CPU_TO_LE16(new_tag);
4872 i40e_aq_update_tag(struct i40e_hw *hw, u16 vsi_seid, u16 old_tag, u16 new_tag, u16 *tags_used, u16 *tags_free, struct i40e_asq_cmd_details *cmd_details) argument
H A Di40e_prototype.h338 u16 old_tag, u16 new_tag, u16 *tags_used,
H A Di40e_adminq_cmd.h1328 __le16 new_tag; member in struct:i40e_aqc_update_tag
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
1855 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
1909 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
1919 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1928 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1973 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
1983 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1992 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1999 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
2009 (yyval.type) = new_tag(ASN1_C_UNI
2776 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) function
[all...]
H A Dasn1parse.y54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype);
352 $$ = new_tag(ASN1_C_UNIV, UT_Boolean,
396 $$ = new_tag(ASN1_C_UNIV, UT_Integer,
403 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
409 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
445 $$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
457 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
463 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
469 $$ = new_tag(ASN1_C_UNIV, UT_OID,
477 $$ = new_tag(ASN1_C_UNI
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_die.c47 dwarf_new_die(Dwarf_P_Debug dbg, Dwarf_Tag new_tag, argument
71 die->die_tag = new_tag;

Completed in 261 milliseconds