Searched refs:tagvalue (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.y | 54 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 650 $$.tagvalue = $3; 953 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() argument 963 t->tag.tagvalue = tagvalue; in new_tag()
|
| H A D | symbol.h | 107 int tagvalue; member
|
| H A D | gen_decode.c | 141 *tag = t->tag.tagvalue; in find_tag() 367 valuename(m->type->tag.tagclass, m->type->tag.tagvalue)); in decode_type() 493 valuename(t->tag.tagclass, t->tag.tagvalue), in decode_type()
|
| H A D | asn1parse.c | 268 static Type *new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype); 2202 (yyval.tag).tagvalue = (yyvsp[(3) - (4)].constant); 2779 new_tag(int tagclass, int tagvalue, int tagenv, Type *oldtype) in new_tag() 2789 t->tag.tagvalue = tagvalue; in new_tag() 2776 new_tag(int tagclass,int tagvalue,int tagenv,Type * oldtype) new_tag() argument
|
| H A D | gen_length.c | 255 (unsigned long)length_tag(t->tag.tagvalue)); in length_type()
|
| H A D | gen_encode.c | 400 valuename(t->tag.tagclass, t->tag.tagvalue)); in encode_type()
|
| H A D | gen_template.c | 641 valuename(t->tag.tagclass, t->tag.tagvalue), in template_members()
|
| H A D | gen.c | 642 t->tag.tagvalue); in define_asn1()
|
| /freebsd/libexec/bootpd/ |
| H A D | readfile.c | 1227 process_generic(char **src, struct shared_bindata **dest, u_int tagvalue) in process_generic() argument 1235 *str++ = (tagvalue & 0xFF); /* Store tag value */ in process_generic()
|
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | t4_msg.h | 3469 __be64 tagvalue; member
|