Symbol: tag
bin/setfacl/mask.c
43
acl_tag_t tag;
bin/setfacl/mask.c
84
if (acl_get_tag_type(entry, &tag) == -1)
bin/setfacl/mask.c
88
if (tag == ACL_MASK) {
bin/setfacl/merge.c
120
if (acl_get_tag_type(entry, &tag) == -1)
bin/setfacl/merge.c
123
if (tag == ACL_MASK)
bin/setfacl/merge.c
131
if (acl_get_tag_type(entry, &tag) == -1)
bin/setfacl/merge.c
137
if (tag != tag_new)
bin/setfacl/merge.c
155
switch(tag) {
bin/setfacl/merge.c
193
errx(1, "%s: invalid tag type: %i", filename, tag);
bin/setfacl/merge.c
92
acl_tag_t tag, tag_new;
bin/setfacl/remove.c
107
tag = ACL_UNDEFINED_TAG;
bin/setfacl/remove.c
121
if (acl_get_tag_type(entry, &tag) == -1)
bin/setfacl/remove.c
123
if (tag == ACL_MASK)
bin/setfacl/remove.c
45
acl_tag_t tag;
bin/setfacl/remove.c
66
tag = ACL_UNDEFINED_TAG;
bin/setfacl/remove.c
72
if (acl_get_tag_type(entry, &tag) == -1)
bin/setfacl/remove.c
74
if (tag == ACL_MASK)
bin/setfacl/remove.c
97
acl_tag_t tag;
bin/sh/mknodes.c
123
char tag[BUFLEN];
bin/sh/mknodes.c
129
if (! nextfield(tag))
bin/sh/mknodes.c
135
if (strcmp(sp->tag, tag) == 0)
bin/sh/mknodes.c
139
sp->tag = savestr(tag);
bin/sh/mknodes.c
224
fprintf(hfile, "struct %s {\n", sp->tag);
bin/sh/mknodes.c
233
fprintf(hfile, " struct %s %s;\n", sp->tag, sp->tag);
bin/sh/mknodes.c
278
fprintf(cfile, " ALIGN(sizeof (struct %s)),\n", nodestr[i]->tag);
bin/sh/mknodes.c
315
sp->tag, fp->name);
bin/sh/mknodes.c
319
sp->tag, fp->name, sp->tag, fp->name);
bin/sh/mknodes.c
326
sp->tag, fp->name);
bin/sh/mknodes.c
330
sp->tag, fp->name, sp->tag, fp->name);
bin/sh/mknodes.c
337
sp->tag, fp->name);
bin/sh/mknodes.c
341
sp->tag, fp->name, sp->tag, fp->name);
bin/sh/mknodes.c
349
sp->tag, fp->name, sp->tag, fp->name);
bin/sh/mknodes.c
67
char *tag; /* structure tag */
crypto/heimdal/appl/telnet/telnetd/ext.h
151
void printdata (char *tag, char *ptr, size_t cnt);
crypto/heimdal/appl/telnet/telnetd/utility.c
1140
printdata(char *tag, char *ptr, size_t cnt)
crypto/heimdal/appl/telnet/telnetd/utility.c
1152
output_data("%s: ", tag);
crypto/heimdal/kdc/kdc-replay.c
125
uint32_t t, clty, tag;
crypto/heimdal/kdc/kdc-replay.c
147
ret = krb5_ret_uint32(sp, &tag);
crypto/heimdal/kdc/kdc-replay.c
192
if (tag != tag2)
crypto/heimdal/kdc/kdc-replay.c
199
if (tag != 0xffffffff)
crypto/heimdal/kdc/process.c
301
unsigned int tag;
crypto/heimdal/kdc/process.c
303
&cl, &ty, &tag, NULL);
crypto/heimdal/kdc/process.c
309
krb5_store_uint32(sp, tag);
crypto/heimdal/lib/asn1/asn1_gen.c
102
ta = der_get_tag_num(tag);
crypto/heimdal/lib/asn1/asn1_gen.c
104
ta = atoi(tag);
crypto/heimdal/lib/asn1/asn1_gen.c
73
char *ptr, *class, *type, *tag, *length, *data, *foo;
crypto/heimdal/lib/asn1/asn1_gen.c
92
tag = strtok_r(NULL, " \t\n", &foo);
crypto/heimdal/lib/asn1/asn1_gen.c
93
if (tag == NULL) errx(1, "tag missing on line %lu", line);
crypto/heimdal/lib/asn1/asn1_print.c
116
printf ("%lu bytes [%u]", (unsigned long)length, tag);
crypto/heimdal/lib/asn1/asn1_print.c
124
switch (tag) {
crypto/heimdal/lib/asn1/asn1_print.c
179
unsigned int tag;
crypto/heimdal/lib/asn1/asn1_print.c
182
&class, &type, &tag, &sz);
crypto/heimdal/lib/asn1/asn1_print.c
184
type != CONS || tag != UT_Sequence)
crypto/heimdal/lib/asn1/asn1_print.c
59
unsigned int tag;
crypto/heimdal/lib/asn1/asn1_print.c
66
ret = der_get_tag (buf, len, &class, &type, &tag, &sz);
crypto/heimdal/lib/asn1/asn1_print.c
80
tagname = der_get_tag_name(tag);
crypto/heimdal/lib/asn1/asn1_print.c
84
printf ("tag %d = ", tag);
crypto/heimdal/lib/asn1/asn1_print.c
94
if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
crypto/heimdal/lib/asn1/asn1_print.c
96
(class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
crypto/heimdal/lib/asn1/asn1_print.c
97
(class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
crypto/heimdal/lib/asn1/asn1parse.c
2185
(yyval.type)->tag = (yyvsp[(1) - (3)].tag);
crypto/heimdal/lib/asn1/asn1parse.c
2186
(yyval.type)->tag.tagenv = (yyvsp[(2) - (3)].constant);
crypto/heimdal/lib/asn1/asn1parse.c
2198
(yyval.tag).tagclass = (yyvsp[(2) - (4)].constant);
crypto/heimdal/lib/asn1/asn1parse.c
2199
(yyval.tag).tagvalue = (yyvsp[(3) - (4)].constant);
crypto/heimdal/lib/asn1/asn1parse.c
2200
(yyval.tag).tagenv = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.c
2779
if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.c
2785
t->tag.tagclass = tagclass;
crypto/heimdal/lib/asn1/asn1parse.c
2786
t->tag.tagvalue = tagvalue;
crypto/heimdal/lib/asn1/asn1parse.c
2787
t->tag.tagenv = tagenv;
crypto/heimdal/lib/asn1/asn1parse.c
316
struct tagtype tag;
crypto/heimdal/lib/asn1/asn1parse.h
236
struct tagtype tag;
crypto/heimdal/lib/asn1/asn1parse.y
211
%type <tag> Tag
crypto/heimdal/lib/asn1/asn1parse.y
637
$$->tag = $1;
crypto/heimdal/lib/asn1/asn1parse.y
638
$$->tag.tagenv = $2;
crypto/heimdal/lib/asn1/asn1parse.y
81
struct tagtype tag;
crypto/heimdal/lib/asn1/asn1parse.y
956
if(oldtype->type == TTag && oldtype->tag.tagenv == TE_IMPLICIT) {
crypto/heimdal/lib/asn1/asn1parse.y
962
t->tag.tagclass = tagclass;
crypto/heimdal/lib/asn1/asn1parse.y
963
t->tag.tagvalue = tagvalue;
crypto/heimdal/lib/asn1/asn1parse.y
964
t->tag.tagenv = tagenv;
crypto/heimdal/lib/asn1/check-der.c
1061
unsigned int tag;
crypto/heimdal/lib/asn1/check-der.c
1066
tests[i].len, &cl, &ty, &tag, &size);
crypto/heimdal/lib/asn1/der_get.c
317
unsigned int tag, depth = 0;
crypto/heimdal/lib/asn1/der_get.c
324
e = der_get_tag (p, len, &class, &type, &tag, &l);
crypto/heimdal/lib/asn1/der_get.c
330
if (type == PRIM && tag == UT_EndOfContent) {
crypto/heimdal/lib/asn1/der_get.c
335
if (tag != UT_OctetString) {
crypto/heimdal/lib/asn1/der_get.c
551
unsigned int *tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
558
*tag = (*p) & 0x1f;
crypto/heimdal/lib/asn1/der_get.c
560
if(*tag == 0x1f) {
crypto/heimdal/lib/asn1/der_get.c
563
*tag = 0;
crypto/heimdal/lib/asn1/der_get.c
568
tag1 = *tag * 128 + (*p % 128);
crypto/heimdal/lib/asn1/der_get.c
570
if (tag1 < *tag)
crypto/heimdal/lib/asn1/der_get.c
572
*tag = tag1;
crypto/heimdal/lib/asn1/der_get.c
583
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
588
e = der_match_tag2(p, len, class, &thistype, tag, size);
crypto/heimdal/lib/asn1/der_get.c
597
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_get.c
608
if(tag > thistag)
crypto/heimdal/lib/asn1/der_get.c
610
if(tag < thistag)
crypto/heimdal/lib/asn1/der_get.c
618
Der_class class, Der_type *type, unsigned int tag,
crypto/heimdal/lib/asn1/der_get.c
624
e = der_match_tag2 (p, len, class, type, tag, &l);
crypto/heimdal/lib/asn1/der_length.c
163
der_length_tag(unsigned int tag)
crypto/heimdal/lib/asn1/der_length.c
167
if(tag <= 30)
crypto/heimdal/lib/asn1/der_length.c
169
while(tag) {
crypto/heimdal/lib/asn1/der_length.c
170
tag /= 128;
crypto/heimdal/lib/asn1/der_put.c
445
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
447
if (tag <= 30) {
crypto/heimdal/lib/asn1/der_put.c
450
*p = MAKE_TAG(class, type, tag);
crypto/heimdal/lib/asn1/der_put.c
459
*p-- = tag % 128 | continuation;
crypto/heimdal/lib/asn1/der_put.c
462
tag /= 128;
crypto/heimdal/lib/asn1/der_put.c
464
} while(tag > 0);
crypto/heimdal/lib/asn1/der_put.c
477
unsigned int tag, size_t *size)
crypto/heimdal/lib/asn1/der_put.c
489
e = der_put_tag (p, len, class, type, tag, &l);
crypto/heimdal/lib/asn1/gen.c
639
if(t->tag.tagclass != ASN1_C_UNIV)
crypto/heimdal/lib/asn1/gen.c
641
classnames[t->tag.tagclass],
crypto/heimdal/lib/asn1/gen.c
642
t->tag.tagvalue);
crypto/heimdal/lib/asn1/gen.c
643
if(t->tag.tagenv == TE_IMPLICIT)
crypto/heimdal/lib/asn1/gen_decode.c
104
*tag = UT_Integer;
crypto/heimdal/lib/asn1/gen_decode.c
109
*tag = UT_Null;
crypto/heimdal/lib/asn1/gen_decode.c
114
*tag = UT_OID;
crypto/heimdal/lib/asn1/gen_decode.c
119
*tag = UT_OctetString;
crypto/heimdal/lib/asn1/gen_decode.c
124
*tag = UT_PrintableString;
crypto/heimdal/lib/asn1/gen_decode.c
130
*tag = UT_Sequence;
crypto/heimdal/lib/asn1/gen_decode.c
136
*tag = UT_Set;
crypto/heimdal/lib/asn1/gen_decode.c
139
*cl = t->tag.tagclass;
crypto/heimdal/lib/asn1/gen_decode.c
141
*tag = t->tag.tagvalue;
crypto/heimdal/lib/asn1/gen_decode.c
152
find_tag(t->symbol->type, cl, ty, tag);
crypto/heimdal/lib/asn1/gen_decode.c
157
*tag = UT_UTCTime;
crypto/heimdal/lib/asn1/gen_decode.c
162
*tag = UT_UTF8String;
crypto/heimdal/lib/asn1/gen_decode.c
167
*tag = UT_BMPString;
crypto/heimdal/lib/asn1/gen_decode.c
172
*tag = UT_UniversalString;
crypto/heimdal/lib/asn1/gen_decode.c
177
*tag = UT_VisibleString;
crypto/heimdal/lib/asn1/gen_decode.c
365
classname(m->type->tag.tagclass),
crypto/heimdal/lib/asn1/gen_decode.c
367
valuename(m->type->tag.tagclass, m->type->tag.tagvalue));
crypto/heimdal/lib/asn1/gen_decode.c
491
classname(t->tag.tagclass),
crypto/heimdal/lib/asn1/gen_decode.c
493
valuename(t->tag.tagclass, t->tag.tagvalue),
crypto/heimdal/lib/asn1/gen_decode.c
574
unsigned tag;
crypto/heimdal/lib/asn1/gen_decode.c
581
find_tag(tt, &cl, &ty, &tag);
crypto/heimdal/lib/asn1/gen_decode.c
588
valuename(cl, tag));
crypto/heimdal/lib/asn1/gen_decode.c
61
Der_class *cl, Der_type *ty, unsigned *tag)
crypto/heimdal/lib/asn1/gen_decode.c
67
*tag = UT_BitString;
crypto/heimdal/lib/asn1/gen_decode.c
72
*tag = UT_Boolean;
crypto/heimdal/lib/asn1/gen_decode.c
79
*tag = UT_Enumerated;
crypto/heimdal/lib/asn1/gen_decode.c
84
*tag = UT_GeneralString;
crypto/heimdal/lib/asn1/gen_decode.c
89
*tag = UT_TeletexString;
crypto/heimdal/lib/asn1/gen_decode.c
94
*tag = UT_GeneralizedTime;
crypto/heimdal/lib/asn1/gen_decode.c
99
*tag = UT_IA5String;
crypto/heimdal/lib/asn1/gen_encode.c
398
classname(t->tag.tagclass),
crypto/heimdal/lib/asn1/gen_encode.c
400
valuename(t->tag.tagclass, t->tag.tagvalue));
crypto/heimdal/lib/asn1/gen_length.c
255
(unsigned long)length_tag(t->tag.tagvalue));
crypto/heimdal/lib/asn1/gen_length.c
48
length_tag(unsigned int tag)
crypto/heimdal/lib/asn1/gen_length.c
52
if(tag <= 30)
crypto/heimdal/lib/asn1/gen_length.c
54
while(tag) {
crypto/heimdal/lib/asn1/gen_length.c
55
tag /= 128;
crypto/heimdal/lib/asn1/gen_template.c
639
classname(t->tag.tagclass),
crypto/heimdal/lib/asn1/gen_template.c
641
valuename(t->tag.tagclass, t->tag.tagvalue),
crypto/heimdal/lib/asn1/symbol.h
129
struct tagtype tag;
crypto/heimdal/lib/hdb/hdb.c
211
krb5_data tag;
crypto/heimdal/lib/hdb/hdb.c
221
tag.data = (void *)(intptr_t)HDB_DB_FORMAT_ENTRY;
crypto/heimdal/lib/hdb/hdb.c
222
tag.length = strlen(tag.data);
crypto/heimdal/lib/hdb/hdb.c
223
ret = (*db->hdb__get)(context, db, tag, &version);
crypto/heimdal/lib/hdb/hdb.c
242
krb5_data tag;
crypto/heimdal/lib/hdb/hdb.c
254
tag.data = (void *)(intptr_t)HDB_DB_FORMAT_ENTRY;
crypto/heimdal/lib/hdb/hdb.c
255
tag.length = strlen(tag.data);
crypto/heimdal/lib/hdb/hdb.c
259
ret = (*db->hdb__put)(context, db, 0, tag, version);
crypto/heimdal/lib/hx509/ks_keychain.c
496
attrInfo.tag = item;
crypto/heimdal/lib/hx509/ks_keychain.c
517
attrKeyid.tag = kSecKeyLabel;
crypto/heimdal/lib/hx509/ks_keychain.c
61
attrInfo.tag = &item;
crypto/heimdal/lib/krb5/fcache.c
545
int8_t pvno, tag;
crypto/heimdal/lib/krb5/fcache.c
583
ret = krb5_ret_int8(sp, &tag); /* should not be host byte order */
crypto/heimdal/lib/krb5/fcache.c
590
FCACHE(id)->version = tag;
crypto/heimdal/lib/krb5/fcache.c
592
switch (tag) {
crypto/heimdal/lib/krb5/fcache.c
672
(int)tag, FILENAME(id));
crypto/heimdal/lib/krb5/keytab_file.c
378
int8_t pvno, tag;
crypto/heimdal/lib/krb5/keytab_file.c
420
ret = krb5_ret_int8(c->sp, &tag);
crypto/heimdal/lib/krb5/keytab_file.c
428
id->version = tag;
crypto/heimdal/lib/krb5/keytab_file.c
577
int8_t pvno, tag;
crypto/heimdal/lib/krb5/keytab_file.c
608
ret = krb5_ret_int8 (sp, &tag);
crypto/heimdal/lib/krb5/keytab_file.c
616
id->version = tag;
crypto/heimdal/lib/roken/resolve.c
338
rr->u.cert->tag = (p[2] << 8) | p[3];
crypto/heimdal/lib/roken/resolve.h
162
unsigned tag;
crypto/krb5/src/include/k5-int.h
1334
#define krb5int_is_app_tag(dat,tag) \
crypto/krb5/src/include/k5-int.h
1336
((((dat)->data[0] & ~0x20) == ((tag) | 0x40))))
crypto/krb5/src/kdc/kdc_util.c
1000
lastlevel = tag;
crypto/krb5/src/kdc/kdc_util.c
1003
if (tag == (int)field) {
crypto/krb5/src/kdc/kdc_util.c
1020
} else if (tag <= classes) {
crypto/krb5/src/kdc/kdc_util.c
1024
classes = tag;
crypto/krb5/src/kdc/kdc_util.c
976
int tag; /* tag number */
crypto/krb5/src/kdc/kdc_util.c
996
if ((tag = (int)asn1_id_tag(*astream)) <= lastlevel) {
crypto/krb5/src/kprop/kproplog.c
105
print_str(const char *tag, utf8str_t *str)
crypto/krb5/src/kprop/kproplog.c
115
printf("\t\t\t%s(%d): %s\n", tag, str->utf8str_t_len, s);
crypto/krb5/src/kprop/kproplog.c
121
print_data(const char *tag, kdbe_data_t *data)
crypto/krb5/src/kprop/kproplog.c
124
print_str(tag, &data->k_data);
crypto/krb5/src/kprop/kproplog.c
90
print_hex(const char *tag, utf8str_t *str)
crypto/krb5/src/kprop/kproplog.c
99
printf("\t\t\t%s(%d): 0x%s\n", tag, len, hex);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1100
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1102
if (!tag->implicit && t->construction != tag->construction)
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1104
return (t->asn1class == tag->tagtype && t->tagnum == tag->tagval);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1185
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1190
if (!tag->implicit) {
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1197
if (!check_atype_tag(tag->basetype, tp))
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1200
return decode_atype(tp, asn1, len, tag->basetype, val);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1385
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
1386
return omit_atype(tag->basetype, val);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
711
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
713
ret = encode_atype(buf, val, tag->basetype, tag_out);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
716
if (!tag->implicit) {
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
720
tag_out->construction = tag->construction;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
722
tag_out->asn1class = tag->tagtype;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
723
tag_out->tagnum = tag->tagval;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
926
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
927
free_atype(tag->basetype, val);
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
973
const struct tagged_info *tag = a->tinfo;
crypto/krb5/src/lib/krb5/asn.1/asn1_encode.c
974
free_atype_ptr(tag->basetype, val);
crypto/krb5/src/lib/krb5/ccache/cc_file.c
388
uint16_t fields_len, tag, flen;
crypto/krb5/src/lib/krb5/ccache/cc_file.c
411
if (fields_len < 4 || read16(context, fp, version, &tag) ||
crypto/krb5/src/lib/krb5/ccache/cc_file.c
415
switch (tag) {
crypto/krb5/src/lib/krb5/krb/privsafe.c
113
krb5_data tag;
crypto/krb5/src/lib/krb5/krb/privsafe.c
127
ret = k5_rc_tag_from_ciphertext(context, enc, &tag);
crypto/krb5/src/lib/krb5/krb/privsafe.c
131
tag = make_data(cksum->contents, cksum->length);
crypto/krb5/src/lib/krb5/krb/privsafe.c
140
return k5_memrcache_store(context, authcon->memrcache, &tag);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
260
krb5_int32 tag;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
311
tag = 0;
crypto/krb5/src/lib/krb5/krb/ser_actx.c
313
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
316
if (!kret && (tag == TOKEN_RADDR)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
319
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
323
if (!kret && (tag == TOKEN_RPORT)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
326
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
330
if (!kret && (tag == TOKEN_LADDR)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
333
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
337
if (!kret && (tag == TOKEN_LPORT)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
340
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
344
if (!kret && (tag == TOKEN_KEYBLOCK)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
346
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
350
if (!kret && (tag == TOKEN_LSKBLOCK)) {
crypto/krb5/src/lib/krb5/krb/ser_actx.c
353
kret = krb5_ser_unpack_int32(&tag, &bp, &remain);
crypto/krb5/src/lib/krb5/krb/ser_actx.c
358
if (tag == TOKEN_RSKBLOCK) {
crypto/krb5/src/lib/krb5/rcache/memrcache.c
126
const krb5_data *tag)
crypto/krb5/src/lib/krb5/rcache/memrcache.c
137
e = k5_hashtab_get(mrc->hash_table, tag->data, tag->length);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
149
return insert_entry(context, mrc, tag, now);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
41
krb5_data tag;
crypto/krb5/src/lib/krb5/rcache/memrcache.c
53
insert_entry(krb5_context context, k5_memrcache mrc, const krb5_data *tag,
crypto/krb5/src/lib/krb5/rcache/memrcache.c
64
ret = krb5int_copy_data_contents(context, tag, &entry->tag);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
68
ret = k5_hashtab_add(mrc->hash_table, entry->tag.data, entry->tag.length,
crypto/krb5/src/lib/krb5/rcache/memrcache.c
78
krb5_free_data_contents(context, &entry->tag);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
89
k5_hashtab_remove(mrc->hash_table, entry->tag.data, entry->tag.length);
crypto/krb5/src/lib/krb5/rcache/memrcache.c
91
krb5_free_data_contents(context, &entry->tag);
crypto/krb5/src/lib/krb5/rcache/memrcache.h
42
const krb5_data *tag);
crypto/krb5/src/lib/krb5/rcache/rc-int.h
38
krb5_error_code (*store)(krb5_context, void *rcdata, const krb5_data *tag);
crypto/krb5/src/lib/krb5/rcache/rc_base.c
132
krb5_data tag;
crypto/krb5/src/lib/krb5/rcache/rc_base.c
134
ret = k5_rc_tag_from_ciphertext(context, authenticator, &tag);
crypto/krb5/src/lib/krb5/rcache/rc_base.c
137
return rc->ops->store(context, rc->data, &tag);
crypto/krb5/src/lib/krb5/rcache/rc_dfl.c
144
dfl_store(krb5_context context, void *rcdata, const krb5_data *tag)
crypto/krb5/src/lib/krb5/rcache/rc_dfl.c
153
ret = k5_rcfile2_store(context, fd, tag);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
105
write_record(int fd, off_t offset, const uint8_t tag[TAG_LEN],
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
111
memcpy(record, tag, TAG_LEN);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
137
store(krb5_context context, int fd, const uint8_t tag[TAG_LEN], uint32_t now,
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
169
ind = k5_siphash24(tag, TAG_LEN, seed) % nrecords;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
177
if ((nread >= 1 && r1stamp && memcmp(r1tag, tag, TAG_LEN) == 0) ||
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
178
(nread == 2 && r2stamp && memcmp(r2tag, tag, TAG_LEN) == 0))
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
193
return write_record(fd, avail_offset, tag, now);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
205
uint8_t tagbuf[TAG_LEN], *tag;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
213
tag = (uint8_t *)tag_data->data;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
217
tag = tagbuf;
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
223
ret = store(context, fd, tag, now, context->clockskew);
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
242
file2_store(krb5_context context, void *rcdata, const krb5_data *tag)
crypto/krb5/src/lib/krb5/rcache/rc_file2.c
255
ret = k5_rcfile2_store(context, fd, tag);
crypto/krb5/src/lib/krb5/rcache/rc_none.c
48
none_store(krb5_context ctx, void *rcdata, const krb5_data *tag)
crypto/krb5/src/lib/krb5/rcache/t_memrcache.c
42
uint8_t tag[4];
crypto/krb5/src/lib/krb5/rcache/t_memrcache.c
43
krb5_data tag_data = make_data(tag, 4);
crypto/krb5/src/lib/krb5/rcache/t_memrcache.c
54
store_32_be(i, tag);
crypto/krb5/src/lib/krb5/rcache/t_memrcache.c
59
store_32_be(i, tag);
crypto/krb5/src/lib/krb5/rcache/t_memrcache.c
72
store_32_be(i, tag);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
104
uint8_t tag[TAG_LEN] = { 0 };
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
107
store_32_be(id, tag);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
109
store_32_be(i, tag + 4);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
110
ret = test_store(filename, tag, 1000, 100);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
154
uint8_t tag[TAG_LEN] = { 0 };
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
158
store_32_be(i, tag);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
163
_exit(test_store(filename, tag, 1000, 100) != 0);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
58
test_store(const char *filename, uint8_t *tag, krb5_timestamp timestamp,
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
61
krb5_data tag_data = make_data(tag, TAG_LEN);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
75
uint8_t tag[TAG_LEN] = { 0 }, seed[K5_HASH_SEED_LEN] = { 0 }, data[4];
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
85
store_64_be(hashval, tag);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
87
ret = test_store(filename, tag, timestamp, clockskew);
crypto/krb5/src/util/profile/prof_parse.c
148
tag = cp;
crypto/krb5/src/util/profile/prof_parse.c
152
if (cp == tag)
crypto/krb5/src/util/profile/prof_parse.c
155
p = tag;
crypto/krb5/src/util/profile/prof_parse.c
185
p = strchr(tag, '*');
crypto/krb5/src/util/profile/prof_parse.c
190
retval = profile_add_node(state->current_section, tag, NULL, 0,
crypto/krb5/src/util/profile/prof_parse.c
203
p = strchr(tag, '*');
crypto/krb5/src/util/profile/prof_parse.c
207
profile_add_node(state->current_section, tag, value, 1, &node);
crypto/krb5/src/util/profile/prof_parse.c
77
char *cp, ch, *tag, *value;
crypto/libecc/src/sig/bip0340.c
45
ATTRIBUTE_WARN_UNUSED_RET static int _bip0340_hash(const u8 *tag, u32 tag_len,
crypto/libecc/src/sig/bip0340.c
57
ret = hm->hfunc_update(h_ctx, tag, tag_len); EG(ret, err);
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.c
772
ret = are_equal(hmac_res, t->tag, t->taglen, &check); OPENMP_EG(ret, err);
crypto/libecc/src/wycheproof_tests/libecc_wycheproof.h
145
const unsigned char *tag;
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692033
.tag = hmac_sha224_0_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692057
.tag = hmac_sha224_1_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692081
.tag = hmac_sha224_2_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692105
.tag = hmac_sha224_3_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692129
.tag = hmac_sha224_4_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692153
.tag = hmac_sha224_5_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692177
.tag = hmac_sha224_6_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692201
.tag = hmac_sha224_7_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692225
.tag = hmac_sha224_8_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692249
.tag = hmac_sha224_9_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692273
.tag = hmac_sha224_10_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692297
.tag = hmac_sha224_11_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692321
.tag = hmac_sha224_12_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692345
.tag = hmac_sha224_13_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692369
.tag = hmac_sha224_14_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692393
.tag = hmac_sha224_15_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692417
.tag = hmac_sha224_16_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692441
.tag = hmac_sha224_17_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692465
.tag = hmac_sha224_18_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692489
.tag = hmac_sha224_19_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692513
.tag = hmac_sha224_20_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692537
.tag = hmac_sha224_21_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692561
.tag = hmac_sha224_22_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692585
.tag = hmac_sha224_23_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692609
.tag = hmac_sha224_24_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692633
.tag = hmac_sha224_25_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692657
.tag = hmac_sha224_26_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692678
.tag = hmac_sha224_27_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692702
.tag = hmac_sha224_28_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692723
.tag = hmac_sha224_29_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692747
.tag = hmac_sha224_30_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692768
.tag = hmac_sha224_31_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692792
.tag = hmac_sha224_32_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692813
.tag = hmac_sha224_33_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692837
.tag = hmac_sha224_34_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692858
.tag = hmac_sha224_35_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692882
.tag = hmac_sha224_36_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692903
.tag = hmac_sha224_37_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692927
.tag = hmac_sha224_38_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692948
.tag = hmac_sha224_39_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692972
.tag = hmac_sha224_40_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
692993
.tag = hmac_sha224_41_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693017
.tag = hmac_sha224_42_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693038
.tag = hmac_sha224_43_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693062
.tag = hmac_sha224_44_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693083
.tag = hmac_sha224_45_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693107
.tag = hmac_sha224_46_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693128
.tag = hmac_sha224_47_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693152
.tag = hmac_sha224_48_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693173
.tag = hmac_sha224_49_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693197
.tag = hmac_sha224_50_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693218
.tag = hmac_sha224_51_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693242
.tag = hmac_sha224_52_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693263
.tag = hmac_sha224_53_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693287
.tag = hmac_sha224_54_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693308
.tag = hmac_sha224_55_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693332
.tag = hmac_sha224_56_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693353
.tag = hmac_sha224_57_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693377
.tag = hmac_sha224_58_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693398
.tag = hmac_sha224_59_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693422
.tag = hmac_sha224_60_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693443
.tag = hmac_sha224_61_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693467
.tag = hmac_sha224_62_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693488
.tag = hmac_sha224_63_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693512
.tag = hmac_sha224_64_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693533
.tag = hmac_sha224_65_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693557
.tag = hmac_sha224_66_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693578
.tag = hmac_sha224_67_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693602
.tag = hmac_sha224_68_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693623
.tag = hmac_sha224_69_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693647
.tag = hmac_sha224_70_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693668
.tag = hmac_sha224_71_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693692
.tag = hmac_sha224_72_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693713
.tag = hmac_sha224_73_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693737
.tag = hmac_sha224_74_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693758
.tag = hmac_sha224_75_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693782
.tag = hmac_sha224_76_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693803
.tag = hmac_sha224_77_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693827
.tag = hmac_sha224_78_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693848
.tag = hmac_sha224_79_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693872
.tag = hmac_sha224_80_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693893
.tag = hmac_sha224_81_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693917
.tag = hmac_sha224_82_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693941
.tag = hmac_sha224_83_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693965
.tag = hmac_sha224_84_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
693989
.tag = hmac_sha224_85_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694013
.tag = hmac_sha224_86_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694037
.tag = hmac_sha224_87_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694061
.tag = hmac_sha224_88_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694085
.tag = hmac_sha224_89_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694109
.tag = hmac_sha224_90_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694133
.tag = hmac_sha224_91_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694157
.tag = hmac_sha224_92_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694181
.tag = hmac_sha224_93_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694205
.tag = hmac_sha224_94_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694229
.tag = hmac_sha224_95_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694253
.tag = hmac_sha224_96_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694277
.tag = hmac_sha224_97_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694301
.tag = hmac_sha224_98_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694325
.tag = hmac_sha224_99_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694349
.tag = hmac_sha224_100_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694373
.tag = hmac_sha224_101_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694397
.tag = hmac_sha224_102_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694421
.tag = hmac_sha224_103_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694445
.tag = hmac_sha224_104_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694469
.tag = hmac_sha224_105_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694493
.tag = hmac_sha224_106_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694517
.tag = hmac_sha224_107_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694538
.tag = hmac_sha224_108_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694562
.tag = hmac_sha224_109_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694583
.tag = hmac_sha224_110_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694607
.tag = hmac_sha224_111_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694628
.tag = hmac_sha224_112_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694652
.tag = hmac_sha224_113_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694673
.tag = hmac_sha224_114_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694697
.tag = hmac_sha224_115_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694718
.tag = hmac_sha224_116_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694742
.tag = hmac_sha224_117_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694763
.tag = hmac_sha224_118_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694787
.tag = hmac_sha224_119_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694808
.tag = hmac_sha224_120_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694832
.tag = hmac_sha224_121_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694853
.tag = hmac_sha224_122_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694877
.tag = hmac_sha224_123_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694898
.tag = hmac_sha224_124_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694922
.tag = hmac_sha224_125_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694943
.tag = hmac_sha224_126_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694967
.tag = hmac_sha224_127_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
694988
.tag = hmac_sha224_128_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695012
.tag = hmac_sha224_129_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695033
.tag = hmac_sha224_130_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695057
.tag = hmac_sha224_131_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695078
.tag = hmac_sha224_132_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695102
.tag = hmac_sha224_133_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695123
.tag = hmac_sha224_134_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695147
.tag = hmac_sha224_135_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695168
.tag = hmac_sha224_136_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695192
.tag = hmac_sha224_137_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695213
.tag = hmac_sha224_138_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695237
.tag = hmac_sha224_139_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695258
.tag = hmac_sha224_140_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695282
.tag = hmac_sha224_141_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695303
.tag = hmac_sha224_142_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695327
.tag = hmac_sha224_143_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695348
.tag = hmac_sha224_144_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695372
.tag = hmac_sha224_145_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695393
.tag = hmac_sha224_146_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695417
.tag = hmac_sha224_147_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695438
.tag = hmac_sha224_148_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695462
.tag = hmac_sha224_149_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695483
.tag = hmac_sha224_150_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695507
.tag = hmac_sha224_151_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695528
.tag = hmac_sha224_152_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695552
.tag = hmac_sha224_153_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695573
.tag = hmac_sha224_154_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695597
.tag = hmac_sha224_155_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695618
.tag = hmac_sha224_156_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695642
.tag = hmac_sha224_157_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695663
.tag = hmac_sha224_158_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695687
.tag = hmac_sha224_159_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695708
.tag = hmac_sha224_160_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695732
.tag = hmac_sha224_161_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695756
.tag = hmac_sha224_162_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695777
.tag = hmac_sha224_163_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695801
.tag = hmac_sha224_164_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695825
.tag = hmac_sha224_165_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695846
.tag = hmac_sha224_166_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695870
.tag = hmac_sha224_167_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695894
.tag = hmac_sha224_168_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695915
.tag = hmac_sha224_169_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695939
.tag = hmac_sha224_170_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695963
.tag = hmac_sha224_171_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
695984
.tag = hmac_sha256_172_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696008
.tag = hmac_sha256_173_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696032
.tag = hmac_sha256_174_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696056
.tag = hmac_sha256_175_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696080
.tag = hmac_sha256_176_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696104
.tag = hmac_sha256_177_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696128
.tag = hmac_sha256_178_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696152
.tag = hmac_sha256_179_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696176
.tag = hmac_sha256_180_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696200
.tag = hmac_sha256_181_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696224
.tag = hmac_sha256_182_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696248
.tag = hmac_sha256_183_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696272
.tag = hmac_sha256_184_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696296
.tag = hmac_sha256_185_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696320
.tag = hmac_sha256_186_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696344
.tag = hmac_sha256_187_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696368
.tag = hmac_sha256_188_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696392
.tag = hmac_sha256_189_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696416
.tag = hmac_sha256_190_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696440
.tag = hmac_sha256_191_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696464
.tag = hmac_sha256_192_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696488
.tag = hmac_sha256_193_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696512
.tag = hmac_sha256_194_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696536
.tag = hmac_sha256_195_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696560
.tag = hmac_sha256_196_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696584
.tag = hmac_sha256_197_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696608
.tag = hmac_sha256_198_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696629
.tag = hmac_sha256_199_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696653
.tag = hmac_sha256_200_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696674
.tag = hmac_sha256_201_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696698
.tag = hmac_sha256_202_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696719
.tag = hmac_sha256_203_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696743
.tag = hmac_sha256_204_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696764
.tag = hmac_sha256_205_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696788
.tag = hmac_sha256_206_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696809
.tag = hmac_sha256_207_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696833
.tag = hmac_sha256_208_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696854
.tag = hmac_sha256_209_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696878
.tag = hmac_sha256_210_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696899
.tag = hmac_sha256_211_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696923
.tag = hmac_sha256_212_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696944
.tag = hmac_sha256_213_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696968
.tag = hmac_sha256_214_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
696989
.tag = hmac_sha256_215_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697013
.tag = hmac_sha256_216_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697034
.tag = hmac_sha256_217_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697058
.tag = hmac_sha256_218_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697079
.tag = hmac_sha256_219_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697103
.tag = hmac_sha256_220_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697124
.tag = hmac_sha256_221_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697148
.tag = hmac_sha256_222_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697169
.tag = hmac_sha256_223_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697193
.tag = hmac_sha256_224_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697214
.tag = hmac_sha256_225_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697238
.tag = hmac_sha256_226_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697259
.tag = hmac_sha256_227_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697283
.tag = hmac_sha256_228_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697304
.tag = hmac_sha256_229_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697328
.tag = hmac_sha256_230_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697349
.tag = hmac_sha256_231_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697373
.tag = hmac_sha256_232_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697394
.tag = hmac_sha256_233_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697418
.tag = hmac_sha256_234_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697439
.tag = hmac_sha256_235_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697463
.tag = hmac_sha256_236_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697484
.tag = hmac_sha256_237_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697508
.tag = hmac_sha256_238_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697529
.tag = hmac_sha256_239_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697553
.tag = hmac_sha256_240_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697574
.tag = hmac_sha256_241_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697598
.tag = hmac_sha256_242_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697619
.tag = hmac_sha256_243_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697643
.tag = hmac_sha256_244_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697664
.tag = hmac_sha256_245_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697688
.tag = hmac_sha256_246_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697709
.tag = hmac_sha256_247_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697733
.tag = hmac_sha256_248_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697754
.tag = hmac_sha256_249_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697778
.tag = hmac_sha256_250_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697799
.tag = hmac_sha256_251_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697823
.tag = hmac_sha256_252_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697844
.tag = hmac_sha256_253_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697868
.tag = hmac_sha256_254_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697892
.tag = hmac_sha256_255_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697916
.tag = hmac_sha256_256_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697940
.tag = hmac_sha256_257_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697964
.tag = hmac_sha256_258_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
697988
.tag = hmac_sha256_259_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698012
.tag = hmac_sha256_260_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698036
.tag = hmac_sha256_261_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698060
.tag = hmac_sha256_262_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698084
.tag = hmac_sha256_263_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698108
.tag = hmac_sha256_264_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698132
.tag = hmac_sha256_265_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698156
.tag = hmac_sha256_266_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698180
.tag = hmac_sha256_267_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698204
.tag = hmac_sha256_268_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698228
.tag = hmac_sha256_269_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698252
.tag = hmac_sha256_270_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698276
.tag = hmac_sha256_271_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698300
.tag = hmac_sha256_272_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698324
.tag = hmac_sha256_273_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698348
.tag = hmac_sha256_274_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698372
.tag = hmac_sha256_275_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698396
.tag = hmac_sha256_276_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698420
.tag = hmac_sha256_277_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698444
.tag = hmac_sha256_278_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698468
.tag = hmac_sha256_279_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698489
.tag = hmac_sha256_280_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698513
.tag = hmac_sha256_281_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698534
.tag = hmac_sha256_282_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698558
.tag = hmac_sha256_283_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698579
.tag = hmac_sha256_284_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698603
.tag = hmac_sha256_285_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698624
.tag = hmac_sha256_286_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698648
.tag = hmac_sha256_287_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698669
.tag = hmac_sha256_288_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698693
.tag = hmac_sha256_289_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698714
.tag = hmac_sha256_290_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698738
.tag = hmac_sha256_291_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698759
.tag = hmac_sha256_292_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698783
.tag = hmac_sha256_293_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698804
.tag = hmac_sha256_294_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698828
.tag = hmac_sha256_295_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698849
.tag = hmac_sha256_296_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698873
.tag = hmac_sha256_297_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698894
.tag = hmac_sha256_298_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698918
.tag = hmac_sha256_299_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698939
.tag = hmac_sha256_300_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698963
.tag = hmac_sha256_301_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
698984
.tag = hmac_sha256_302_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699008
.tag = hmac_sha256_303_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699029
.tag = hmac_sha256_304_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699053
.tag = hmac_sha256_305_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699074
.tag = hmac_sha256_306_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699098
.tag = hmac_sha256_307_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699119
.tag = hmac_sha256_308_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699143
.tag = hmac_sha256_309_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699164
.tag = hmac_sha256_310_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699188
.tag = hmac_sha256_311_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699209
.tag = hmac_sha256_312_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699233
.tag = hmac_sha256_313_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699254
.tag = hmac_sha256_314_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699278
.tag = hmac_sha256_315_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699299
.tag = hmac_sha256_316_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699323
.tag = hmac_sha256_317_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699344
.tag = hmac_sha256_318_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699368
.tag = hmac_sha256_319_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699389
.tag = hmac_sha256_320_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699413
.tag = hmac_sha256_321_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699434
.tag = hmac_sha256_322_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699458
.tag = hmac_sha256_323_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699479
.tag = hmac_sha256_324_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699503
.tag = hmac_sha256_325_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699524
.tag = hmac_sha256_326_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699548
.tag = hmac_sha256_327_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699569
.tag = hmac_sha256_328_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699593
.tag = hmac_sha256_329_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699614
.tag = hmac_sha256_330_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699638
.tag = hmac_sha256_331_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699659
.tag = hmac_sha256_332_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699683
.tag = hmac_sha256_333_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699704
.tag = hmac_sha256_334_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699728
.tag = hmac_sha256_335_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699752
.tag = hmac_sha256_336_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699773
.tag = hmac_sha256_337_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699797
.tag = hmac_sha256_338_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699821
.tag = hmac_sha256_339_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699842
.tag = hmac_sha256_340_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699866
.tag = hmac_sha256_341_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699890
.tag = hmac_sha256_342_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699911
.tag = hmac_sha256_343_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699935
.tag = hmac_sha256_344_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699959
.tag = hmac_sha256_345_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
699980
.tag = hmac_sha3_224_346_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700004
.tag = hmac_sha3_224_347_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700028
.tag = hmac_sha3_224_348_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700052
.tag = hmac_sha3_224_349_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700076
.tag = hmac_sha3_224_350_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700100
.tag = hmac_sha3_224_351_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700124
.tag = hmac_sha3_224_352_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700148
.tag = hmac_sha3_224_353_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700172
.tag = hmac_sha3_224_354_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700196
.tag = hmac_sha3_224_355_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700220
.tag = hmac_sha3_224_356_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700244
.tag = hmac_sha3_224_357_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700268
.tag = hmac_sha3_224_358_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700292
.tag = hmac_sha3_224_359_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700316
.tag = hmac_sha3_224_360_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700340
.tag = hmac_sha3_224_361_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700364
.tag = hmac_sha3_224_362_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700388
.tag = hmac_sha3_224_363_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700412
.tag = hmac_sha3_224_364_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700436
.tag = hmac_sha3_224_365_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700460
.tag = hmac_sha3_224_366_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700484
.tag = hmac_sha3_224_367_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700508
.tag = hmac_sha3_224_368_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700532
.tag = hmac_sha3_224_369_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700556
.tag = hmac_sha3_224_370_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700580
.tag = hmac_sha3_224_371_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700604
.tag = hmac_sha3_224_372_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700625
.tag = hmac_sha3_224_373_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700649
.tag = hmac_sha3_224_374_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700670
.tag = hmac_sha3_224_375_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700694
.tag = hmac_sha3_224_376_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700715
.tag = hmac_sha3_224_377_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700739
.tag = hmac_sha3_224_378_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700760
.tag = hmac_sha3_224_379_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700784
.tag = hmac_sha3_224_380_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700805
.tag = hmac_sha3_224_381_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700829
.tag = hmac_sha3_224_382_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700850
.tag = hmac_sha3_224_383_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700874
.tag = hmac_sha3_224_384_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700895
.tag = hmac_sha3_224_385_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700919
.tag = hmac_sha3_224_386_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700940
.tag = hmac_sha3_224_387_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700964
.tag = hmac_sha3_224_388_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
700985
.tag = hmac_sha3_224_389_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701009
.tag = hmac_sha3_224_390_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701030
.tag = hmac_sha3_224_391_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701054
.tag = hmac_sha3_224_392_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701075
.tag = hmac_sha3_224_393_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701099
.tag = hmac_sha3_224_394_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701120
.tag = hmac_sha3_224_395_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701144
.tag = hmac_sha3_224_396_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701165
.tag = hmac_sha3_224_397_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701189
.tag = hmac_sha3_224_398_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701210
.tag = hmac_sha3_224_399_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701234
.tag = hmac_sha3_224_400_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701255
.tag = hmac_sha3_224_401_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701279
.tag = hmac_sha3_224_402_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701300
.tag = hmac_sha3_224_403_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701324
.tag = hmac_sha3_224_404_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701345
.tag = hmac_sha3_224_405_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701369
.tag = hmac_sha3_224_406_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701390
.tag = hmac_sha3_224_407_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701414
.tag = hmac_sha3_224_408_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701435
.tag = hmac_sha3_224_409_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701459
.tag = hmac_sha3_224_410_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701480
.tag = hmac_sha3_224_411_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701504
.tag = hmac_sha3_224_412_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701525
.tag = hmac_sha3_224_413_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701549
.tag = hmac_sha3_224_414_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701570
.tag = hmac_sha3_224_415_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701594
.tag = hmac_sha3_224_416_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701615
.tag = hmac_sha3_224_417_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701639
.tag = hmac_sha3_224_418_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701660
.tag = hmac_sha3_224_419_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701684
.tag = hmac_sha3_224_420_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701705
.tag = hmac_sha3_224_421_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701729
.tag = hmac_sha3_224_422_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701750
.tag = hmac_sha3_224_423_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701774
.tag = hmac_sha3_224_424_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701795
.tag = hmac_sha3_224_425_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701819
.tag = hmac_sha3_224_426_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701840
.tag = hmac_sha3_224_427_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701864
.tag = hmac_sha3_224_428_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701888
.tag = hmac_sha3_224_429_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701912
.tag = hmac_sha3_224_430_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701936
.tag = hmac_sha3_224_431_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701960
.tag = hmac_sha3_224_432_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
701984
.tag = hmac_sha3_224_433_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702008
.tag = hmac_sha3_224_434_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702032
.tag = hmac_sha3_224_435_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702056
.tag = hmac_sha3_224_436_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702080
.tag = hmac_sha3_224_437_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702104
.tag = hmac_sha3_224_438_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702128
.tag = hmac_sha3_224_439_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702152
.tag = hmac_sha3_224_440_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702176
.tag = hmac_sha3_224_441_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702200
.tag = hmac_sha3_224_442_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702224
.tag = hmac_sha3_224_443_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702248
.tag = hmac_sha3_224_444_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702272
.tag = hmac_sha3_224_445_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702296
.tag = hmac_sha3_224_446_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702320
.tag = hmac_sha3_224_447_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702344
.tag = hmac_sha3_224_448_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702368
.tag = hmac_sha3_224_449_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702392
.tag = hmac_sha3_224_450_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702416
.tag = hmac_sha3_224_451_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702440
.tag = hmac_sha3_224_452_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702464
.tag = hmac_sha3_224_453_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702485
.tag = hmac_sha3_224_454_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702509
.tag = hmac_sha3_224_455_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702530
.tag = hmac_sha3_224_456_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702554
.tag = hmac_sha3_224_457_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702575
.tag = hmac_sha3_224_458_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702599
.tag = hmac_sha3_224_459_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702620
.tag = hmac_sha3_224_460_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702644
.tag = hmac_sha3_224_461_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702665
.tag = hmac_sha3_224_462_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702689
.tag = hmac_sha3_224_463_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702710
.tag = hmac_sha3_224_464_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702734
.tag = hmac_sha3_224_465_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702755
.tag = hmac_sha3_224_466_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702779
.tag = hmac_sha3_224_467_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702800
.tag = hmac_sha3_224_468_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702824
.tag = hmac_sha3_224_469_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702845
.tag = hmac_sha3_224_470_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702869
.tag = hmac_sha3_224_471_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702890
.tag = hmac_sha3_224_472_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702914
.tag = hmac_sha3_224_473_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702935
.tag = hmac_sha3_224_474_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702959
.tag = hmac_sha3_224_475_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
702980
.tag = hmac_sha3_224_476_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703004
.tag = hmac_sha3_224_477_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703025
.tag = hmac_sha3_224_478_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703049
.tag = hmac_sha3_224_479_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703070
.tag = hmac_sha3_224_480_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703094
.tag = hmac_sha3_224_481_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703115
.tag = hmac_sha3_224_482_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703139
.tag = hmac_sha3_224_483_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703160
.tag = hmac_sha3_224_484_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703184
.tag = hmac_sha3_224_485_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703205
.tag = hmac_sha3_224_486_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703229
.tag = hmac_sha3_224_487_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703250
.tag = hmac_sha3_224_488_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703274
.tag = hmac_sha3_224_489_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703295
.tag = hmac_sha3_224_490_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703319
.tag = hmac_sha3_224_491_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703340
.tag = hmac_sha3_224_492_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703364
.tag = hmac_sha3_224_493_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703385
.tag = hmac_sha3_224_494_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703409
.tag = hmac_sha3_224_495_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703430
.tag = hmac_sha3_224_496_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703454
.tag = hmac_sha3_224_497_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703475
.tag = hmac_sha3_224_498_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703499
.tag = hmac_sha3_224_499_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703520
.tag = hmac_sha3_224_500_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703544
.tag = hmac_sha3_224_501_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703565
.tag = hmac_sha3_224_502_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703589
.tag = hmac_sha3_224_503_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703610
.tag = hmac_sha3_224_504_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703634
.tag = hmac_sha3_224_505_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703655
.tag = hmac_sha3_224_506_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703679
.tag = hmac_sha3_224_507_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703703
.tag = hmac_sha3_224_508_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703724
.tag = hmac_sha3_224_509_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703748
.tag = hmac_sha3_224_510_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703772
.tag = hmac_sha3_224_511_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703793
.tag = hmac_sha3_224_512_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703817
.tag = hmac_sha3_224_513_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703841
.tag = hmac_sha3_224_514_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703862
.tag = hmac_sha3_224_515_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703886
.tag = hmac_sha3_224_516_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703910
.tag = hmac_sha3_224_517_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703931
.tag = hmac_sha3_256_518_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703955
.tag = hmac_sha3_256_519_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
703979
.tag = hmac_sha3_256_520_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704003
.tag = hmac_sha3_256_521_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704027
.tag = hmac_sha3_256_522_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704051
.tag = hmac_sha3_256_523_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704075
.tag = hmac_sha3_256_524_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704099
.tag = hmac_sha3_256_525_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704123
.tag = hmac_sha3_256_526_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704147
.tag = hmac_sha3_256_527_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704171
.tag = hmac_sha3_256_528_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704195
.tag = hmac_sha3_256_529_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704219
.tag = hmac_sha3_256_530_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704243
.tag = hmac_sha3_256_531_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704267
.tag = hmac_sha3_256_532_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704291
.tag = hmac_sha3_256_533_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704315
.tag = hmac_sha3_256_534_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704339
.tag = hmac_sha3_256_535_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704363
.tag = hmac_sha3_256_536_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704387
.tag = hmac_sha3_256_537_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704411
.tag = hmac_sha3_256_538_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704435
.tag = hmac_sha3_256_539_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704459
.tag = hmac_sha3_256_540_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704483
.tag = hmac_sha3_256_541_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704507
.tag = hmac_sha3_256_542_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704531
.tag = hmac_sha3_256_543_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704555
.tag = hmac_sha3_256_544_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704576
.tag = hmac_sha3_256_545_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704600
.tag = hmac_sha3_256_546_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704621
.tag = hmac_sha3_256_547_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704645
.tag = hmac_sha3_256_548_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704666
.tag = hmac_sha3_256_549_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704690
.tag = hmac_sha3_256_550_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704711
.tag = hmac_sha3_256_551_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704735
.tag = hmac_sha3_256_552_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704756
.tag = hmac_sha3_256_553_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704780
.tag = hmac_sha3_256_554_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704801
.tag = hmac_sha3_256_555_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704825
.tag = hmac_sha3_256_556_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704846
.tag = hmac_sha3_256_557_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704870
.tag = hmac_sha3_256_558_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704891
.tag = hmac_sha3_256_559_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704915
.tag = hmac_sha3_256_560_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704936
.tag = hmac_sha3_256_561_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704960
.tag = hmac_sha3_256_562_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
704981
.tag = hmac_sha3_256_563_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705005
.tag = hmac_sha3_256_564_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705026
.tag = hmac_sha3_256_565_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705050
.tag = hmac_sha3_256_566_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705071
.tag = hmac_sha3_256_567_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705095
.tag = hmac_sha3_256_568_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705116
.tag = hmac_sha3_256_569_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705140
.tag = hmac_sha3_256_570_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705161
.tag = hmac_sha3_256_571_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705185
.tag = hmac_sha3_256_572_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705206
.tag = hmac_sha3_256_573_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705230
.tag = hmac_sha3_256_574_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705251
.tag = hmac_sha3_256_575_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705275
.tag = hmac_sha3_256_576_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705296
.tag = hmac_sha3_256_577_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705320
.tag = hmac_sha3_256_578_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705341
.tag = hmac_sha3_256_579_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705365
.tag = hmac_sha3_256_580_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705386
.tag = hmac_sha3_256_581_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705410
.tag = hmac_sha3_256_582_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705431
.tag = hmac_sha3_256_583_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705455
.tag = hmac_sha3_256_584_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705476
.tag = hmac_sha3_256_585_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705500
.tag = hmac_sha3_256_586_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705521
.tag = hmac_sha3_256_587_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705545
.tag = hmac_sha3_256_588_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705566
.tag = hmac_sha3_256_589_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705590
.tag = hmac_sha3_256_590_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705611
.tag = hmac_sha3_256_591_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705635
.tag = hmac_sha3_256_592_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705656
.tag = hmac_sha3_256_593_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705680
.tag = hmac_sha3_256_594_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705701
.tag = hmac_sha3_256_595_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705725
.tag = hmac_sha3_256_596_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705746
.tag = hmac_sha3_256_597_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705770
.tag = hmac_sha3_256_598_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705791
.tag = hmac_sha3_256_599_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705815
.tag = hmac_sha3_256_600_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705839
.tag = hmac_sha3_256_601_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705863
.tag = hmac_sha3_256_602_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705887
.tag = hmac_sha3_256_603_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705911
.tag = hmac_sha3_256_604_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705935
.tag = hmac_sha3_256_605_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705959
.tag = hmac_sha3_256_606_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
705983
.tag = hmac_sha3_256_607_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706007
.tag = hmac_sha3_256_608_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706031
.tag = hmac_sha3_256_609_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706055
.tag = hmac_sha3_256_610_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706079
.tag = hmac_sha3_256_611_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706103
.tag = hmac_sha3_256_612_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706127
.tag = hmac_sha3_256_613_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706151
.tag = hmac_sha3_256_614_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706175
.tag = hmac_sha3_256_615_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706199
.tag = hmac_sha3_256_616_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706223
.tag = hmac_sha3_256_617_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706247
.tag = hmac_sha3_256_618_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706271
.tag = hmac_sha3_256_619_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706295
.tag = hmac_sha3_256_620_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706319
.tag = hmac_sha3_256_621_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706343
.tag = hmac_sha3_256_622_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706367
.tag = hmac_sha3_256_623_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706391
.tag = hmac_sha3_256_624_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706415
.tag = hmac_sha3_256_625_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706436
.tag = hmac_sha3_256_626_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706460
.tag = hmac_sha3_256_627_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706481
.tag = hmac_sha3_256_628_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706505
.tag = hmac_sha3_256_629_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706526
.tag = hmac_sha3_256_630_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706550
.tag = hmac_sha3_256_631_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706571
.tag = hmac_sha3_256_632_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706595
.tag = hmac_sha3_256_633_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706616
.tag = hmac_sha3_256_634_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706640
.tag = hmac_sha3_256_635_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706661
.tag = hmac_sha3_256_636_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706685
.tag = hmac_sha3_256_637_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706706
.tag = hmac_sha3_256_638_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706730
.tag = hmac_sha3_256_639_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706751
.tag = hmac_sha3_256_640_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706775
.tag = hmac_sha3_256_641_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706796
.tag = hmac_sha3_256_642_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706820
.tag = hmac_sha3_256_643_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706841
.tag = hmac_sha3_256_644_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706865
.tag = hmac_sha3_256_645_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706886
.tag = hmac_sha3_256_646_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706910
.tag = hmac_sha3_256_647_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706931
.tag = hmac_sha3_256_648_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706955
.tag = hmac_sha3_256_649_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
706976
.tag = hmac_sha3_256_650_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707000
.tag = hmac_sha3_256_651_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707021
.tag = hmac_sha3_256_652_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707045
.tag = hmac_sha3_256_653_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707066
.tag = hmac_sha3_256_654_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707090
.tag = hmac_sha3_256_655_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707111
.tag = hmac_sha3_256_656_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707135
.tag = hmac_sha3_256_657_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707156
.tag = hmac_sha3_256_658_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707180
.tag = hmac_sha3_256_659_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707201
.tag = hmac_sha3_256_660_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707225
.tag = hmac_sha3_256_661_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707246
.tag = hmac_sha3_256_662_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707270
.tag = hmac_sha3_256_663_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707291
.tag = hmac_sha3_256_664_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707315
.tag = hmac_sha3_256_665_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707336
.tag = hmac_sha3_256_666_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707360
.tag = hmac_sha3_256_667_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707381
.tag = hmac_sha3_256_668_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707405
.tag = hmac_sha3_256_669_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707426
.tag = hmac_sha3_256_670_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707450
.tag = hmac_sha3_256_671_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707471
.tag = hmac_sha3_256_672_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707495
.tag = hmac_sha3_256_673_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707516
.tag = hmac_sha3_256_674_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707540
.tag = hmac_sha3_256_675_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707561
.tag = hmac_sha3_256_676_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707585
.tag = hmac_sha3_256_677_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707606
.tag = hmac_sha3_256_678_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707630
.tag = hmac_sha3_256_679_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707651
.tag = hmac_sha3_256_680_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707675
.tag = hmac_sha3_256_681_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707699
.tag = hmac_sha3_256_682_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707720
.tag = hmac_sha3_256_683_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707744
.tag = hmac_sha3_256_684_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707768
.tag = hmac_sha3_256_685_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707789
.tag = hmac_sha3_256_686_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707813
.tag = hmac_sha3_256_687_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707837
.tag = hmac_sha3_256_688_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707858
.tag = hmac_sha3_256_689_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707882
.tag = hmac_sha3_256_690_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707906
.tag = hmac_sha3_256_691_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707927
.tag = hmac_sha3_384_692_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707951
.tag = hmac_sha3_384_693_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707975
.tag = hmac_sha3_384_694_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
707999
.tag = hmac_sha3_384_695_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708023
.tag = hmac_sha3_384_696_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708047
.tag = hmac_sha3_384_697_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708071
.tag = hmac_sha3_384_698_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708095
.tag = hmac_sha3_384_699_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708119
.tag = hmac_sha3_384_700_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708143
.tag = hmac_sha3_384_701_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708167
.tag = hmac_sha3_384_702_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708191
.tag = hmac_sha3_384_703_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708215
.tag = hmac_sha3_384_704_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708239
.tag = hmac_sha3_384_705_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708263
.tag = hmac_sha3_384_706_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708287
.tag = hmac_sha3_384_707_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708311
.tag = hmac_sha3_384_708_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708335
.tag = hmac_sha3_384_709_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708359
.tag = hmac_sha3_384_710_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708383
.tag = hmac_sha3_384_711_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708407
.tag = hmac_sha3_384_712_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708431
.tag = hmac_sha3_384_713_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708455
.tag = hmac_sha3_384_714_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708479
.tag = hmac_sha3_384_715_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708503
.tag = hmac_sha3_384_716_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708527
.tag = hmac_sha3_384_717_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708551
.tag = hmac_sha3_384_718_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708572
.tag = hmac_sha3_384_719_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708596
.tag = hmac_sha3_384_720_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708617
.tag = hmac_sha3_384_721_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708641
.tag = hmac_sha3_384_722_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708662
.tag = hmac_sha3_384_723_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708686
.tag = hmac_sha3_384_724_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708707
.tag = hmac_sha3_384_725_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708731
.tag = hmac_sha3_384_726_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708752
.tag = hmac_sha3_384_727_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708776
.tag = hmac_sha3_384_728_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708797
.tag = hmac_sha3_384_729_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708821
.tag = hmac_sha3_384_730_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708842
.tag = hmac_sha3_384_731_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708866
.tag = hmac_sha3_384_732_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708887
.tag = hmac_sha3_384_733_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708911
.tag = hmac_sha3_384_734_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708932
.tag = hmac_sha3_384_735_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708956
.tag = hmac_sha3_384_736_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
708977
.tag = hmac_sha3_384_737_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709001
.tag = hmac_sha3_384_738_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709022
.tag = hmac_sha3_384_739_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709046
.tag = hmac_sha3_384_740_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709067
.tag = hmac_sha3_384_741_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709091
.tag = hmac_sha3_384_742_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709112
.tag = hmac_sha3_384_743_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709136
.tag = hmac_sha3_384_744_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709157
.tag = hmac_sha3_384_745_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709181
.tag = hmac_sha3_384_746_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709202
.tag = hmac_sha3_384_747_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709226
.tag = hmac_sha3_384_748_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709247
.tag = hmac_sha3_384_749_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709271
.tag = hmac_sha3_384_750_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709292
.tag = hmac_sha3_384_751_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709316
.tag = hmac_sha3_384_752_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709337
.tag = hmac_sha3_384_753_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709361
.tag = hmac_sha3_384_754_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709382
.tag = hmac_sha3_384_755_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709406
.tag = hmac_sha3_384_756_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709427
.tag = hmac_sha3_384_757_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709451
.tag = hmac_sha3_384_758_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709472
.tag = hmac_sha3_384_759_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709496
.tag = hmac_sha3_384_760_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709517
.tag = hmac_sha3_384_761_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709541
.tag = hmac_sha3_384_762_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709562
.tag = hmac_sha3_384_763_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709586
.tag = hmac_sha3_384_764_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709607
.tag = hmac_sha3_384_765_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709631
.tag = hmac_sha3_384_766_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709652
.tag = hmac_sha3_384_767_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709676
.tag = hmac_sha3_384_768_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709697
.tag = hmac_sha3_384_769_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709721
.tag = hmac_sha3_384_770_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709742
.tag = hmac_sha3_384_771_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709766
.tag = hmac_sha3_384_772_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709787
.tag = hmac_sha3_384_773_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709811
.tag = hmac_sha3_384_774_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709835
.tag = hmac_sha3_384_775_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709859
.tag = hmac_sha3_384_776_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709883
.tag = hmac_sha3_384_777_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709907
.tag = hmac_sha3_384_778_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709931
.tag = hmac_sha3_384_779_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709955
.tag = hmac_sha3_384_780_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
709979
.tag = hmac_sha3_384_781_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710003
.tag = hmac_sha3_384_782_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710027
.tag = hmac_sha3_384_783_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710051
.tag = hmac_sha3_384_784_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710075
.tag = hmac_sha3_384_785_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710099
.tag = hmac_sha3_384_786_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710123
.tag = hmac_sha3_384_787_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710147
.tag = hmac_sha3_384_788_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710171
.tag = hmac_sha3_384_789_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710195
.tag = hmac_sha3_384_790_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710219
.tag = hmac_sha3_384_791_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710243
.tag = hmac_sha3_384_792_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710267
.tag = hmac_sha3_384_793_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710291
.tag = hmac_sha3_384_794_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710315
.tag = hmac_sha3_384_795_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710339
.tag = hmac_sha3_384_796_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710363
.tag = hmac_sha3_384_797_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710387
.tag = hmac_sha3_384_798_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710411
.tag = hmac_sha3_384_799_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710432
.tag = hmac_sha3_384_800_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710456
.tag = hmac_sha3_384_801_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710477
.tag = hmac_sha3_384_802_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710501
.tag = hmac_sha3_384_803_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710522
.tag = hmac_sha3_384_804_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710546
.tag = hmac_sha3_384_805_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710567
.tag = hmac_sha3_384_806_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710591
.tag = hmac_sha3_384_807_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710612
.tag = hmac_sha3_384_808_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710636
.tag = hmac_sha3_384_809_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710657
.tag = hmac_sha3_384_810_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710681
.tag = hmac_sha3_384_811_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710702
.tag = hmac_sha3_384_812_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710726
.tag = hmac_sha3_384_813_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710747
.tag = hmac_sha3_384_814_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710771
.tag = hmac_sha3_384_815_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710792
.tag = hmac_sha3_384_816_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710816
.tag = hmac_sha3_384_817_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710837
.tag = hmac_sha3_384_818_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710861
.tag = hmac_sha3_384_819_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710882
.tag = hmac_sha3_384_820_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710906
.tag = hmac_sha3_384_821_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710927
.tag = hmac_sha3_384_822_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710951
.tag = hmac_sha3_384_823_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710972
.tag = hmac_sha3_384_824_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
710996
.tag = hmac_sha3_384_825_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711017
.tag = hmac_sha3_384_826_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711041
.tag = hmac_sha3_384_827_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711062
.tag = hmac_sha3_384_828_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711086
.tag = hmac_sha3_384_829_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711107
.tag = hmac_sha3_384_830_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711131
.tag = hmac_sha3_384_831_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711152
.tag = hmac_sha3_384_832_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711176
.tag = hmac_sha3_384_833_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711197
.tag = hmac_sha3_384_834_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711221
.tag = hmac_sha3_384_835_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711242
.tag = hmac_sha3_384_836_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711266
.tag = hmac_sha3_384_837_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711287
.tag = hmac_sha3_384_838_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711311
.tag = hmac_sha3_384_839_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711332
.tag = hmac_sha3_384_840_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711356
.tag = hmac_sha3_384_841_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711377
.tag = hmac_sha3_384_842_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711401
.tag = hmac_sha3_384_843_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711422
.tag = hmac_sha3_384_844_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711446
.tag = hmac_sha3_384_845_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711467
.tag = hmac_sha3_384_846_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711491
.tag = hmac_sha3_384_847_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711512
.tag = hmac_sha3_384_848_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711536
.tag = hmac_sha3_384_849_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711557
.tag = hmac_sha3_384_850_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711581
.tag = hmac_sha3_384_851_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711602
.tag = hmac_sha3_384_852_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711626
.tag = hmac_sha3_384_853_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711647
.tag = hmac_sha3_384_854_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711671
.tag = hmac_sha3_384_855_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711695
.tag = hmac_sha3_384_856_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711716
.tag = hmac_sha3_384_857_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711740
.tag = hmac_sha3_384_858_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711764
.tag = hmac_sha3_384_859_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711785
.tag = hmac_sha3_384_860_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711809
.tag = hmac_sha3_384_861_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711833
.tag = hmac_sha3_384_862_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711854
.tag = hmac_sha3_384_863_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711878
.tag = hmac_sha3_384_864_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711902
.tag = hmac_sha3_384_865_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711923
.tag = hmac_sha3_512_866_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711947
.tag = hmac_sha3_512_867_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711971
.tag = hmac_sha3_512_868_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
711995
.tag = hmac_sha3_512_869_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712019
.tag = hmac_sha3_512_870_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712043
.tag = hmac_sha3_512_871_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712067
.tag = hmac_sha3_512_872_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712091
.tag = hmac_sha3_512_873_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712115
.tag = hmac_sha3_512_874_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712139
.tag = hmac_sha3_512_875_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712163
.tag = hmac_sha3_512_876_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712187
.tag = hmac_sha3_512_877_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712211
.tag = hmac_sha3_512_878_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712235
.tag = hmac_sha3_512_879_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712259
.tag = hmac_sha3_512_880_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712283
.tag = hmac_sha3_512_881_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712307
.tag = hmac_sha3_512_882_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712331
.tag = hmac_sha3_512_883_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712355
.tag = hmac_sha3_512_884_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712379
.tag = hmac_sha3_512_885_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712403
.tag = hmac_sha3_512_886_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712427
.tag = hmac_sha3_512_887_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712451
.tag = hmac_sha3_512_888_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712475
.tag = hmac_sha3_512_889_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712499
.tag = hmac_sha3_512_890_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712523
.tag = hmac_sha3_512_891_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712547
.tag = hmac_sha3_512_892_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712568
.tag = hmac_sha3_512_893_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712592
.tag = hmac_sha3_512_894_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712613
.tag = hmac_sha3_512_895_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712637
.tag = hmac_sha3_512_896_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712658
.tag = hmac_sha3_512_897_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712682
.tag = hmac_sha3_512_898_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712703
.tag = hmac_sha3_512_899_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712727
.tag = hmac_sha3_512_900_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712748
.tag = hmac_sha3_512_901_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712772
.tag = hmac_sha3_512_902_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712793
.tag = hmac_sha3_512_903_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712817
.tag = hmac_sha3_512_904_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712838
.tag = hmac_sha3_512_905_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712862
.tag = hmac_sha3_512_906_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712883
.tag = hmac_sha3_512_907_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712907
.tag = hmac_sha3_512_908_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712928
.tag = hmac_sha3_512_909_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712952
.tag = hmac_sha3_512_910_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712973
.tag = hmac_sha3_512_911_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
712997
.tag = hmac_sha3_512_912_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713018
.tag = hmac_sha3_512_913_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713042
.tag = hmac_sha3_512_914_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713063
.tag = hmac_sha3_512_915_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713087
.tag = hmac_sha3_512_916_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713108
.tag = hmac_sha3_512_917_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713132
.tag = hmac_sha3_512_918_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713153
.tag = hmac_sha3_512_919_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713177
.tag = hmac_sha3_512_920_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713198
.tag = hmac_sha3_512_921_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713222
.tag = hmac_sha3_512_922_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713243
.tag = hmac_sha3_512_923_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713267
.tag = hmac_sha3_512_924_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713288
.tag = hmac_sha3_512_925_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713312
.tag = hmac_sha3_512_926_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713333
.tag = hmac_sha3_512_927_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713357
.tag = hmac_sha3_512_928_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713378
.tag = hmac_sha3_512_929_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713402
.tag = hmac_sha3_512_930_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713423
.tag = hmac_sha3_512_931_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713447
.tag = hmac_sha3_512_932_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713468
.tag = hmac_sha3_512_933_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713492
.tag = hmac_sha3_512_934_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713513
.tag = hmac_sha3_512_935_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713537
.tag = hmac_sha3_512_936_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713558
.tag = hmac_sha3_512_937_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713582
.tag = hmac_sha3_512_938_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713603
.tag = hmac_sha3_512_939_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713627
.tag = hmac_sha3_512_940_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713648
.tag = hmac_sha3_512_941_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713672
.tag = hmac_sha3_512_942_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713693
.tag = hmac_sha3_512_943_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713717
.tag = hmac_sha3_512_944_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713738
.tag = hmac_sha3_512_945_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713762
.tag = hmac_sha3_512_946_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713783
.tag = hmac_sha3_512_947_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713807
.tag = hmac_sha3_512_948_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713831
.tag = hmac_sha3_512_949_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713855
.tag = hmac_sha3_512_950_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713879
.tag = hmac_sha3_512_951_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713903
.tag = hmac_sha3_512_952_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713927
.tag = hmac_sha3_512_953_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713951
.tag = hmac_sha3_512_954_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713975
.tag = hmac_sha3_512_955_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
713999
.tag = hmac_sha3_512_956_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714023
.tag = hmac_sha3_512_957_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714047
.tag = hmac_sha3_512_958_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714071
.tag = hmac_sha3_512_959_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714095
.tag = hmac_sha3_512_960_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714119
.tag = hmac_sha3_512_961_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714143
.tag = hmac_sha3_512_962_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714167
.tag = hmac_sha3_512_963_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714191
.tag = hmac_sha3_512_964_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714215
.tag = hmac_sha3_512_965_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714239
.tag = hmac_sha3_512_966_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714263
.tag = hmac_sha3_512_967_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714287
.tag = hmac_sha3_512_968_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714311
.tag = hmac_sha3_512_969_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714335
.tag = hmac_sha3_512_970_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714359
.tag = hmac_sha3_512_971_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714383
.tag = hmac_sha3_512_972_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714407
.tag = hmac_sha3_512_973_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714428
.tag = hmac_sha3_512_974_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714452
.tag = hmac_sha3_512_975_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714473
.tag = hmac_sha3_512_976_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714497
.tag = hmac_sha3_512_977_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714518
.tag = hmac_sha3_512_978_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714542
.tag = hmac_sha3_512_979_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714563
.tag = hmac_sha3_512_980_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714587
.tag = hmac_sha3_512_981_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714608
.tag = hmac_sha3_512_982_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714632
.tag = hmac_sha3_512_983_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714653
.tag = hmac_sha3_512_984_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714677
.tag = hmac_sha3_512_985_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714698
.tag = hmac_sha3_512_986_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714722
.tag = hmac_sha3_512_987_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714743
.tag = hmac_sha3_512_988_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714767
.tag = hmac_sha3_512_989_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714788
.tag = hmac_sha3_512_990_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714812
.tag = hmac_sha3_512_991_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714833
.tag = hmac_sha3_512_992_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714857
.tag = hmac_sha3_512_993_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714878
.tag = hmac_sha3_512_994_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714902
.tag = hmac_sha3_512_995_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714923
.tag = hmac_sha3_512_996_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714947
.tag = hmac_sha3_512_997_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714968
.tag = hmac_sha3_512_998_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
714992
.tag = hmac_sha3_512_999_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715013
.tag = hmac_sha3_512_1000_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715037
.tag = hmac_sha3_512_1001_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715058
.tag = hmac_sha3_512_1002_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715082
.tag = hmac_sha3_512_1003_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715103
.tag = hmac_sha3_512_1004_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715127
.tag = hmac_sha3_512_1005_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715148
.tag = hmac_sha3_512_1006_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715172
.tag = hmac_sha3_512_1007_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715193
.tag = hmac_sha3_512_1008_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715217
.tag = hmac_sha3_512_1009_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715238
.tag = hmac_sha3_512_1010_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715262
.tag = hmac_sha3_512_1011_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715283
.tag = hmac_sha3_512_1012_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715307
.tag = hmac_sha3_512_1013_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715328
.tag = hmac_sha3_512_1014_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715352
.tag = hmac_sha3_512_1015_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715373
.tag = hmac_sha3_512_1016_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715397
.tag = hmac_sha3_512_1017_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715418
.tag = hmac_sha3_512_1018_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715442
.tag = hmac_sha3_512_1019_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715463
.tag = hmac_sha3_512_1020_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715487
.tag = hmac_sha3_512_1021_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715508
.tag = hmac_sha3_512_1022_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715532
.tag = hmac_sha3_512_1023_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715553
.tag = hmac_sha3_512_1024_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715577
.tag = hmac_sha3_512_1025_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715598
.tag = hmac_sha3_512_1026_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715622
.tag = hmac_sha3_512_1027_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715643
.tag = hmac_sha3_512_1028_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715667
.tag = hmac_sha3_512_1029_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715691
.tag = hmac_sha3_512_1030_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715712
.tag = hmac_sha3_512_1031_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715736
.tag = hmac_sha3_512_1032_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715760
.tag = hmac_sha3_512_1033_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715781
.tag = hmac_sha3_512_1034_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715805
.tag = hmac_sha3_512_1035_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715829
.tag = hmac_sha3_512_1036_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715850
.tag = hmac_sha3_512_1037_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715874
.tag = hmac_sha3_512_1038_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715898
.tag = hmac_sha3_512_1039_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715919
.tag = hmac_sha384_1040_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715943
.tag = hmac_sha384_1041_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715967
.tag = hmac_sha384_1042_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
715991
.tag = hmac_sha384_1043_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716015
.tag = hmac_sha384_1044_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716039
.tag = hmac_sha384_1045_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716063
.tag = hmac_sha384_1046_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716087
.tag = hmac_sha384_1047_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716111
.tag = hmac_sha384_1048_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716135
.tag = hmac_sha384_1049_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716159
.tag = hmac_sha384_1050_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716183
.tag = hmac_sha384_1051_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716207
.tag = hmac_sha384_1052_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716231
.tag = hmac_sha384_1053_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716255
.tag = hmac_sha384_1054_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716279
.tag = hmac_sha384_1055_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716303
.tag = hmac_sha384_1056_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716327
.tag = hmac_sha384_1057_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716351
.tag = hmac_sha384_1058_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716375
.tag = hmac_sha384_1059_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716399
.tag = hmac_sha384_1060_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716423
.tag = hmac_sha384_1061_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716447
.tag = hmac_sha384_1062_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716471
.tag = hmac_sha384_1063_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716495
.tag = hmac_sha384_1064_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716519
.tag = hmac_sha384_1065_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716543
.tag = hmac_sha384_1066_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716564
.tag = hmac_sha384_1067_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716588
.tag = hmac_sha384_1068_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716609
.tag = hmac_sha384_1069_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716633
.tag = hmac_sha384_1070_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716654
.tag = hmac_sha384_1071_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716678
.tag = hmac_sha384_1072_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716699
.tag = hmac_sha384_1073_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716723
.tag = hmac_sha384_1074_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716744
.tag = hmac_sha384_1075_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716768
.tag = hmac_sha384_1076_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716789
.tag = hmac_sha384_1077_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716813
.tag = hmac_sha384_1078_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716834
.tag = hmac_sha384_1079_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716858
.tag = hmac_sha384_1080_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716879
.tag = hmac_sha384_1081_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716903
.tag = hmac_sha384_1082_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716924
.tag = hmac_sha384_1083_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716948
.tag = hmac_sha384_1084_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716969
.tag = hmac_sha384_1085_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
716993
.tag = hmac_sha384_1086_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717014
.tag = hmac_sha384_1087_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717038
.tag = hmac_sha384_1088_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717059
.tag = hmac_sha384_1089_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717083
.tag = hmac_sha384_1090_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717104
.tag = hmac_sha384_1091_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717128
.tag = hmac_sha384_1092_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717149
.tag = hmac_sha384_1093_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717173
.tag = hmac_sha384_1094_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717194
.tag = hmac_sha384_1095_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717218
.tag = hmac_sha384_1096_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717239
.tag = hmac_sha384_1097_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717263
.tag = hmac_sha384_1098_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717284
.tag = hmac_sha384_1099_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717308
.tag = hmac_sha384_1100_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717329
.tag = hmac_sha384_1101_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717353
.tag = hmac_sha384_1102_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717374
.tag = hmac_sha384_1103_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717398
.tag = hmac_sha384_1104_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717419
.tag = hmac_sha384_1105_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717443
.tag = hmac_sha384_1106_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717464
.tag = hmac_sha384_1107_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717488
.tag = hmac_sha384_1108_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717509
.tag = hmac_sha384_1109_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717533
.tag = hmac_sha384_1110_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717554
.tag = hmac_sha384_1111_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717578
.tag = hmac_sha384_1112_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717599
.tag = hmac_sha384_1113_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717623
.tag = hmac_sha384_1114_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717644
.tag = hmac_sha384_1115_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717668
.tag = hmac_sha384_1116_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717689
.tag = hmac_sha384_1117_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717713
.tag = hmac_sha384_1118_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717734
.tag = hmac_sha384_1119_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717758
.tag = hmac_sha384_1120_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717779
.tag = hmac_sha384_1121_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717803
.tag = hmac_sha384_1122_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717827
.tag = hmac_sha384_1123_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717851
.tag = hmac_sha384_1124_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717875
.tag = hmac_sha384_1125_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717899
.tag = hmac_sha384_1126_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717923
.tag = hmac_sha384_1127_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717947
.tag = hmac_sha384_1128_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717971
.tag = hmac_sha384_1129_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
717995
.tag = hmac_sha384_1130_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718019
.tag = hmac_sha384_1131_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718043
.tag = hmac_sha384_1132_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718067
.tag = hmac_sha384_1133_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718091
.tag = hmac_sha384_1134_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718115
.tag = hmac_sha384_1135_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718139
.tag = hmac_sha384_1136_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718163
.tag = hmac_sha384_1137_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718187
.tag = hmac_sha384_1138_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718211
.tag = hmac_sha384_1139_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718235
.tag = hmac_sha384_1140_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718259
.tag = hmac_sha384_1141_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718283
.tag = hmac_sha384_1142_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718307
.tag = hmac_sha384_1143_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718331
.tag = hmac_sha384_1144_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718355
.tag = hmac_sha384_1145_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718379
.tag = hmac_sha384_1146_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718403
.tag = hmac_sha384_1147_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718424
.tag = hmac_sha384_1148_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718448
.tag = hmac_sha384_1149_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718469
.tag = hmac_sha384_1150_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718493
.tag = hmac_sha384_1151_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718514
.tag = hmac_sha384_1152_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718538
.tag = hmac_sha384_1153_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718559
.tag = hmac_sha384_1154_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718583
.tag = hmac_sha384_1155_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718604
.tag = hmac_sha384_1156_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718628
.tag = hmac_sha384_1157_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718649
.tag = hmac_sha384_1158_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718673
.tag = hmac_sha384_1159_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718694
.tag = hmac_sha384_1160_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718718
.tag = hmac_sha384_1161_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718739
.tag = hmac_sha384_1162_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718763
.tag = hmac_sha384_1163_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718784
.tag = hmac_sha384_1164_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718808
.tag = hmac_sha384_1165_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718829
.tag = hmac_sha384_1166_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718853
.tag = hmac_sha384_1167_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718874
.tag = hmac_sha384_1168_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718898
.tag = hmac_sha384_1169_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718919
.tag = hmac_sha384_1170_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718943
.tag = hmac_sha384_1171_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718964
.tag = hmac_sha384_1172_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
718988
.tag = hmac_sha384_1173_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719009
.tag = hmac_sha384_1174_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719033
.tag = hmac_sha384_1175_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719054
.tag = hmac_sha384_1176_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719078
.tag = hmac_sha384_1177_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719099
.tag = hmac_sha384_1178_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719123
.tag = hmac_sha384_1179_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719144
.tag = hmac_sha384_1180_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719168
.tag = hmac_sha384_1181_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719189
.tag = hmac_sha384_1182_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719213
.tag = hmac_sha384_1183_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719234
.tag = hmac_sha384_1184_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719258
.tag = hmac_sha384_1185_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719279
.tag = hmac_sha384_1186_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719303
.tag = hmac_sha384_1187_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719324
.tag = hmac_sha384_1188_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719348
.tag = hmac_sha384_1189_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719369
.tag = hmac_sha384_1190_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719393
.tag = hmac_sha384_1191_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719414
.tag = hmac_sha384_1192_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719438
.tag = hmac_sha384_1193_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719459
.tag = hmac_sha384_1194_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719483
.tag = hmac_sha384_1195_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719504
.tag = hmac_sha384_1196_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719528
.tag = hmac_sha384_1197_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719549
.tag = hmac_sha384_1198_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719573
.tag = hmac_sha384_1199_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719594
.tag = hmac_sha384_1200_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719618
.tag = hmac_sha384_1201_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719639
.tag = hmac_sha384_1202_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719663
.tag = hmac_sha384_1203_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719687
.tag = hmac_sha384_1204_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719708
.tag = hmac_sha384_1205_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719732
.tag = hmac_sha384_1206_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719756
.tag = hmac_sha384_1207_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719777
.tag = hmac_sha384_1208_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719801
.tag = hmac_sha384_1209_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719825
.tag = hmac_sha384_1210_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719846
.tag = hmac_sha384_1211_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719870
.tag = hmac_sha384_1212_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719894
.tag = hmac_sha384_1213_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719915
.tag = hmac_sha512_1214_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719939
.tag = hmac_sha512_1215_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719963
.tag = hmac_sha512_1216_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
719987
.tag = hmac_sha512_1217_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720011
.tag = hmac_sha512_1218_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720035
.tag = hmac_sha512_1219_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720059
.tag = hmac_sha512_1220_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720083
.tag = hmac_sha512_1221_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720107
.tag = hmac_sha512_1222_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720131
.tag = hmac_sha512_1223_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720155
.tag = hmac_sha512_1224_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720179
.tag = hmac_sha512_1225_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720203
.tag = hmac_sha512_1226_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720227
.tag = hmac_sha512_1227_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720251
.tag = hmac_sha512_1228_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720275
.tag = hmac_sha512_1229_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720299
.tag = hmac_sha512_1230_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720323
.tag = hmac_sha512_1231_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720347
.tag = hmac_sha512_1232_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720371
.tag = hmac_sha512_1233_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720395
.tag = hmac_sha512_1234_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720419
.tag = hmac_sha512_1235_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720443
.tag = hmac_sha512_1236_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720467
.tag = hmac_sha512_1237_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720491
.tag = hmac_sha512_1238_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720515
.tag = hmac_sha512_1239_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720539
.tag = hmac_sha512_1240_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720560
.tag = hmac_sha512_1241_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720584
.tag = hmac_sha512_1242_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720605
.tag = hmac_sha512_1243_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720629
.tag = hmac_sha512_1244_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720650
.tag = hmac_sha512_1245_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720674
.tag = hmac_sha512_1246_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720695
.tag = hmac_sha512_1247_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720719
.tag = hmac_sha512_1248_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720740
.tag = hmac_sha512_1249_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720764
.tag = hmac_sha512_1250_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720785
.tag = hmac_sha512_1251_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720809
.tag = hmac_sha512_1252_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720830
.tag = hmac_sha512_1253_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720854
.tag = hmac_sha512_1254_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720875
.tag = hmac_sha512_1255_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720899
.tag = hmac_sha512_1256_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720920
.tag = hmac_sha512_1257_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720944
.tag = hmac_sha512_1258_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720965
.tag = hmac_sha512_1259_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
720989
.tag = hmac_sha512_1260_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721010
.tag = hmac_sha512_1261_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721034
.tag = hmac_sha512_1262_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721055
.tag = hmac_sha512_1263_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721079
.tag = hmac_sha512_1264_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721100
.tag = hmac_sha512_1265_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721124
.tag = hmac_sha512_1266_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721145
.tag = hmac_sha512_1267_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721169
.tag = hmac_sha512_1268_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721190
.tag = hmac_sha512_1269_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721214
.tag = hmac_sha512_1270_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721235
.tag = hmac_sha512_1271_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721259
.tag = hmac_sha512_1272_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721280
.tag = hmac_sha512_1273_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721304
.tag = hmac_sha512_1274_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721325
.tag = hmac_sha512_1275_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721349
.tag = hmac_sha512_1276_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721370
.tag = hmac_sha512_1277_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721394
.tag = hmac_sha512_1278_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721415
.tag = hmac_sha512_1279_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721439
.tag = hmac_sha512_1280_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721460
.tag = hmac_sha512_1281_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721484
.tag = hmac_sha512_1282_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721505
.tag = hmac_sha512_1283_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721529
.tag = hmac_sha512_1284_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721550
.tag = hmac_sha512_1285_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721574
.tag = hmac_sha512_1286_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721595
.tag = hmac_sha512_1287_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721619
.tag = hmac_sha512_1288_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721640
.tag = hmac_sha512_1289_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721664
.tag = hmac_sha512_1290_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721685
.tag = hmac_sha512_1291_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721709
.tag = hmac_sha512_1292_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721730
.tag = hmac_sha512_1293_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721754
.tag = hmac_sha512_1294_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721775
.tag = hmac_sha512_1295_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721799
.tag = hmac_sha512_1296_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721823
.tag = hmac_sha512_1297_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721847
.tag = hmac_sha512_1298_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721871
.tag = hmac_sha512_1299_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721895
.tag = hmac_sha512_1300_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721919
.tag = hmac_sha512_1301_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721943
.tag = hmac_sha512_1302_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721967
.tag = hmac_sha512_1303_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
721991
.tag = hmac_sha512_1304_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722015
.tag = hmac_sha512_1305_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722039
.tag = hmac_sha512_1306_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722063
.tag = hmac_sha512_1307_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722087
.tag = hmac_sha512_1308_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722111
.tag = hmac_sha512_1309_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722135
.tag = hmac_sha512_1310_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722159
.tag = hmac_sha512_1311_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722183
.tag = hmac_sha512_1312_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722207
.tag = hmac_sha512_1313_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722231
.tag = hmac_sha512_1314_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722255
.tag = hmac_sha512_1315_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722279
.tag = hmac_sha512_1316_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722303
.tag = hmac_sha512_1317_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722327
.tag = hmac_sha512_1318_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722351
.tag = hmac_sha512_1319_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722375
.tag = hmac_sha512_1320_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722399
.tag = hmac_sha512_1321_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722420
.tag = hmac_sha512_1322_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722444
.tag = hmac_sha512_1323_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722465
.tag = hmac_sha512_1324_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722489
.tag = hmac_sha512_1325_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722510
.tag = hmac_sha512_1326_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722534
.tag = hmac_sha512_1327_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722555
.tag = hmac_sha512_1328_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722579
.tag = hmac_sha512_1329_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722600
.tag = hmac_sha512_1330_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722624
.tag = hmac_sha512_1331_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722645
.tag = hmac_sha512_1332_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722669
.tag = hmac_sha512_1333_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722690
.tag = hmac_sha512_1334_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722714
.tag = hmac_sha512_1335_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722735
.tag = hmac_sha512_1336_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722759
.tag = hmac_sha512_1337_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722780
.tag = hmac_sha512_1338_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722804
.tag = hmac_sha512_1339_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722825
.tag = hmac_sha512_1340_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722849
.tag = hmac_sha512_1341_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722870
.tag = hmac_sha512_1342_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722894
.tag = hmac_sha512_1343_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722915
.tag = hmac_sha512_1344_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722939
.tag = hmac_sha512_1345_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722960
.tag = hmac_sha512_1346_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
722984
.tag = hmac_sha512_1347_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723005
.tag = hmac_sha512_1348_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723029
.tag = hmac_sha512_1349_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723050
.tag = hmac_sha512_1350_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723074
.tag = hmac_sha512_1351_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723095
.tag = hmac_sha512_1352_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723119
.tag = hmac_sha512_1353_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723140
.tag = hmac_sha512_1354_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723164
.tag = hmac_sha512_1355_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723185
.tag = hmac_sha512_1356_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723209
.tag = hmac_sha512_1357_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723230
.tag = hmac_sha512_1358_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723254
.tag = hmac_sha512_1359_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723275
.tag = hmac_sha512_1360_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723299
.tag = hmac_sha512_1361_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723320
.tag = hmac_sha512_1362_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723344
.tag = hmac_sha512_1363_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723365
.tag = hmac_sha512_1364_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723389
.tag = hmac_sha512_1365_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723410
.tag = hmac_sha512_1366_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723434
.tag = hmac_sha512_1367_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723455
.tag = hmac_sha512_1368_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723479
.tag = hmac_sha512_1369_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723500
.tag = hmac_sha512_1370_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723524
.tag = hmac_sha512_1371_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723545
.tag = hmac_sha512_1372_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723569
.tag = hmac_sha512_1373_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723590
.tag = hmac_sha512_1374_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723614
.tag = hmac_sha512_1375_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723635
.tag = hmac_sha512_1376_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723659
.tag = hmac_sha512_1377_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723683
.tag = hmac_sha512_1378_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723704
.tag = hmac_sha512_1379_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723728
.tag = hmac_sha512_1380_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723752
.tag = hmac_sha512_1381_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723773
.tag = hmac_sha512_1382_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723797
.tag = hmac_sha512_1383_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723821
.tag = hmac_sha512_1384_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723842
.tag = hmac_sha512_1385_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723866
.tag = hmac_sha512_1386_tag,
crypto/libecc/src/wycheproof_tests/libecc_wycheproof_tests.h
723890
.tag = hmac_sha512_1387_tag,
crypto/openssh/cipher-chachapoly-libcrypto.c
108
const u_char *tag = src + aadlen + len;
crypto/openssh/cipher-chachapoly-libcrypto.c
111
if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
crypto/openssh/cipher-chachapoly.c
89
const u_char *tag = src + aadlen + len;
crypto/openssh/cipher-chachapoly.c
92
if (timingsafe_bcmp(expected_tag, tag, POLY1305_TAGLEN) != 0) {
crypto/openssh/libcrux_mlkem768_sha3.h
152
Eurydice_slice_to_array3(&(dst)->tag, (char *)&(dst)->val.case_Ok, src, \
crypto/openssh/libcrux_mlkem768_sha3.h
203
? (CLITERAL(ret_t){.tag = None}) \
crypto/openssh/libcrux_mlkem768_sha3.h
204
: (CLITERAL(ret_t){.tag = Some, .f0 = (iter_ptr)->start++}))
crypto/openssh/libcrux_mlkem768_sha3.h
2496
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
266
Option_ef_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
2855
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
2983
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
309
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
325
if (self.tag == Ok) {
crypto/openssh/libcrux_mlkem768_sha3.h
342
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
358
if (self.tag == Ok) {
crypto/openssh/libcrux_mlkem768_sha3.h
3590
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
375
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
391
if (self.tag == Ok) {
crypto/openssh/libcrux_mlkem768_sha3.h
3949
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
4245
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
514
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
530
if (self.tag == Ok) {
crypto/openssh/libcrux_mlkem768_sha3.h
5531
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
5650
.tag == None) {
crypto/openssh/libcrux_mlkem768_sha3.h
6815
if (!(uu____0.tag == None)) {
crypto/openssh/libcrux_mlkem768_sha3.h
683
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
699
if (self.tag == Ok) {
crypto/openssh/libcrux_mlkem768_sha3.h
716
Result_86_tags tag;
crypto/openssh/libcrux_mlkem768_sha3.h
732
if (self.tag == Ok) {
crypto/openssh/log.c
456
char tag[128], fmt2[MSGBUFSIZ + 128];
crypto/openssh/log.c
465
snprintf(tag, sizeof(tag), "%.48s:%.48s():%d (bin=%s, pid=%ld)",
crypto/openssh/log.c
469
if (match_pattern_list(tag, log_verbose[i], 0) == 1) {
crypto/openssh/log.c
476
snprintf(fmt2, sizeof(fmt2), "%s: %s", tag, fmt);
crypto/openssh/misc.c
2219
exited_cleanly(pid_t pid, const char *tag, const char *cmd, int quiet)
crypto/openssh/misc.c
2225
error("%s waitpid: %s", tag, strerror(errno));
crypto/openssh/misc.c
2230
error("%s %s exited on signal %d", tag, cmd, WTERMSIG(status));
crypto/openssh/misc.c
2234
"%s %s failed, status %d", tag, cmd, WEXITSTATUS(status));
crypto/openssh/misc.c
2759
subprocess(const char *tag, const char *command,
crypto/openssh/misc.c
2773
error("%s: inconsistent arguments", tag); /* XXX fatal? */
crypto/openssh/misc.c
2777
error("%s: no user for current uid", tag);
crypto/openssh/misc.c
2784
tag, command, pw->pw_name, flags);
crypto/openssh/misc.c
2802
error("%s path is not absolute", tag);
crypto/openssh/misc.c
2808
error("Could not stat %s \"%s\": %s", tag,
crypto/openssh/misc.c
2814
error("Unsafe %s \"%s\": %s", tag, av[0], errmsg);
crypto/openssh/misc.c
2819
error("%s: pipe: %s", tag, strerror(errno));
crypto/openssh/misc.c
2830
error("%s: fork: %s", tag, strerror(errno));
crypto/openssh/misc.c
2851
error("%s: open %s: %s", tag, _PATH_DEVNULL,
crypto/openssh/misc.c
2856
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2867
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2874
error("%s: initgroups(%s, %u): %s", tag,
crypto/openssh/misc.c
2879
error("%s: setresgid %u: %s", tag, (u_int)pw->pw_gid,
crypto/openssh/misc.c
2884
error("%s: setresuid %u: %s", tag, (u_int)pw->pw_uid,
crypto/openssh/misc.c
2891
error("%s: dup2: %s", tag, strerror(errno));
crypto/openssh/misc.c
2898
error("%s %s \"%s\": %s", tag, env == NULL ? "execv" : "execve",
crypto/openssh/misc.c
2909
error("%s: fdopen: %s", tag, strerror(errno));
crypto/openssh/misc.c
2918
debug3_f("%s pid %ld", tag, (long)pid);
crypto/openssh/packet.c
1996
char *tag = NULL, remote_id[512];
crypto/openssh/packet.c
2032
if (vasprintf(&tag, fmt, ap) == -1) {
crypto/openssh/packet.c
2039
tag != NULL ? tag : "", tag != NULL ? ": " : "",
crypto/openssh/readconf.c
1499
charptr = &options->tag;
crypto/openssh/readconf.c
2764
options->tag = NULL;
crypto/openssh/readconf.c
3720
dump_cfg_string(oTag, o->tag);
crypto/openssh/readconf.c
854
criteria = xstrdup(options->tag == NULL ? "" :
crypto/openssh/readconf.c
855
options->tag);
crypto/openssh/readconf.h
72
char *tag; /* Configuration tag name. */
crypto/openssh/sftp-client.c
1541
send_open(struct sftp_conn *conn, const char *path, const char *tag,
crypto/openssh/sftp-client.c
1569
fatal_fr(r, "compose %s open", tag);
crypto/openssh/sftp-client.c
1573
tag, id, path, openmode);
crypto/openssh/sftp-client.c
1575
"%s open \"%s\"", tag, path)) == NULL)
crypto/openssh/ssh-agent.c
381
match_key_hop(const char *tag, const struct sshkey *key,
crypto/openssh/ssh-agent.c
396
tag, hostname, sshkey_type(key), fp, dch->nkeys);
crypto/openssh/ssh-agent.c
405
debug3_f("%s: key %u: %s%s %s", tag, i,
crypto/openssh/ssh.c
822
if (options.tag == NULL)
crypto/openssh/ssh.c
823
options.tag = xstrdup(optarg);
crypto/openssh/sshconnect.c
887
char *command = NULL, *tag = NULL, **av = NULL;
crypto/openssh/sshconnect.c
892
xasprintf(&tag, "KnownHostsCommand-%s", invocation);
crypto/openssh/sshconnect.c
909
error("%s \"%s\" contains invalid quotes", tag,
crypto/openssh/sshconnect.c
914
error("%s \"%s\" yielded no arguments", tag,
crypto/openssh/sshconnect.c
935
if ((pid = subprocess(tag, command, ac, av, &f,
crypto/openssh/sshconnect.c
940
load_hostkeys_file(hostkeys, hostfile_hostname, tag, f, 1);
crypto/openssh/sshconnect.c
942
if (exited_cleanly(pid, tag, command, 0) != 0)
crypto/openssh/sshconnect.c
952
free(tag);
crypto/openssh/umac.c
1244
int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8])
crypto/openssh/umac.c
1247
uhash_final(&ctx->hash, (u_char *)tag);
crypto/openssh/umac.c
1248
pdf_gen_xor(&ctx->pdf, (const UINT8 *)nonce, (UINT8 *)tag);
crypto/openssh/umac.c
1268
long len, u_char tag[],
crypto/openssh/umac.c
1272
uhash(&ctx->hash, input, len, (u_char *)tag);
crypto/openssh/umac.c
1273
pdf_gen_xor(&ctx->pdf, (UINT8 *)nonce, (UINT8 *)tag);
crypto/openssh/umac.h
122
int umac128_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
crypto/openssh/umac.h
68
int umac_final(struct umac_ctx *ctx, u_char tag[], const u_char nonce[8]);
crypto/openssh/umac.h
78
long len, u_char tag[],
crypto/openssl/apps/ca.c
1365
static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
crypto/openssl/apps/ca.c
1367
char *entry = NCONF_get_string(conf, section, tag);
crypto/openssl/apps/ca.c
1369
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
crypto/openssl/apps/ca.c
91
static char *lookup_conf(const CONF *conf, const char *group, const char *tag);
crypto/openssl/apps/s_client.c
3739
int tag, xclass, inf, ret = -1;
crypto/openssl/apps/s_client.c
3772
inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
crypto/openssl/apps/s_client.c
3773
if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE || (rem = end - cur, len > rem)) {
crypto/openssl/apps/s_client.c
3781
inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
crypto/openssl/apps/s_client.c
3782
if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || (rem = end - cur, len > rem)) {
crypto/openssl/apps/s_client.c
3791
inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
crypto/openssl/apps/s_client.c
3792
if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || tag != 24) {
crypto/openssl/apps/s_client.c
3799
inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem);
crypto/openssl/apps/s_client.c
3800
if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || (rem = end - cur, len > rem)) {
crypto/openssl/apps/speed.c
1075
unsigned char tag[TAG_LEN];
crypto/openssl/apps/speed.c
1114
memcpy(tag, tempargs->tag, TAG_LEN);
crypto/openssl/apps/speed.c
1117
TAG_LEN, tag)) {
crypto/openssl/apps/speed.c
3142
TAG_LEN, &loopargs[k].tag)) {
crypto/openssl/apps/speed.c
610
unsigned char tag[TAG_LEN];
crypto/openssl/apps/srp.c
112
static char *lookup_conf(const CONF *conf, const char *section, const char *tag)
crypto/openssl/apps/srp.c
114
char *entry = NCONF_get_string(conf, section, tag);
crypto/openssl/apps/srp.c
116
BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
crypto/openssl/crypto/asn1/a_d2i_fp.c
122
int inf, tag, xclass;
crypto/openssl/crypto/asn1/a_d2i_fp.c
162
inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff);
crypto/openssl/crypto/asn1/a_d2i_fp.c
183
} else if (eos && (slen == 0) && (tag == V_ASN1_EOC)) {
crypto/openssl/crypto/asn1/a_int.c
409
int inf, tag, xclass;
crypto/openssl/crypto/asn1/a_int.c
420
inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
crypto/openssl/crypto/asn1/a_int.c
426
if (tag != V_ASN1_INTEGER) {
crypto/openssl/crypto/asn1/a_object.c
215
int tag, xclass;
crypto/openssl/crypto/asn1/a_object.c
219
inf = ASN1_get_object(&p, &len, &tag, &xclass, length);
crypto/openssl/crypto/asn1/a_object.c
225
if (tag != V_ASN1_OBJECT) {
crypto/openssl/crypto/asn1/asn1_gen.c
45
int tag;
crypto/openssl/crypto/asn1/asn1_gen.c
574
return tntmp->tag;
crypto/openssl/crypto/asn1/asn1_gen.c
770
int tag;
crypto/openssl/crypto/asn1/asn1_gen.c
777
tag = asn1_str2tag(elem, len);
crypto/openssl/crypto/asn1/asn1_gen.c
778
if (!tag || (tag & ASN1_GEN_FLAG))
crypto/openssl/crypto/asn1/asn1_gen.c
780
tmpmask = ASN1_tag2bit(tag);
crypto/openssl/crypto/asn1/asn1_lib.c
160
void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag,
crypto/openssl/crypto/asn1/asn1_lib.c
168
if (tag < 31) {
crypto/openssl/crypto/asn1/asn1_lib.c
169
*(p++) = i | (tag & V_ASN1_PRIMITIVE_TAG);
crypto/openssl/crypto/asn1/asn1_lib.c
172
for (i = 0, ttag = tag; ttag > 0; i++)
crypto/openssl/crypto/asn1/asn1_lib.c
176
p[i] = tag & 0x7f;
crypto/openssl/crypto/asn1/asn1_lib.c
179
tag >>= 7;
crypto/openssl/crypto/asn1/asn1_lib.c
222
int ASN1_object_size(int constructed, int length, int tag)
crypto/openssl/crypto/asn1/asn1_lib.c
228
if (tag >= 31) {
crypto/openssl/crypto/asn1/asn1_lib.c
229
while (tag > 0) {
crypto/openssl/crypto/asn1/asn1_lib.c
230
tag >>= 7;
crypto/openssl/crypto/asn1/asn1_lib.c
52
int tag, xclass, inf;
crypto/openssl/crypto/asn1/asn1_lib.c
77
tag = (int)len;
crypto/openssl/crypto/asn1/asn1_lib.c
81
tag = i;
crypto/openssl/crypto/asn1/asn1_lib.c
86
*ptag = tag;
crypto/openssl/crypto/asn1/asn1_parse.c
101
int tag, xclass, ret = 0;
crypto/openssl/crypto/asn1/asn1_parse.c
120
j = ASN1_get_object(&p, &len, &tag, &xclass, length);
crypto/openssl/crypto/asn1/asn1_parse.c
131
hl, len, tag, xclass, j, (indent) ? depth : 0))
crypto/openssl/crypto/asn1/asn1_parse.c
174
if ((tag == V_ASN1_PRINTABLESTRING) || (tag == V_ASN1_T61STRING) || (tag == V_ASN1_IA5STRING) || (tag == V_ASN1_VISIBLESTRING) || (tag == V_ASN1_NUMERICSTRING) || (tag == V_ASN1_UTF8STRING) || (tag == V_ASN1_UTCTIME) || (tag == V_ASN1_GENERALIZEDTIME)) {
crypto/openssl/crypto/asn1/asn1_parse.c
179
} else if (tag == V_ASN1_OBJECT) {
crypto/openssl/crypto/asn1/asn1_parse.c
190
} else if (tag == V_ASN1_BOOLEAN) {
crypto/openssl/crypto/asn1/asn1_parse.c
198
} else if (tag == V_ASN1_BMPSTRING) {
crypto/openssl/crypto/asn1/asn1_parse.c
200
} else if (tag == V_ASN1_OCTET_STRING) {
crypto/openssl/crypto/asn1/asn1_parse.c
23
int tag, int xclass, int constructed, int indent)
crypto/openssl/crypto/asn1/asn1_parse.c
252
} else if (tag == V_ASN1_INTEGER) {
crypto/openssl/crypto/asn1/asn1_parse.c
278
} else if (tag == V_ASN1_ENUMERATED) {
crypto/openssl/crypto/asn1/asn1_parse.c
335
if ((tag == V_ASN1_EOC) && (xclass == 0)) {
crypto/openssl/crypto/asn1/asn1_parse.c
352
const char *ASN1_tag2str(int tag)
crypto/openssl/crypto/asn1/asn1_parse.c
373
if ((tag == V_ASN1_NEG_INTEGER) || (tag == V_ASN1_NEG_ENUMERATED))
crypto/openssl/crypto/asn1/asn1_parse.c
374
tag &= ~0x100;
crypto/openssl/crypto/asn1/asn1_parse.c
376
if (tag < 0 || tag > 30)
crypto/openssl/crypto/asn1/asn1_parse.c
378
return tag2str[tag];
crypto/openssl/crypto/asn1/asn1_parse.c
65
BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag);
crypto/openssl/crypto/asn1/asn1_parse.c
67
BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag);
crypto/openssl/crypto/asn1/asn1_parse.c
69
BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag);
crypto/openssl/crypto/asn1/asn1_parse.c
70
else if (tag > 30)
crypto/openssl/crypto/asn1/asn1_parse.c
71
BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);
crypto/openssl/crypto/asn1/asn1_parse.c
73
p = ASN1_tag2str(tag);
crypto/openssl/crypto/asn1/tasn_dec.c
105
unsigned long ASN1_tag2bit(int tag)
crypto/openssl/crypto/asn1/tasn_dec.c
107
if ((tag < 0) || (tag > 30))
crypto/openssl/crypto/asn1/tasn_dec.c
1074
char inf, int tag, int aclass, int depth)
crypto/openssl/crypto/asn1/tasn_dec.c
109
return tag2bit[tag];
crypto/openssl/crypto/asn1/tasn_dec.c
1105
len, tag, aclass, 0, NULL)) {
crypto/openssl/crypto/asn1/tasn_dec.c
1116
if (!asn1_collect(buf, &p, plen, ininf, tag, aclass, depth + 1))
crypto/openssl/crypto/asn1/tasn_dec.c
133
long len, const ASN1_ITEM *it, int tag,
crypto/openssl/crypto/asn1/tasn_dec.c
143
rv = asn1_item_embed_d2i(pval, in, len, it, tag, aclass, opt, ctx, 0,
crypto/openssl/crypto/asn1/tasn_dec.c
152
int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/openssl/crypto/asn1/tasn_dec.c
154
return asn1_item_ex_d2i_intern(pval, in, len, it, tag, aclass, opt, ctx,
crypto/openssl/crypto/asn1/tasn_dec.c
190
int tag, int aclass, char opt, ASN1_TLC *ctx,
crypto/openssl/crypto/asn1/tasn_dec.c
235
if ((tag != -1) || opt) {
crypto/openssl/crypto/asn1/tasn_dec.c
244
tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_dec.c
251
if (tag != -1) {
crypto/openssl/crypto/asn1/tasn_dec.c
288
return ef->asn1_ex_d2i_ex(pval, in, len, it, tag, aclass, opt, ctx,
crypto/openssl/crypto/asn1/tasn_dec.c
290
return ef->asn1_ex_d2i(pval, in, len, it, tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_dec.c
297
if (tag != -1) {
crypto/openssl/crypto/asn1/tasn_dec.c
33
char inf, int tag, int aclass, int depth);
crypto/openssl/crypto/asn1/tasn_dec.c
367
if (tag == -1) {
crypto/openssl/crypto/asn1/tasn_dec.c
368
tag = V_ASN1_SEQUENCE;
crypto/openssl/crypto/asn1/tasn_dec.c
373
&p, len, tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_dec.c
548
&p, inlen, tt->tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_dec.c
55
int tag, int aclass, char opt,
crypto/openssl/crypto/asn1/tasn_dec.c
626
sktag = tt->tag;
crypto/openssl/crypto/asn1/tasn_dec.c
700
ASN1_ITEM_ptr(tt->item), tt->tag, aclass, opt,
crypto/openssl/crypto/asn1/tasn_dec.c
728
int tag, int aclass, char opt, ASN1_TLC *ctx)
crypto/openssl/crypto/asn1/tasn_dec.c
744
utype = tag;
crypto/openssl/crypto/asn1/tasn_dec.c
745
tag = -1;
crypto/openssl/crypto/asn1/tasn_dec.c
752
if (tag >= 0) {
crypto/openssl/crypto/asn1/tasn_dec.c
770
if (tag == -1) {
crypto/openssl/crypto/asn1/tasn_dec.c
771
tag = utype;
crypto/openssl/crypto/asn1/tasn_dec.c
777
&p, inlen, tag, aclass, opt, ctx);
crypto/openssl/crypto/asn1/tasn_enc.c
103
tag, aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
104
return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
111
if (tag != -1) {
crypto/openssl/crypto/asn1/tasn_enc.c
122
if (tag != -1) {
crypto/openssl/crypto/asn1/tasn_enc.c
144
return ef->asn1_ex_i2d(pval, out, it, tag, aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
163
if (tag == -1) {
crypto/openssl/crypto/asn1/tasn_enc.c
164
tag = V_ASN1_SEQUENCE;
crypto/openssl/crypto/asn1/tasn_enc.c
186
seqlen = ASN1_object_size(ndef, seqcontlen, tag);
crypto/openssl/crypto/asn1/tasn_enc.c
190
ASN1_put_object(out, ndef, seqcontlen, tag, aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
20
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
214
const ASN1_TEMPLATE *tt, int tag, int iclass)
crypto/openssl/crypto/asn1/tasn_enc.c
237
if (tag != -1)
crypto/openssl/crypto/asn1/tasn_enc.c
241
ttag = tt->tag;
crypto/openssl/crypto/asn1/tasn_enc.c
243
} else if (tag != -1) {
crypto/openssl/crypto/asn1/tasn_enc.c
245
ttag = tag;
crypto/openssl/crypto/asn1/tasn_enc.c
26
const ASN1_TEMPLATE *tt, int tag, int aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
462
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/asn1/tasn_enc.c
499
if (tag == -1)
crypto/openssl/crypto/asn1/tasn_enc.c
500
tag = utype;
crypto/openssl/crypto/asn1/tasn_enc.c
505
ASN1_put_object(out, ndef, len, tag, aclass);
crypto/openssl/crypto/asn1/tasn_enc.c
514
return ASN1_object_size(ndef, len, tag);
crypto/openssl/crypto/asn1/tasn_enc.c
82
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/asn1_dsa.c
190
unsigned int tag, tmp;
crypto/openssl/crypto/asn1_dsa.c
193
if (!PACKET_get_1(pkt, &tag)
crypto/openssl/crypto/asn1_dsa.c
194
|| tag != ID_INTEGER
crypto/openssl/crypto/asn1_dsa.c
239
unsigned int tag;
crypto/openssl/crypto/asn1_dsa.c
242
|| !PACKET_get_1(&pkt, &tag)
crypto/openssl/crypto/asn1_dsa.c
243
|| tag != ID_SEQUENCE
crypto/openssl/crypto/cms/cms_enc.c
114
ec->taglen, ec->tag)
crypto/openssl/crypto/cms/cms_env.c
1226
ec->tag = aenv->mac->data;
crypto/openssl/crypto/cms/cms_env.c
1302
unsigned char *tag = NULL;
crypto/openssl/crypto/cms/cms_env.c
1316
|| (tag = OPENSSL_malloc(taglen)) == NULL
crypto/openssl/crypto/cms/cms_env.c
1318
tag)
crypto/openssl/crypto/cms/cms_env.c
1324
if (!ASN1_OCTET_STRING_set(cms->d.authEnvelopedData->mac, tag, taglen))
crypto/openssl/crypto/cms/cms_env.c
1329
OPENSSL_free(tag);
crypto/openssl/crypto/cms/cms_local.h
135
unsigned char *tag;
crypto/openssl/crypto/crmf/crmf_lib.c
400
ASN1_INTEGER *tag = NULL;
crypto/openssl/crypto/crmf/crmf_lib.c
435
tag = ASN1_INTEGER_new();
crypto/openssl/crypto/crmf/crmf_lib.c
437
pp->value.keyEncipherment->value.subsequentMessage = tag;
crypto/openssl/crypto/crmf/crmf_lib.c
438
if (tag == NULL
crypto/openssl/crypto/crmf/crmf_lib.c
439
|| !ASN1_INTEGER_set(tag, OSSL_CRMF_SUBSEQUENTMESSAGE_ENCRCERT))
crypto/openssl/crypto/der_writer.c
100
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
106
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
128
int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v)
crypto/openssl/crypto/der_writer.c
130
return int_der_w_integer(pkt, tag, int_put_bytes_uint32, &v);
crypto/openssl/crypto/der_writer.c
150
int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v)
crypto/openssl/crypto/der_writer.c
155
return ossl_DER_w_uint32(pkt, tag, 0);
crypto/openssl/crypto/der_writer.c
157
return int_der_w_integer(pkt, tag, int_put_bytes_bn, v);
crypto/openssl/crypto/der_writer.c
16
static int int_start_context(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
160
int ossl_DER_w_null(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
162
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
166
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
170
int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
172
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
176
int ossl_DER_w_end_sequence(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
18
if (tag < 0)
crypto/openssl/crypto/der_writer.c
197
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
20
if (!ossl_assert(tag <= 30))
crypto/openssl/crypto/der_writer.c
25
static int int_end_context(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
37
if (tag < 0)
crypto/openssl/crypto/der_writer.c
39
if (!ossl_assert(tag <= 30))
crypto/openssl/crypto/der_writer.c
43
tag |= DER_F_CONSTRUCTED | DER_C_CONTEXT;
crypto/openssl/crypto/der_writer.c
48
&& (size1 == size2 || WPACKET_put_bytes_u8(pkt, tag));
crypto/openssl/crypto/der_writer.c
51
int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
crypto/openssl/crypto/der_writer.c
55
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
57
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
60
int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b)
crypto/openssl/crypto/der_writer.c
62
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
67
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
70
int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
crypto/openssl/crypto/der_writer.c
73
return int_start_context(pkt, tag)
crypto/openssl/crypto/der_writer.c
78
&& int_end_context(pkt, tag);
crypto/openssl/crypto/der_writer.c
81
int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value)
crypto/openssl/crypto/der_writer.c
90
return ossl_DER_w_octet_string(pkt, tag, tmp, sizeof(tmp));
crypto/openssl/crypto/der_writer.c
93
static int int_der_w_integer(WPACKET *pkt, int tag,
crypto/openssl/crypto/evp/e_aes.c
109
unsigned char tag[16];
crypto/openssl/crypto/evp/e_aes.c
3570
unsigned char tag[16];
crypto/openssl/crypto/evp/e_aes.c
3571
if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) {
crypto/openssl/crypto/evp/e_aes.c
3572
if (!CRYPTO_memcmp(tag, in + len, cctx->M))
crypto/openssl/crypto/evp/e_aes.c
3637
unsigned char tag[16];
crypto/openssl/crypto/evp/e_aes.c
3638
if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) {
crypto/openssl/crypto/evp/e_aes.c
3639
if (!CRYPTO_memcmp(tag, EVP_CIPHER_CTX_buf_noconst(ctx),
crypto/openssl/crypto/evp/e_aes.c
3890
memcpy(octx->tag, ptr, arg);
crypto/openssl/crypto/evp/e_aes.c
3897
memcpy(ptr, octx->tag, arg);
crypto/openssl/crypto/evp/e_aes.c
4125
octx->tag, octx->taglen)
crypto/openssl/crypto/evp/e_aes.c
4132
if (CRYPTO_ocb128_tag(&octx->ocb, octx->tag, 16) != 1)
crypto/openssl/crypto/evp/e_aria.c
673
unsigned char tag[16];
crypto/openssl/crypto/evp/e_aria.c
674
if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) {
crypto/openssl/crypto/evp/e_aria.c
675
if (!CRYPTO_memcmp(tag, in + len, cctx->M))
crypto/openssl/crypto/evp/e_aria.c
739
unsigned char tag[16];
crypto/openssl/crypto/evp/e_aria.c
740
if (CRYPTO_ccm128_tag(ccm, tag, cctx->M)) {
crypto/openssl/crypto/evp/e_aria.c
741
if (!CRYPTO_memcmp(tag, EVP_CIPHER_CTX_buf_noconst(ctx),
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
157
unsigned char tag[POLY1305_BLOCK_SIZE];
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
346
EVP_CIPHER_CTX_is_encrypting(ctx) ? actx->tag : tohash);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
351
memcpy(out, actx->tag, POLY1305_BLOCK_SIZE);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
469
EVP_CIPHER_CTX_is_encrypting(ctx) ? actx->tag : temp);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
474
memcpy(out, actx->tag, POLY1305_BLOCK_SIZE);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
482
if (CRYPTO_memcmp(temp, actx->tag, actx->tag_len))
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
558
memcpy(actx->tag, ptr, arg);
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
566
memcpy(ptr, actx->tag, arg);
crypto/openssl/crypto/evp/legacy_sha.c
29
#define IMPLEMENT_LEGACY_EVP_MD_METH_SHA3(nm, fn, tag) \
crypto/openssl/crypto/evp/legacy_sha.c
32
return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
crypto/openssl/crypto/evp/legacy_sha.c
43
#define IMPLEMENT_LEGACY_EVP_MD_METH_SHAKE(nm, fn, tag) \
crypto/openssl/crypto/evp/legacy_sha.c
46
return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
crypto/openssl/crypto/ffc/ffc_dh.c
34
#define RFC5114(name, uid, sz, tag) { \
crypto/openssl/crypto/ffc/ffc_dh.c
38
&ossl_bignum_dh##tag##_p, &ossl_bignum_dh##tag##_q, \
crypto/openssl/crypto/ffc/ffc_dh.c
39
&ossl_bignum_dh##tag##_g \
crypto/openssl/crypto/ffc/ffc_dh.c
46
#define RFC5114(name, uid, sz, tag) { name, uid }
crypto/openssl/crypto/hpke/hpke.c
227
unsigned char tag[EVP_MAX_AEAD_TAG_LENGTH];
crypto/openssl/crypto/hpke/hpke.c
234
if (!ossl_assert(taglen <= sizeof(tag))) {
crypto/openssl/crypto/hpke/hpke.c
276
if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, taglen, tag) != 1) {
crypto/openssl/crypto/hpke/hpke.c
280
memcpy(ct + *ctlen, tag, taglen);
crypto/openssl/crypto/modes/ccm128.c
432
size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/ccm128.c
440
memcpy(tag, ctx->cmac.c, M);
crypto/openssl/crypto/modes/gcm128.c
1543
int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/crypto/modes/gcm128.c
1601
if (tag && len <= sizeof(ctx->Xi))
crypto/openssl/crypto/modes/gcm128.c
1602
return CRYPTO_memcmp(ctx->Xi.c, tag, len);
crypto/openssl/crypto/modes/gcm128.c
1607
void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/gcm128.c
1610
memcpy(tag, ctx->Xi.c,
crypto/openssl/crypto/modes/ocb128.c
510
static int ocb_finish(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len,
crypto/openssl/crypto/modes/ocb128.c
528
memcpy(tag, &tmp, len);
crypto/openssl/crypto/modes/ocb128.c
531
return CRYPTO_memcmp(&tmp, tag, len);
crypto/openssl/crypto/modes/ocb128.c
538
int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/crypto/modes/ocb128.c
541
return ocb_finish(ctx, (unsigned char *)tag, len, 0);
crypto/openssl/crypto/modes/ocb128.c
547
int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/ocb128.c
549
return ocb_finish(ctx, tag, len, 1);
crypto/openssl/crypto/modes/siv128.c
288
memcpy(ctx->tag.byte, &q, SIV_LEN);
crypto/openssl/crypto/modes/siv128.c
314
memcpy(&q, ctx->tag.byte, SIV_LEN);
crypto/openssl/crypto/modes/siv128.c
322
p = ctx->tag.byte;
crypto/openssl/crypto/modes/siv128.c
345
int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
351
memcpy(ctx->tag.byte, tag, len);
crypto/openssl/crypto/modes/siv128.c
358
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len)
crypto/openssl/crypto/modes/siv128.c
364
memcpy(tag, ctx->tag.byte, len);
crypto/openssl/crypto/modes/siv128.c
381
OPENSSL_cleanse(&ctx->tag, sizeof(ctx->tag));
crypto/openssl/crypto/pkcs7/pk7_doit.c
78
int inf, tag, class;
crypto/openssl/crypto/pkcs7/pk7_doit.c
83
inf = ASN1_get_object(&data, &len, &tag, &class,
crypto/openssl/crypto/pkcs7/pk7_doit.c
85
if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE
crypto/openssl/crypto/ts/ts_conf.c
125
static void ts_CONF_lookup_fail(const char *name, const char *tag)
crypto/openssl/crypto/ts/ts_conf.c
127
ERR_raise_data(ERR_LIB_TS, TS_R_VAR_LOOKUP_FAILURE, "%s::%s", name, tag);
crypto/openssl/crypto/ts/ts_conf.c
130
static void ts_CONF_invalid(const char *name, const char *tag)
crypto/openssl/crypto/ts/ts_conf.c
132
ERR_raise_data(ERR_LIB_TS, TS_R_VAR_BAD_VALUE, "%s::%s", name, tag);
crypto/openssl/crypto/x509/v3_cpols.c
293
int i, ret, len, tag;
crypto/openssl/crypto/x509/v3_cpols.c
318
tag = displaytext_str2tag(value, &tag_len);
crypto/openssl/crypto/x509/v3_cpols.c
319
if ((not->exptext = ASN1_STRING_type_new(tag)) == NULL) {
crypto/openssl/crypto/x509/x_name.c
143
const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/crypto/x509/x_name.c
170
tag, aclass, opt, ctx);
crypto/openssl/crypto/x509/x_name.c
215
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/x509/x_name.c
29
int tag, int aclass, char opt, ASN1_TLC *ctx);
crypto/openssl/crypto/x509/x_name.c
32
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/crypto/x509/x_pubkey.c
130
const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/crypto/x509/x_pubkey.c
151
tag, aclass, opt, ctx, 0,
crypto/openssl/crypto/x509/x_pubkey.c
242
const ASN1_ITEM *it, int tag, int aclass)
crypto/openssl/crypto/x509/x_pubkey.c
245
tag, aclass);
crypto/openssl/include/crypto/asn1.h
153
long len, const ASN1_ITEM *it, int tag, int aclass,
crypto/openssl/include/crypto/modes.h
223
SIV_BLOCK tag;
crypto/openssl/include/crypto/siv.h
27
int ossl_siv128_set_tag(SIV128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/include/crypto/siv.h
29
int ossl_siv128_get_tag(SIV128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/internal/der.h
76
int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
crypto/openssl/include/internal/der.h
80
int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
crypto/openssl/include/internal/der.h
81
int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
crypto/openssl/include/internal/der.h
82
int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
crypto/openssl/include/internal/der.h
83
int ossl_DER_w_null(WPACKET *pkt, int tag);
crypto/openssl/include/internal/der.h
84
int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
crypto/openssl/include/internal/der.h
86
int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
crypto/openssl/include/internal/der.h
91
int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
crypto/openssl/include/internal/der.h
92
int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
crypto/openssl/include/internal/quic_wire_pkt.h
634
unsigned char *tag);
crypto/openssl/include/openssl/asn1.h
886
unsigned long ASN1_tag2bit(int tag);
crypto/openssl/include/openssl/asn1.h
894
int tag, int xclass);
crypto/openssl/include/openssl/asn1.h
896
int ASN1_object_size(int constructed, int length, int tag);
crypto/openssl/include/openssl/asn1.h
980
const char *ASN1_tag2str(int tag);
crypto/openssl/include/openssl/asn1t.h
344
#define ASN1_EX_TEMPLATE_TYPE(flags, tag, name, type) { \
crypto/openssl/include/openssl/asn1t.h
345
(flags), (tag), 0, \
crypto/openssl/include/openssl/asn1t.h
353
#define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
crypto/openssl/include/openssl/asn1t.h
354
(flags), (tag), offsetof(stname, field), \
crypto/openssl/include/openssl/asn1t.h
360
#define ASN1_IMP_EX(stname, field, type, tag, ex) \
crypto/openssl/include/openssl/asn1t.h
361
ASN1_EX_TYPE(ASN1_TFLG_IMPLICIT | (ex), tag, stname, field, type)
crypto/openssl/include/openssl/asn1t.h
363
#define ASN1_EXP_EX(stname, field, type, tag, ex) \
crypto/openssl/include/openssl/asn1t.h
364
ASN1_EX_TYPE(ASN1_TFLG_EXPLICIT | (ex), tag, stname, field, type)
crypto/openssl/include/openssl/asn1t.h
381
#define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0)
crypto/openssl/include/openssl/asn1t.h
382
#define ASN1_IMP_EMBED(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_EMBED)
crypto/openssl/include/openssl/asn1t.h
385
#define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
386
#define ASN1_IMP_OPT_EMBED(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL | ASN1_TFLG_EMBED)
crypto/openssl/include/openssl/asn1t.h
390
#define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0)
crypto/openssl/include/openssl/asn1t.h
391
#define ASN1_EXP_EMBED(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_EMBED)
crypto/openssl/include/openssl/asn1t.h
392
#define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
393
#define ASN1_EXP_OPT_EMBED(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL | ASN1_TFLG_EMBED)
crypto/openssl/include/openssl/asn1t.h
413
#define ASN1_IMP_SET_OF(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
414
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
crypto/openssl/include/openssl/asn1t.h
416
#define ASN1_EXP_SET_OF(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
417
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF)
crypto/openssl/include/openssl/asn1t.h
419
#define ASN1_IMP_SET_OF_OPT(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
420
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
422
#define ASN1_EXP_SET_OF_OPT(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
423
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SET_OF | ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
425
#define ASN1_IMP_SEQUENCE_OF(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
426
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
crypto/openssl/include/openssl/asn1t.h
428
#define ASN1_IMP_SEQUENCE_OF_OPT(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
429
ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
431
#define ASN1_EXP_SEQUENCE_OF(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
432
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF)
crypto/openssl/include/openssl/asn1t.h
434
#define ASN1_EXP_SEQUENCE_OF_OPT(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
435
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_SEQUENCE_OF | ASN1_TFLG_OPTIONAL)
crypto/openssl/include/openssl/asn1t.h
438
#define ASN1_NDEF_EXP(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
439
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_NDEF)
crypto/openssl/include/openssl/asn1t.h
442
#define ASN1_NDEF_EXP_OPT(stname, field, type, tag) \
crypto/openssl/include/openssl/asn1t.h
443
ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPTIONAL | ASN1_TFLG_NDEF)
crypto/openssl/include/openssl/asn1t.h
480
long tag; /* tag, not used if no tagging */
crypto/openssl/include/openssl/asn1t.h
619
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
623
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
627
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/include/openssl/asn1t.h
763
#define IMPLEMENT_EXTERN_ASN1(sname, tag, fptrs) \
crypto/openssl/include/openssl/asn1t.h
766
tag, \
crypto/openssl/include/openssl/asn1t.h
921
const ASN1_ITEM *it, int tag, int aclass, char opt,
crypto/openssl/include/openssl/asn1t.h
925
const ASN1_ITEM *it, int tag, int aclass);
crypto/openssl/include/openssl/modes.h
134
int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/include/openssl/modes.h
136
void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/openssl/modes.h
158
size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/include/openssl/modes.h
209
int CRYPTO_ocb128_finish(OCB128_CONTEXT *ctx, const unsigned char *tag,
crypto/openssl/include/openssl/modes.h
211
int CRYPTO_ocb128_tag(OCB128_CONTEXT *ctx, unsigned char *tag, size_t len);
crypto/openssl/providers/common/der/der_dsa_key.c
20
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa)
crypto/openssl/providers/common/der/der_dsa_key.c
22
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_dsa_key.c
26
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_dsa_sig.c
26
int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_dsa_sig.c
46
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_dsa_sig.c
49
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_ml_dsa_key.c
19
int ossl_DER_w_algorithmIdentifier_ML_DSA(WPACKET *pkt, int tag, ML_DSA_KEY *key)
crypto/openssl/providers/common/der/der_ml_dsa_key.c
37
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_ml_dsa_key.c
40
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_rsa_key.c
246
static int DER_w_MaskGenAlgorithm(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
271
return ossl_DER_w_precompiled(pkt, tag, maskgenalg, maskgenalg_sz);
crypto/openssl/providers/common/der/der_rsa_key.c
282
int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
347
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_rsa_key.c
354
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_rsa_key.c
366
int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
384
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_rsa_key.c
389
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_rsa_key.c
392
int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa)
crypto/openssl/providers/common/der/der_rsa_key.c
397
return ossl_DER_w_algorithmIdentifier_RSA_PSS(pkt, tag, rsa_type,
crypto/openssl/providers/common/der/der_rsa_sig.c
33
int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_sig.c
67
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_rsa_sig.c
72
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/der/der_slh_dsa_key.c
21
int ossl_DER_w_algorithmIdentifier_SLH_DSA(WPACKET *pkt, int tag, SLH_DSA_KEY *key)
crypto/openssl/providers/common/der/der_slh_dsa_key.c
43
return ossl_DER_w_begin_sequence(pkt, tag)
crypto/openssl/providers/common/der/der_slh_dsa_key.c
46
&& ossl_DER_w_end_sequence(pkt, tag);
crypto/openssl/providers/common/include/prov/der_dsa.h
93
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa);
crypto/openssl/providers/common/include/prov/der_dsa.h
95
int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_ml_dsa.h
42
int ossl_DER_w_algorithmIdentifier_ML_DSA(WPACKET *pkt, int tag, ML_DSA_KEY *key);
crypto/openssl/providers/common/include/prov/der_rsa.h
180
int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_rsa.h
183
int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa);
crypto/openssl/providers/common/include/prov/der_rsa.h
184
int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_rsa.h
188
int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_slh_dsa.h
105
int ossl_DER_w_algorithmIdentifier_SLH_DSA(WPACKET *pkt, int tag, SLH_DSA_KEY *key);
crypto/openssl/providers/fips/self_test_kats.c
128
if (t->tag != NULL) {
crypto/openssl/providers/fips/self_test_kats.c
129
unsigned char tag[16] = { 0 };
crypto/openssl/providers/fips/self_test_kats.c
132
tag)
crypto/openssl/providers/fips/self_test_kats.c
134
|| memcmp(tag, t->tag, t->tag_len) != 0)
crypto/openssl/providers/fips/self_test_kats.c
74
if (t->tag == NULL) {
crypto/openssl/providers/fips/self_test_kats.c
82
in_tag = (unsigned char *)t->tag;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
183
|| p->data_size != sizeof(ctx->tag)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
184
|| !OSSL_PARAM_set_octet_string(p, ctx->tag, sizeof(ctx->tag))) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
190
if (p != NULL && !OSSL_PARAM_set_size_t(p, sizeof(ctx->tag))) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.c
232
memcpy(ctx->user_tag, p->data, sizeof(ctx->tag));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
44
uint8_t tag[TAG_SIZE]; /* generated tag, given to user or compared to user */
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
59
void ossl_polyval_ghash_hash(const u128 Htable[16], uint8_t *tag, const uint8_t *inp, size_t len);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
143
ret = !CRYPTO_memcmp(ctx->tag, ctx->user_tag, sizeof(ctx->tag));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
196
out_len = sizeof(ctx->tag);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
197
error |= !EVP_EncryptUpdate(ctx->ecb_ctx, ctx->tag, &out_len, S_s, sizeof(S_s));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
198
memcpy(counter_block, ctx->tag, TAG_SIZE);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
266
out_len = sizeof(ctx->tag);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
267
error |= !EVP_EncryptUpdate(ctx->ecb_ctx, ctx->tag, &out_len, S_s, sizeof(S_s));
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
78
void ossl_polyval_ghash_hash(const u128 Htable[16], uint8_t *tag, const uint8_t *inp, size_t len)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
84
byte_reverse16((uint8_t *)out, (uint8_t *)tag);
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
94
byte_reverse16(tag, (uint8_t *)out);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
290
if (!aes_generic_ocb_gettag(ctx, ctx->tag, ctx->taglen))
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
382
memcpy(ctx->tag, p->data, p->data_size);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
472
memcpy(p->data, ctx->tag, ctx->taglen);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
63
unsigned char *tag, size_t tlen)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
65
return CRYPTO_ocb128_tag(&ctx->ocb, tag, tlen) > 0;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
70
return (CRYPTO_ocb128_finish(&ctx->ocb, ctx->tag, ctx->taglen) == 0);
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
34
unsigned char tag[OCB_MAX_TAG_LEN];
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.c
160
|| !OSSL_PARAM_set_octet_string(p, &sctx->tag.byte, ctx->taglen)) {
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
19
int (*settag)(void *ctx, const unsigned char *tag, size_t tagl);
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
81
static int aes_siv_settag(void *vctx, const unsigned char *tag, size_t tagl)
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
86
return ossl_siv128_set_tag(sctx, tag, tagl);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
141
memcpy(p->data, ctx->tag, p->data_size);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
223
memcpy(ctx->tag, p->data, p->data_size);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
23
unsigned char tag[POLY1305_BLOCK_SIZE];
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
242
Poly1305_Final(poly, bctx->enc ? ctx->tag : tohash);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
247
memcpy(out, ctx->tag, POLY1305_BLOCK_SIZE);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
372
Poly1305_Final(poly, bctx->enc ? ctx->tag : temp);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
377
memcpy(out, ctx->tag, POLY1305_BLOCK_SIZE);
crypto/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
387
if (CRYPTO_memcmp(temp, ctx->tag, ctx->tag_len))
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
26
int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
28
return CRYPTO_ccm128_tag(&ctx->ccm_ctx, tag, tlen) > 0;
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
33
unsigned char *tag, size_t taglen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
44
if (rv == 1 && tag != NULL)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
45
rv = (CRYPTO_ccm128_tag(&ctx->ccm_ctx, tag, taglen) > 0);
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
62
unsigned char tag[16];
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
64
if (!CRYPTO_ccm128_tag(&ctx->ccm_ctx, tag, taglen)
crypto/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
65
|| CRYPTO_memcmp(tag, expected_tag, taglen) != 0)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
538
unsigned char *tag = NULL;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
575
tag = ctx->enc ? out + len : (unsigned char *)in + len;
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
576
if (!ctx->hw->oneshot(ctx, ctx->buf, ctx->tls_aad_len, in, len, out, tag,
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
38
int ossl_gcm_cipher_final(PROV_GCM_CTX *ctx, unsigned char *tag)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
41
CRYPTO_gcm128_tag(&ctx->gcm, tag, GCM_TAG_MAX_SIZE);
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
44
if (CRYPTO_gcm128_finish(&ctx->gcm, tag, ctx->taglen) != 0)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
52
unsigned char *out, unsigned char *tag, size_t tag_len)
crypto/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
62
if (!ctx->hw->cipherfinal(ctx, tag))
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
55
PROV_CIPHER_FUNC(int, CCM_auth_encrypt, (PROV_CCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
56
PROV_CIPHER_FUNC(int, CCM_auth_decrypt, (PROV_CCM_CTX *ctx, const unsigned char *in, unsigned char *out, size_t len, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
57
PROV_CIPHER_FUNC(int, CCM_gettag, (PROV_CCM_CTX *ctx, unsigned char *tag, size_t taglen));
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
85
int ossl_ccm_generic_gettag(PROV_CCM_CTX *ctx, unsigned char *tag, size_t tlen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
88
unsigned char *tag, size_t taglen);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
112
int ossl_gcm_cipher_final(PROV_GCM_CTX *ctx, unsigned char *tag);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
115
unsigned char *out, unsigned char *tag, size_t tag_len);
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
88
PROV_CIPHER_FUNC(int, GCM_cipherfinal, (PROV_GCM_CTX *ctx, unsigned char *tag));
crypto/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
89
PROV_CIPHER_FUNC(int, GCM_oneshot, (PROV_GCM_CTX *ctx, unsigned char *aad, size_t aad_len, const unsigned char *in, size_t in_len, unsigned char *out, unsigned char *tag, size_t taglen));
crypto/openssl/ssl/quic/quic_port.c
1002
const unsigned char *iv = ciphertext, *data, *tag;
crypto/openssl/ssl/quic/quic_port.c
1019
tag = ciphertext + ct_len - tag_len;
crypto/openssl/ssl/quic/quic_port.c
1025
(void *)tag)
crypto/openssl/ssl/quic/quic_port.c
952
unsigned char *iv = ciphertext, *data, *tag;
crypto/openssl/ssl/quic/quic_port.c
965
tag = data + pt_len;
crypto/openssl/ssl/quic/quic_port.c
971
|| !EVP_CIPHER_CTX_ctrl(port->token_ctx, EVP_CTRL_GCM_GET_TAG, tag_len, tag))
crypto/openssl/ssl/quic/quic_wire_pkt.c
867
unsigned char *tag)
crypto/openssl/ssl/quic/quic_wire_pkt.c
881
|| client_initial_dcid == NULL || tag == NULL
crypto/openssl/ssl/quic/quic_wire_pkt.c
961
tag)
crypto/openssl/ssl/record/methods/tls13_meth.c
192
|| !EVP_MAC_final(mac_ctx, tag, &taglen, rl->taglen)) {
crypto/openssl/ssl/record/methods/tls13_meth.c
198
memcpy(rec->data + rec->length, tag, rl->taglen);
crypto/openssl/ssl/record/methods/tls13_meth.c
200
} else if (CRYPTO_memcmp(tag, rec->data + rec->length,
crypto/openssl/ssl/record/methods/tls13_meth.c
93
unsigned char tag[EVP_MAX_MD_SIZE];
crypto/openssl/test/acvp_test.c
1002
tst->pt, tst->pt_len, tag, tag_len, !enc, pass)
crypto/openssl/test/acvp_test.c
1008
tag - 1, tag_len, !enc, !pass);
crypto/openssl/test/acvp_test.c
1017
const unsigned char *tag, size_t tag_len,
crypto/openssl/test/acvp_test.c
1040
(void *)tag),
crypto/openssl/test/acvp_test.c
1067
|| (tag != NULL
crypto/openssl/test/acvp_test.c
1068
&& !TEST_mem_eq(out + olen, tag_len, tag, tag_len)))
crypto/openssl/test/acvp_test.c
1114
tst->ct, tst->ct_len, tst->tag, tst->tag_len,
crypto/openssl/test/acvp_test.c
1119
tst->pt, tst->pt_len, tst->tag, tst->tag_len,
crypto/openssl/test/acvp_test.c
927
const unsigned char *tag, size_t tag_len,
crypto/openssl/test/acvp_test.c
946
enc ? NULL : (void *)tag),
crypto/openssl/test/acvp_test.c
967
|| !TEST_mem_eq(out + out_len, tag_len, tag, tag_len))
crypto/openssl/test/acvp_test.c
988
const unsigned char *tag = tst->ct + ct_len;
crypto/openssl/test/acvp_test.c
998
tst->ct, ct_len, tag, tag_len, enc, pass)
crypto/openssl/test/aesgcmtest.c
104
unsigned char tag[32];
crypto/openssl/test/aesgcmtest.c
108
return do_encrypt(NULL, ct, &ctlen, tag, &taglen)
crypto/openssl/test/aesgcmtest.c
110
&& TEST_mem_eq(gcm_tag, sizeof(gcm_tag), tag, taglen)
crypto/openssl/test/aesgcmtest.c
111
&& do_decrypt(gcm_iv, ct, ctlen, tag, taglen);
crypto/openssl/test/aesgcmtest.c
131
unsigned char tag[32];
crypto/openssl/test/aesgcmtest.c
135
return do_encrypt(iv_gen, ct, &ctlen, tag, &taglen)
crypto/openssl/test/aesgcmtest.c
136
&& do_decrypt(iv_gen, ct, ctlen, tag, taglen);
crypto/openssl/test/aesgcmtest.c
39
unsigned char *tag, int *tag_len)
crypto/openssl/test/aesgcmtest.c
63
tag)
crypto/openssl/test/aesgcmtest.c
72
int ct_len, const unsigned char *tag, int tag_len)
crypto/openssl/test/aesgcmtest.c
93
tag_len, (void *)tag)
crypto/openssl/test/bio_enc_test.c
277
unsigned char tag[16];
crypto/openssl/test/bio_enc_test.c
281
memset(tag, 0, sizeof(tag));
crypto/openssl/test/bio_enc_test.c
295
sizeof(tag), tag),
crypto/openssl/test/bio_enc_test.c
312
sizeof(tag), tag),
crypto/openssl/test/evp_extra_test.c
4858
const unsigned char *tag;
crypto/openssl/test/evp_extra_test.c
4940
unsigned char tag[16];
crypto/openssl/test/evp_extra_test.c
4944
size_t taglen = sizeof(tag);
crypto/openssl/test/evp_extra_test.c
4984
if (t->finalenc == 0 && t->tag != NULL) {
crypto/openssl/test/evp_extra_test.c
4987
t->taglen, (void *)t->tag),
crypto/openssl/test/evp_extra_test.c
5001
if (t->finalenc != 0 && t->tag != NULL) {
crypto/openssl/test/evp_extra_test.c
5002
if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, taglen, tag), 0)) {
crypto/openssl/test/evp_extra_test.c
5006
if (!TEST_mem_eq(t->tag, t->taglen, tag, taglen)) {
crypto/openssl/test/evp_extra_test.c
5251
unsigned char tag[16];
crypto/openssl/test/evp_extra_test.c
5255
size_t taglen = sizeof(tag);
crypto/openssl/test/evp_extra_test.c
5296
if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, taglen, tag), 0)) {
crypto/openssl/test/evp_extra_test.c
5300
if (!TEST_mem_eq(t->tag1, taglen, tag, taglen)) {
crypto/openssl/test/evp_extra_test.c
5330
if (!TEST_int_gt(EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, taglen, tag), 0)) {
crypto/openssl/test/evp_extra_test.c
5334
if (!TEST_mem_eq(t->tag2, taglen, tag, taglen)) {
crypto/openssl/test/evp_extra_test.c
6609
unsigned char *ciphertext, *exp_plaintext, *tag;
crypto/openssl/test/evp_extra_test.c
6645
tag = NULL;
crypto/openssl/test/evp_extra_test.c
6663
|| !TEST_ptr(tag = OPENSSL_malloc(taglen))
crypto/openssl/test/evp_extra_test.c
6721
(void *)tag, taglen);
crypto/openssl/test/evp_extra_test.c
6727
|| !TEST_mem_eq(tag_array[i], taglen, tag, taglen))
crypto/openssl/test/evp_extra_test.c
6776
OPENSSL_free(tag);
crypto/openssl/test/evp_extra_test.c
6792
OPENSSL_free(tag);
crypto/openssl/test/evp_test.c
1044
return parse_bin(value, &cdat->tag, &cdat->tag_len);
crypto/openssl/test/evp_test.c
1167
unsigned char *tag;
crypto/openssl/test/evp_test.c
1174
tag = NULL;
crypto/openssl/test/evp_test.c
1177
tag = expected->tag;
crypto/openssl/test/evp_test.c
1179
if (tag || expected->aead != EVP_CIPH_GCM_MODE) {
crypto/openssl/test/evp_test.c
1181
expected->tag_len, tag)
crypto/openssl/test/evp_test.c
1352
expected->tag_len, expected->tag)
crypto/openssl/test/evp_test.c
1447
expected->tag, expected->tag_len,
crypto/openssl/test/evp_test.c
1494
if (cdat->aead && cdat->tag == NULL && !cdat->tls_aad) {
crypto/openssl/test/evp_test.c
898
unsigned char *tag;
crypto/openssl/test/evp_test.c
995
OPENSSL_free(cdat->tag);
lib/libc/gen/fmtmsg.c
113
const char *text, const char *act, const char *tag)
lib/libc/gen/fmtmsg.c
128
if (tag != MM_NULLTAG)
lib/libc/gen/fmtmsg.c
129
size += strlen(tag);
lib/libc/gen/fmtmsg.c
148
} else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {
lib/libc/gen/fmtmsg.c
150
strlcat(output, tag, size);
lib/libc/gen/fmtmsg.c
49
const char *action, const char *tag)
lib/libc/gen/fmtmsg.c
69
tag);
lib/libc/gen/fmtmsg.c
81
action, tag);
lib/libc/isc/eventlib_p.h
159
const void * tag;
lib/libc/posix1e/acl_from_text.c
105
string_trim_trailing_whitespace(tag);
lib/libc/posix1e/acl_from_text.c
123
t = acl_string_to_tag(tag, qualifier);
lib/libc/posix1e/acl_from_text.c
273
_acl_name_to_id(acl_tag_t tag, char *name, uid_t *id)
lib/libc/posix1e/acl_from_text.c
280
switch(tag) {
lib/libc/posix1e/acl_from_text.c
46
static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
lib/libc/posix1e/acl_from_text.c
52
acl_string_to_tag(char *tag, char *qualifier)
lib/libc/posix1e/acl_from_text.c
56
if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
lib/libc/posix1e/acl_from_text.c
59
if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
lib/libc/posix1e/acl_from_text.c
62
if ((!strcmp(tag, "mask")) || (!strcmp(tag, "m"))) {
lib/libc/posix1e/acl_from_text.c
65
if ((!strcmp(tag, "other")) || (!strcmp(tag, "o"))) {
lib/libc/posix1e/acl_from_text.c
70
if ((!strcmp(tag, "user")) || (!strcmp(tag, "u"))) {
lib/libc/posix1e/acl_from_text.c
73
if ((!strcmp(tag, "group")) || (!strcmp(tag, "g"))) {
lib/libc/posix1e/acl_from_text.c
85
char *tag, *qualifier, *permission;
lib/libc/posix1e/acl_from_text.c
92
tag = strsep(&entry, ":");
lib/libc/posix1e/acl_from_text.c
93
if (tag == NULL) {
lib/libc/posix1e/acl_from_text.c
97
tag = string_skip_whitespace(tag);
lib/libc/posix1e/acl_from_text.c
98
if ((*tag == '\0') && (!entry)) {
lib/libc/posix1e/acl_from_text_nfs4.c
100
error = acl_get_tag_type(entry, &tag);
lib/libc/posix1e/acl_from_text_nfs4.c
104
error = _acl_name_to_id(tag, str, &id);
lib/libc/posix1e/acl_from_text_nfs4.c
88
acl_tag_t tag;
lib/libc/posix1e/acl_id_to_name.c
56
_posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf,
lib/libc/posix1e/acl_id_to_name.c
63
switch(tag) {
lib/libc/posix1e/acl_strip.c
70
acl_tag_t tag;
lib/libc/posix1e/acl_strip.c
87
tag = ACL_UNDEFINED_TAG;
lib/libc/posix1e/acl_strip.c
96
if (acl_get_tag_type(entry, &tag) == -1)
lib/libc/posix1e/acl_strip.c
99
switch(tag) {
lib/libc/posix1e/acl_support.c
344
_posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id, acl_perm_t perm)
lib/libc/posix1e/acl_support.c
358
e->ae_tag = tag;
lib/libc/posix1e/acl_support.h
57
int _posix1e_acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len,
lib/libc/posix1e/acl_support.h
62
int _posix1e_acl_add_entry(acl_t acl, acl_tag_t tag, uid_t id,
lib/libc/posix1e/acl_support.h
66
int _acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);
lib/libc/posix1e/acl_to_text_nfs4.c
143
acl_tag_t tag;
lib/libc/posix1e/acl_to_text_nfs4.c
146
error = acl_get_tag_type(entry, &tag);
lib/libc/posix1e/acl_to_text_nfs4.c
150
switch (tag) {
lib/libc/posix1e/acl_to_text_nfs4.c
48
acl_tag_t tag;
lib/libc/posix1e/acl_to_text_nfs4.c
53
error = acl_get_tag_type(entry, &tag);
lib/libc/posix1e/acl_to_text_nfs4.c
57
switch (tag) {
lib/libc/tests/gen/fmtmsg_test.c
158
const char *text, const char *action, const char *tag)
lib/libc/tests/gen/fmtmsg_test.c
177
if (fmtmsg(classification, label, severity, text, action, tag)
lib/libc/tests/gen/fmtmsg_test.c
233
t->text, t->action, t->tag);
lib/libc/tests/gen/fmtmsg_test.c
40
const char *text, const char *action, const char *tag);
lib/libc/tests/gen/fmtmsg_test.c
48
const char *tag;
lib/libfetch/http.c
1528
int comment, tag;
lib/libfetch/http.c
1530
comment = tag = 0;
lib/libfetch/http.c
1538
tag = comment = 0;
lib/libfetch/http.c
1541
} else if (tag && !comment && *q == '>') {
lib/libfetch/http.c
1543
tag = 0;
lib/libfetch/http.c
1544
} else if (!tag && *q == '<') {
lib/libfetch/http.c
1547
tag = 1;
lib/libfetch/http.c
1555
if (!tag && q > p)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
324
const char *tag;
lib/libiconv_modules/ISO2022/citrus_iso2022.c
347
for (i = 0; tags[i].tag; i++)
lib/libiconv_modules/ISO2022/citrus_iso2022.c
348
if (!strcmp(token, tags[i].tag)) {
lib/libpfctl/libpfctl.h
244
uint16_t tag;
lib/libpmc/libpmc.c
431
__K8MASK(tag-snoop, 3),
lib/libprocstat/libprocstat.c
1272
const char *tag;
lib/libprocstat/libprocstat.c
1321
if (!strcmp(fstypes[i].tag, tagstr)) {
lib/libsecureboot/openpgp/decode.c
100
return (tag);
lib/libsecureboot/openpgp/decode.c
256
int tag;
lib/libsecureboot/openpgp/decode.c
266
tag = decode_tag(ptr, &isnew, &ltype);
lib/libsecureboot/openpgp/decode.c
268
if (want > 0 && tag != want)
lib/libsecureboot/openpgp/decode.c
277
rc = decoder(tag, &ptr, len, decoder_arg);
lib/libsecureboot/openpgp/decode.c
84
int tag;
lib/libsecureboot/openpgp/decode.c
88
tag = *ptr;
lib/libsecureboot/openpgp/decode.c
90
if (!(tag & OPENPGP_TAG_ISTAG))
lib/libsecureboot/openpgp/decode.c
92
*isnew = tag & OPENPGP_TAG_ISNEW;
lib/libsecureboot/openpgp/decode.c
95
tag &= OPENPGP_TAG_NEW_MASK;
lib/libsecureboot/openpgp/decode.c
97
*ltype = tag & OPENPGP_TAG_OLD_TYPE;
lib/libsecureboot/openpgp/decode.c
98
tag = (tag & OPENPGP_TAG_OLD_MASK) >> 2;
lib/libsecureboot/openpgp/opgp_key.c
160
int tag;
lib/libsecureboot/openpgp/opgp_key.c
184
tag = decode_tag(ptr, &isnew, &ltype);
lib/libsecureboot/openpgp/opgp_key.c
185
if (tag == 13) {
lib/libsecureboot/openpgp/opgp_key.c
40
decode_user(int tag, unsigned char **pptr, size_t len, OpenPGP_user *user)
lib/libsecureboot/openpgp/opgp_key.c
44
if (tag == 13) {
lib/libsecureboot/openpgp/opgp_key.c
67
decode_key(int tag, unsigned char **pptr, size_t len, OpenPGP_key *key)
lib/libsecureboot/openpgp/opgp_key.c
83
if (tag != 6)
lib/libsecureboot/openpgp/opgp_sig.c
109
decode_sig(int tag, unsigned char **pptr, size_t len, OpenPGP_sig *sig)
lib/libsecureboot/openpgp/opgp_sig.c
120
n = tag; /* avoid unused */
lib/libutil/login_class.c
121
const char *tag;
lib/libutil/login_class.c
207
while (vars->tag != NULL) {
lib/libutil/login_class.c
208
const char * var = paths ? login_getpath(lc, vars->tag, NULL)
lib/libutil/login_class.c
209
: login_getcapstr(lc, vars->tag, NULL, NULL);
libexec/bootpd/bootpd.c
1252
byte tag, len;
libexec/bootpd/bootpd.c
1258
tag = *p++;
libexec/bootpd/bootpd.c
1260
if (tag == TAG_PAD)
libexec/bootpd/bootpd.c
1262
if (tag == TAG_END)
libexec/bootpd/bootpd.c
1266
switch (tag) {
libexec/bootpd/dovend.c
270
insert_ip(byte tag, struct in_addr_list *iplist, byte **dest, int *bytesleft)
libexec/bootpd/dovend.c
281
**dest = tag;
libexec/bootpd/dumptab.c
293
u_char tag;
libexec/bootpd/dumptab.c
297
tag = *bp++;
libexec/bootpd/dumptab.c
298
if (tag == TAG_PAD)
libexec/bootpd/dumptab.c
300
if (tag == TAG_END)
libexec/bootpd/dumptab.c
307
fprintf(fp, "\\\n\t:T%d=", tag);
libexec/bootpd/tools/bootptest/print-bootp.c
274
u_char tag;
libexec/bootpd/tools/bootptest/print-bootp.c
289
tag = *bp++;
libexec/bootpd/tools/bootptest/print-bootp.c
291
if (tag == TAG_PAD)
libexec/bootpd/tools/bootptest/print-bootp.c
293
if (tag == TAG_END)
libexec/bootpd/tools/bootptest/print-bootp.c
295
if (tag < KNOWN_OPTIONS) {
libexec/bootpd/tools/bootptest/print-bootp.c
296
optstr = rfc1048_opts[tag];
libexec/bootpd/tools/bootptest/print-bootp.c
299
printf(" T%d:", tag);
sbin/ifconfig/ifieee80211.c
1641
getrate(const char *val, const char *tag)
sbin/ifconfig/ifieee80211.c
1648
errx(-1, "invalid %s rate (must be .5 Mb/s units)", tag);
sbin/ifconfig/ifieee80211.c
2703
printie(if_ctx *ctx, const char* tag, const uint8_t *ie, size_t ielen, unsigned int maxlen)
sbin/ifconfig/ifieee80211.c
2705
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2707
maxlen -= strlen(tag)+2;
sbin/ifconfig/ifieee80211.c
2740
printwmeparam(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
2747
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2770
printwmeinfo(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
2772
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2782
printhecap(if_ctx *ctx, const char *tag, const uint8_t *ie)
sbin/ifconfig/ifieee80211.c
2789
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2832
printheoper(if_ctx *ctx, const char *tag, const uint8_t *ie)
sbin/ifconfig/ifieee80211.c
2834
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2866
printmuedcaparamset(if_ctx *ctx, const char *tag, const uint8_t *ie)
sbin/ifconfig/ifieee80211.c
2872
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2900
printsupopclass(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
2904
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2953
printvhtcap(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
2955
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
2984
printvhtinfo(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
2986
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3007
printvhtpwrenv(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3009
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3040
printhtcap(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3042
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3074
printhtinfo(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3076
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3106
printathie(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3109
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3137
printmeshconf(if_ctx *ctx, const char *tag, const uint8_t *ie)
sbin/ifconfig/ifieee80211.c
3140
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3175
printbssload(if_ctx *ctx, const char *tag, const uint8_t *ie)
sbin/ifconfig/ifieee80211.c
3177
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3189
printapchanrep(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3191
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3248
printwpaie(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3252
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3344
printrsnie(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3346
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3387
printrsnxe(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3391
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3419
printwpsie(if_ctx *ctx, const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3423
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3649
printtdmaie(if_ctx *ctx, const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3651
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3707
printssid(const char *tag, const u_int8_t *ie, int maxlen)
sbin/ifconfig/ifieee80211.c
3711
printf("%s<%.*s>", tag, copy_essid(ssid, maxlen, ie+2, ie[1]), ssid);
sbin/ifconfig/ifieee80211.c
3715
printrates(const char *tag, const u_int8_t *ie, size_t ielen)
sbin/ifconfig/ifieee80211.c
3719
printf("%s", tag);
sbin/ifconfig/ifieee80211.c
3731
printcountry(const char *tag, const u_int8_t *ie)
sbin/ifconfig/ifieee80211.c
3737
printf("%s<%c%c%c", tag, cie->cc[0], cie->cc[1], cie->cc[2]);
sbin/ifconfig/ifieee80211.c
4591
list_wme_aci(if_ctx *ctx, const char *tag, int ac)
sbin/ifconfig/ifieee80211.c
4595
printf("\t%s", tag);
sbin/ifconfig/ifieee80211.c
5116
printrate(const char *tag, int v, int defrate, int defmcs)
sbin/ifconfig/ifieee80211.c
5121
LINE_CHECK("%s %d.5", tag, v/2);
sbin/ifconfig/ifieee80211.c
5123
LINE_CHECK("%s %d", tag, v/2);
sbin/ifconfig/ifieee80211.c
5127
LINE_CHECK("%s %d", tag, v &~ 0x80);
sbin/ipf/ipmon/ipmon_y.y
878
char tag[17];
sbin/ipf/ipmon/ipmon_y.y
880
strncpy(tag, a->ac_nattag, 16);
sbin/ipf/ipmon/ipmon_y.y
881
tag[16] = '\0';
sbin/ipf/ipmon/ipmon_y.y
882
printf("%snattag = %s", coma, tag);
sbin/ipf/ipscan/ipscan_y.y
110
cline: tag ':' matchup '=' action { addtag($1, $3, NULL, &$5); }
sbin/ipf/ipscan/ipscan_y.y
113
sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); }
sbin/ipf/ipscan/ipscan_y.y
116
csline: tag ':' matchup ',' matchup '=' action { addtag($1, $3, $5, &$7); }
sbin/ipf/ipscan/ipscan_y.y
123
tag: YY_STR { $$ = $1; }
sbin/ipf/ipscan/ipscan_y.y
55
%type <str> tag
sbin/ipf/libipf/print_toif.c
14
print_toif(int family, char *tag, char *base, frdest_t *fdp)
sbin/ipf/libipf/print_toif.c
19
PRINTF("%s %s%s", tag, base + fdp->fd_name,
sbin/ipf/libipf/print_toif.c
38
PRINTF("%s dstlist/%s ", tag, base + fdp->fd_name);
sbin/ipf/libipf/print_toif.c
42
PRINTF("%s <%d>", tag, fdp->fd_type);
sbin/ipfw/ipfw2.c
4833
uint16_t tag;
sbin/ipfw/ipfw2.c
4838
GET_UINT_ARG(tag, IPFW_ARG_MIN, IPFW_ARG_MAX, i,
sbin/ipfw/ipfw2.c
4841
fill_cmd(cmd, O_TAG, (i == TOK_TAG) ? 0: F_NOT, tag);
sbin/ipfw/ipfw2.c
5537
uint16_t tag;
sbin/ipfw/ipfw2.c
5539
GET_UINT_ARG(tag, IPFW_ARG_MIN, IPFW_ARG_MAX,
sbin/ipfw/ipfw2.c
5541
fill_cmd(cmd, O_TAGGED, 0, tag);
sbin/ipfw/tables.c
1516
v->tag = val;
sbin/ipfw/tables.c
1581
v->tag = strtol(n, &e, 10);
sbin/ipfw/tables.c
1825
flag = htonl(v->tag);
sbin/ipfw/tables.c
1828
snprintf(buf, sz, "%u", v->tag);
sbin/ipfw/tables.c
1839
l = snprintf(buf, sz, "%u,", v->tag);
sbin/pfctl/parse.y
1427
filter_opts.tag = $2;
sbin/pfctl/parse.y
306
char *tag;
sbin/pfctl/parse.y
3325
filter_opts.tag = $2;
sbin/pfctl/parse.y
5252
natrule : nataction interface af proto fromto tag tagged rtable
sbin/pfctl/parse.y
5349
binatrule : no BINAT natpasslog interface af proto FROM ipspec toipspec tag
sbin/pfctl/parse.y
5528
tag : /* empty */ { $$ = NULL; }
sbin/pfctl/parse.y
642
%type <v.string> label stringall tag anchorname
sbin/pfctl/parse.y
8263
if (opts->tag)
sbin/pfctl/parse.y
8264
if (strlcpy(r->tagname, opts->tag,
sbin/pfctl/pfctl_optimize.c
198
PF_RULE_FIELD(tag, DC),
sbin/routed/table.c
280
u_short tag,
sbin/routed/table.c
304
nc_ag.ag_tag = tag;
sbin/routed/table.c
391
ag->ag_tag = tag;
sbin/routed/table.c
449
if (ag->ag_tag != tag)
sbin/routed/table.c
450
tag = 0;
sbin/routed/table.c
478
ag->ag_tag = tag;
sbin/routed/table.c
479
tag = x;
sbin/routed/table.c
583
nag->ag_tag = tag;
stand/common/bootstrap.h
320
#define COMMAND_SET(tag, key, desc, func) \
stand/common/bootstrap.h
322
static struct bootblk_command _cmd_ ## tag = { key, desc, func }; \
stand/common/bootstrap.h
323
DATA_SET(Xcommand_set, _cmd_ ## tag)
stand/common/install.c
105
char *p, *tag, *val;
stand/common/install.c
125
tag = buf;
stand/common/install.c
126
while (!error && *tag != '\0') {
stand/common/install.c
127
val = strchr(tag, '=');
stand/common/install.c
140
if (strncmp(tag, "ENV_", 4) == 0)
stand/common/install.c
141
setenv(&tag[4], val, 1);
stand/common/install.c
142
else if (strcmp(tag, "KERNEL") == 0)
stand/common/install.c
144
else if (strcmp(tag, "MODULES") == 0)
stand/common/install.c
146
else if (strcmp(tag, "ROOTFS") == 0)
stand/common/install.c
148
else if (strcmp(tag, "LOADER_RC") == 0)
stand/common/install.c
151
tag = p;
stand/common/isapnp.c
159
u_char tag, resinfo[8];
stand/common/isapnp.c
165
while ((limit-- > 0) && !isapnp_get_resource_info(&tag, 1)) {
stand/common/isapnp.c
166
if (PNP_RES_TYPE(tag) == 0) {
stand/common/isapnp.c
168
switch (PNP_SRES_NUM(tag)) {
stand/common/isapnp.c
172
if (isapnp_get_resource_info(resinfo, PNP_SRES_LEN(tag)))
stand/common/isapnp.c
182
if (isapnp_get_resource_info(NULL, PNP_SRES_LEN(tag)))
stand/common/isapnp.c
194
switch(PNP_LRES_NUM(tag)) {
stand/common/module.c
464
int tag = 0, len, pnplen;
stand/common/module.c
468
pnpstring = fdt_devmatch_next(&tag, &len);
stand/efi/loader/arch/amd64/multiboot2.c
141
struct multiboot_header_tag *tag;
stand/efi/loader/arch/amd64/multiboot2.c
146
tag = multiboot + i;
stand/efi/loader/arch/amd64/multiboot2.c
148
switch(tag->type) {
stand/efi/loader/arch/amd64/multiboot2.c
150
req = (void *)tag;
stand/efi/loader/arch/amd64/multiboot2.c
152
j < (tag->size - sizeof(*tag)) / sizeof(uint32_t);
stand/efi/loader/arch/amd64/multiboot2.c
191
entry = (void *)tag;
stand/efi/loader/arch/amd64/multiboot2.c
196
if (tag->flags & MULTIBOOT_HEADER_TAG_OPTIONAL)
stand/efi/loader/arch/amd64/multiboot2.c
199
tag->type);
stand/efi/loader/arch/amd64/multiboot2.c
204
i += roundup2(tag->size, MULTIBOOT_TAG_ALIGN);
stand/efi/loader/arch/amd64/multiboot2.c
205
if (tag->type == MULTIBOOT_HEADER_TAG_END)
stand/efi/loader/arch/amd64/multiboot2.c
249
struct multiboot_tag *tag;
stand/efi/loader/arch/amd64/multiboot2.c
251
tag = buf;
stand/efi/loader/arch/amd64/multiboot2.c
252
tag->type = type;
stand/efi/loader/arch/amd64/multiboot2.c
253
tag->size = sizeof(*tag) + strlen(str) + 1;
stand/efi/loader/arch/amd64/multiboot2.c
254
strcpy(buf + sizeof(*tag), str);
stand/efi/loader/arch/amd64/multiboot2.c
255
return (roundup2(tag->size, MULTIBOOT_TAG_ALIGN));
stand/efi/loader/arch/amd64/multiboot2.c
306
struct multiboot_tag *tag;
stand/efi/loader/arch/amd64/multiboot2.c
308
tag = buf;
stand/efi/loader/arch/amd64/multiboot2.c
309
tag->type = MULTIBOOT_TAG_TYPE_END;
stand/efi/loader/arch/amd64/multiboot2.c
310
tag->size = sizeof(*tag);
stand/efi/loader/arch/amd64/multiboot2.c
312
return (roundup2(tag->size, MULTIBOOT_TAG_ALIGN));
stand/fdt/fdt_loader_cmd.c
1664
uint32_t tag;
stand/fdt/fdt_loader_cmd.c
1705
tag = fdt_next_tag(fdtp, o, &next);
stand/fdt/fdt_loader_cmd.c
1706
switch (tag) {
stand/fdt/fdt_loader_cmd.c
1887
fdt_devmatch_next(int *tag, int *compatlen)
stand/fdt/fdt_loader_cmd.c
1899
if (*tag != 0) {
stand/fdt/fdt_loader_cmd.c
1900
o = *tag;
stand/fdt/fdt_loader_cmd.c
1939
*tag = o;
stand/fdt/fdt_platform.h
58
const char *fdt_devmatch_next(int *tag, int *compatlen);
stand/ficl/words.c
102
static void matchControlTag(FICL_VM *pVM, char *tag)
stand/ficl/words.c
112
if ( (cp != tag) && strcmp(cp, tag) )
stand/ficl/words.c
114
vmThrowErr(pVM, "Error -- unmatched control structure \"%s\"", tag);
stand/ficl/words.c
125
static void resolveBackBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
stand/ficl/words.c
130
matchControlTag(pVM, tag);
stand/ficl/words.c
148
static void resolveForwardBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
stand/ficl/words.c
153
matchControlTag(pVM, tag);
stand/ficl/words.c
170
static void resolveAbsBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
stand/ficl/words.c
182
if ((cp != tag) && strcmp(cp, tag))
stand/ficl/words.c
185
vmTextOut(pVM, tag, 1);
stand/ficl/words.c
89
static void markBranch(FICL_DICT *dp, FICL_VM *pVM, char *tag)
stand/ficl/words.c
92
PUSHPTR(tag);
stand/ficl/words.c
96
static void markControlTag(FICL_VM *pVM, char *tag)
stand/ficl/words.c
98
PUSHPTR(tag);
stand/i386/libi386/biospnp.c
189
u_int tag, i, rlen, dlen;
stand/i386/libi386/biospnp.c
197
tag = p[i];
stand/i386/libi386/biospnp.c
199
if (PNP_RES_TYPE(tag) == 0) {
stand/i386/libi386/biospnp.c
200
rlen = PNP_SRES_LEN(tag);
stand/i386/libi386/biospnp.c
202
switch (PNP_SRES_NUM(tag)) {
stand/i386/libi386/biospnp.c
217
switch(PNP_LRES_NUM(tag)) {
stand/libsa/bootp.c
322
u_char tag;
stand/libsa/bootp.c
334
tag = *cp++;
stand/libsa/bootp.c
336
if (tag == TAG_END)
stand/libsa/bootp.c
339
if (tag == TAG_SUBNET_MASK) {
stand/libsa/bootp.c
342
if (tag == TAG_GATEWAY) {
stand/libsa/bootp.c
345
if (tag == TAG_SWAPSERVER) {
stand/libsa/bootp.c
349
if (tag == TAG_ROOTPATH) {
stand/libsa/bootp.c
354
if (tag == TAG_HOSTNAME) {
stand/libsa/bootp.c
359
if (tag == TAG_INTF_MTU) {
stand/libsa/bootp.c
385
if (tag == TAG_DHCP_MSGTYPE) {
stand/libsa/bootp.c
390
if (tag == TAG_SERVERID) {
stand/libsa/bootp.c
444
uint8_t tag;
stand/libsa/bootp.c
597
u_char tag;
stand/libsa/bootp.c
611
tag = *ncp++; /* extract tag and size */
stand/libsa/bootp.c
616
if (tag == TAG_END)
stand/libsa/bootp.c
618
if (tag == 0)
stand/libsa/bootp.c
621
for (op = opts+1; op->tag && op->tag != tag; op++)
stand/libsa/bootp.c
714
snprintf(tp, sizeof(tags) - (tp - tags), "%d", tag);
stand/libsa/bootp.c
720
if (op->tag == 0)
stand/libsa/bootp.c
721
snprintf(env, sizeof(env), op->desc, opts[0].desc, tag);
stand/usb/usb_busdma_loader.c
231
pc->tag = ptr;
stand/usb/usb_busdma_loader.c
247
pc->tag = NULL;
stand/usb/usb_busdma_loader.c
260
free(pc->tag, XXX);
stand/usb/usb_busdma_loader.c
371
udpt->tag = dmat;
sys/arm/arm/nexus.c
256
nexus_set_dma_tag(bus_dma_tag_t tag)
sys/arm/arm/nexus.c
259
nexus_dma_tag = tag;
sys/arm/arm/ofw_machdep.c
37
OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag,
sys/arm/arm/ofw_machdep.c
55
*tag = fdtbus_bs_tag;
sys/arm/arm/ofw_machdep.c
58
*tag = fdtbus_bs_tag;
sys/arm/arm/ofw_machdep.c
63
*tag = fdtbus_bs_tag;
sys/arm/arm/ofw_machdep.c
70
return (bus_space_map(*tag, addr, size, flags, handle));
sys/arm/broadcom/bcm2835/bcm2835_firmware.c
132
msg_hdr->tag_hdr.tag = prop;
sys/arm/broadcom/bcm2835/bcm2835_ft5406.c
210
msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_TOUCHBUF;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
307
bcm2835_mbox_init_dma(device_t dev, size_t len, bus_dma_tag_t *tag,
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
315
len, 1, len, 0, NULL, NULL, tag);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
321
err = bus_dmamem_alloc(*tag, &buf, 0, map);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
323
bus_dma_tag_destroy(*tag);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
328
err = bus_dmamap_load(*tag, *map, buf, len, bcm2835_mbox_dma_cb,
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
331
bus_dmamem_free(*tag, buf, *map);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
332
bus_dma_tag_destroy(*tag);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
345
struct bcm2835_mbox_tag_hdr *tag;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
358
tag = (struct bcm2835_mbox_tag_hdr *)(msg + 1);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
360
for (idx = 0; tag->tag != 0; idx++) {
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
365
if ((tag->tag == BCM2835_FIRMWARE_TAG_SET_GPIO_CONFIG ||
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
366
tag->tag == BCM2835_FIRMWARE_TAG_SET_GPIO_STATE) &&
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
367
tag->val_len == 0) {
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
368
tag->val_len = BCM2835_MBOX_TAG_VAL_LEN_RESPONSE |
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
369
tag->val_buf_size;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
371
if ((tag->val_len & BCM2835_MBOX_TAG_VAL_LEN_RESPONSE) == 0) {
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
376
tag->val_len &= ~BCM2835_MBOX_TAG_VAL_LEN_RESPONSE;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
379
tag = (struct bcm2835_mbox_tag_hdr *)((uint8_t *)tag +
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
380
sizeof(*tag) + tag->val_buf_size);
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
382
if ((uint8_t *)tag > last) {
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
452
msg.tag_hdr.tag = BCM2835_MBOX_TAG_SET_POWER_STATE;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
474
msg.tag_hdr.tag = BCM2835_MBOX_TAG_NOTIFY_XHCI_RESET;
sys/arm/broadcom/bcm2835/bcm2835_mbox.c
494
msg.tag_hdr.tag = BCM2835_MBOX_TAG_GET_CLOCK_RATE;
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h
47
uint32_t tag;
sys/arm/broadcom/bcm2835/bcm2835_mbox_prop.h
53
(tag_)->tag_hdr.tag = BCM2835_MBOX_TAG_##tagid_; \
sys/arm/include/atags.h
124
#define ATAG_TAG(a) (a)->tag_hdr.tag
sys/arm/include/atags.h
42
uint32_t tag; /* Node type */
sys/arm/include/bus.h
746
bus_space_peek_##width(bus_space_tag_t tag, \
sys/arm/include/bus.h
750
tmp = bus_space_read_##width(tag, hnd, offset); \
sys/arm/include/bus.h
761
bus_space_poke_##width(bus_space_tag_t tag, \
sys/arm/include/bus.h
764
bus_space_write_##width(tag, hnd, offset, value); \
sys/arm64/acpica/acpi_machdep.c
213
acpi_map_addr(struct acpi_generic_address *addr, bus_space_tag_t *tag,
sys/arm64/acpica/acpi_machdep.c
223
*tag = &memmap_bus;
sys/arm64/acpica/acpi_machdep.c
225
return (bus_space_map(*tag, phys, size, 0, handle));
sys/arm64/arm64/ofw_machdep.c
38
OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag,
sys/arm64/arm64/ofw_machdep.c
50
*tag = &memmap_bus;
sys/arm64/arm64/ofw_machdep.c
60
return (bus_space_map(*tag, addr, size, flags, handle));
sys/arm64/iommu/iommu.c
202
struct bus_dma_tag_iommu *tag;
sys/arm64/iommu/iommu.c
214
tag = ioctx->tag = malloc(sizeof(struct bus_dma_tag_iommu),
sys/arm64/iommu/iommu.c
216
tag->owner = requester;
sys/arm64/iommu/iommu.c
217
tag->ctx = ioctx;
sys/arm64/iommu/iommu.c
218
tag->ctx->domain = iodom;
sys/arm64/iommu/iommu.c
220
iommu_tag_init(iodom, tag);
sys/arm64/iommu/iommu.c
375
struct bus_dma_tag_iommu *tag;
sys/arm64/iommu/iommu.c
380
tag = ioctx->tag;
sys/arm64/iommu/iommu.c
385
free(tag, M_IOMMU);
sys/cam/cam_periph.c
1313
devstat_tag_type tag;
sys/cam/cam_periph.c
1318
tag = (devstat_tag_type)(ccb->csio.tag_action & 0x3);
sys/cam/cam_periph.c
1321
tag = (devstat_tag_type)0;
sys/cam/cam_periph.c
1324
tag = (devstat_tag_type)0;
sys/cam/cam_periph.c
1329
devstat_end_transaction(ds, bytes, tag,
sys/cam/ctl/ctl_error.c
600
ctl_set_overlapped_tag(struct ctl_scsiio *ctsio, uint8_t tag)
sys/cam/ctl/ctl_error.c
607
/*ascq*/ tag,
sys/cam/ctl/ctl_error.h
67
void ctl_set_overlapped_tag(struct ctl_scsiio *ctsio, uint8_t tag);
sys/cam/ctl/ctl_frontend_iscsi.c
180
*softc, const char *name, uint16_t tag);
sys/cam/ctl/ctl_frontend_iscsi.c
183
uint16_t tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2149
uint16_t tag;
sys/cam/ctl/ctl_frontend_iscsi.c
2170
tag = strtoul(val, NULL, 0);
sys/cam/ctl/ctl_frontend_iscsi.c
2171
ct = cfiscsi_target_find_or_create(&cfiscsi_softc, target, alias, tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2182
target, tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2196
port->physical_port = (int)tag;
sys/cam/ctl/ctl_frontend_iscsi.c
2219
snprintf(desc->identifier, idlen, "%s,t,0x%4.4x", target, tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2257
uint16_t tag;
sys/cam/ctl/ctl_frontend_iscsi.c
2276
tag = strtoul(val, NULL, 0);
sys/cam/ctl/ctl_frontend_iscsi.c
2277
ct = cfiscsi_target_find(&cfiscsi_softc, target, tag);
sys/cam/ctl/ctl_frontend_iscsi.c
2401
cfiscsi_target_find(struct cfiscsi_softc *softc, const char *name, uint16_t tag)
sys/cam/ctl/ctl_frontend_iscsi.c
2407
if (ct->ct_tag != tag ||
sys/cam/ctl/ctl_frontend_iscsi.c
2422
const char *alias, uint16_t tag)
sys/cam/ctl/ctl_frontend_iscsi.c
2433
if (ct->ct_tag != tag ||
sys/cam/ctl/ctl_frontend_iscsi.c
2446
newct->ct_tag = tag;
sys/cam/scsi/scsi_sg.c
771
rdwr->tag = hdr->pack_id;
sys/cam/scsi/scsi_sg.c
819
if (rdwr->tag == pack_id)
sys/cam/scsi/scsi_sg.c
84
int tag;
sys/compat/linuxkpi/common/include/linux/module.h
51
#define MODULE_INFO(tag, info)
sys/compat/linuxkpi/common/include/linux/radix-tree.h
105
void *radix_tree_tag_set(struct radix_tree_root *root, unsigned long index, unsigned int tag);
sys/compat/linuxkpi/common/include/linux/radix-tree.h
106
void *radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, unsigned int tag);
sys/compat/linuxkpi/common/include/linux/radix-tree.h
107
int radix_tree_tagged(const struct radix_tree_root *root, unsigned int tag);
sys/compat/linuxkpi/common/include/linux/radix-tree.h
109
unsigned int radix_tree_gang_lookup_tag(const struct radix_tree_root *root, void **results, unsigned long first_index, unsigned int max_items, unsigned int tag);
sys/compat/linuxkpi/common/include/linux/radix-tree.h
81
#define radix_tree_for_each_slot_tagged(slot, root, iter, start, tag) \
sys/compat/linuxkpi/common/include/linux/radix-tree.h
84
RADIX_TREE_ITER_TAGGED | tag); \
sys/compat/linuxkpi/common/src/linux_interrupt.c
149
NULL, lkpi_irq_handler, irqe, &irqe->tag);
sys/compat/linuxkpi/common/src/linux_interrupt.c
177
if (irqe == NULL || irqe->tag != NULL)
sys/compat/linuxkpi/common/src/linux_interrupt.c
180
NULL, lkpi_irq_handler, irqe, &irqe->tag);
sys/compat/linuxkpi/common/src/linux_interrupt.c
195
if (irqe->tag != NULL)
sys/compat/linuxkpi/common/src/linux_interrupt.c
196
bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
sys/compat/linuxkpi/common/src/linux_interrupt.c
197
irqe->tag = NULL;
sys/compat/linuxkpi/common/src/linux_interrupt.c
46
void *tag;
sys/compat/linuxkpi/common/src/linux_interrupt.c
92
if (irqe->tag != NULL)
sys/compat/linuxkpi/common/src/linux_interrupt.c
93
bus_teardown_intr(dev->bsddev, irqe->res, irqe->tag);
sys/compat/linuxkpi/common/src/linux_radix.c
105
unsigned long index, unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
115
if (!tag_get(node, tag, pos))
sys/compat/linuxkpi/common/src/linux_radix.c
118
tag_clear(node, tag, pos);
sys/compat/linuxkpi/common/src/linux_radix.c
119
if (any_tag_set(node, tag))
sys/compat/linuxkpi/common/src/linux_radix.c
126
if (root_tag_get(root, tag))
sys/compat/linuxkpi/common/src/linux_radix.c
127
root_tag_clear(root, tag);
sys/compat/linuxkpi/common/src/linux_radix.c
190
unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
200
radix_tree_for_each_slot_tagged(slot, root, &iter, first_index, tag) {
sys/compat/linuxkpi/common/src/linux_radix.c
219
unsigned int tag;
sys/compat/linuxkpi/common/src/linux_radix.c
222
tag = flags & RADIX_TREE_ITER_TAG_MASK;
sys/compat/linuxkpi/common/src/linux_radix.c
223
if ((flags & RADIX_TREE_ITER_TAGGED) && !root_tag_get(root, tag))
sys/compat/linuxkpi/common/src/linux_radix.c
245
!tag_get(next, tag, pos))) {
sys/compat/linuxkpi/common/src/linux_radix.c
267
int tag;
sys/compat/linuxkpi/common/src/linux_radix.c
286
for (tag = 0; tag < RADIX_TREE_MAX_TAGS; tag++)
sys/compat/linuxkpi/common/src/linux_radix.c
287
node_tag_clear(root, stack, index, tag);
sys/compat/linuxkpi/common/src/linux_radix.c
526
unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
547
if (!tag_get(node, tag, pos))
sys/compat/linuxkpi/common/src/linux_radix.c
548
tag_set(node, tag, pos);
sys/compat/linuxkpi/common/src/linux_radix.c
553
root_tag_set(root, tag);
sys/compat/linuxkpi/common/src/linux_radix.c
56
root_tag_get(const struct radix_tree_root *root, unsigned tag)
sys/compat/linuxkpi/common/src/linux_radix.c
561
unsigned long index, unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
58
return (test_bit(tag, root->tags));
sys/compat/linuxkpi/common/src/linux_radix.c
582
node_tag_clear(root, stack, index, tag);
sys/compat/linuxkpi/common/src/linux_radix.c
590
radix_tree_tagged(const struct radix_tree_root *root, unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
592
return (root_tag_get(root, tag));
sys/compat/linuxkpi/common/src/linux_radix.c
62
root_tag_set(struct radix_tree_root *root, unsigned tag)
sys/compat/linuxkpi/common/src/linux_radix.c
64
set_bit(tag, root->tags);
sys/compat/linuxkpi/common/src/linux_radix.c
68
root_tag_clear(struct radix_tree_root *root, unsigned tag)
sys/compat/linuxkpi/common/src/linux_radix.c
70
clear_bit(tag, root->tags);
sys/compat/linuxkpi/common/src/linux_radix.c
74
tag_get(const struct radix_tree_node *node, unsigned int tag, int pos)
sys/compat/linuxkpi/common/src/linux_radix.c
76
return (test_bit(pos, node->tags[tag]));
sys/compat/linuxkpi/common/src/linux_radix.c
80
tag_set(struct radix_tree_node *node, unsigned int tag, int pos)
sys/compat/linuxkpi/common/src/linux_radix.c
82
set_bit(pos, node->tags[tag]);
sys/compat/linuxkpi/common/src/linux_radix.c
86
tag_clear(struct radix_tree_node *node, unsigned int tag, int pos)
sys/compat/linuxkpi/common/src/linux_radix.c
88
clear_bit(pos, node->tags[tag]);
sys/compat/linuxkpi/common/src/linux_radix.c
92
any_tag_set(const struct radix_tree_node *node, unsigned int tag)
sys/compat/linuxkpi/common/src/linux_radix.c
97
if (node->tags[tag][pos])
sys/crypto/aesni/aesni.c
619
uint8_t iv[AES_BLOCK_LEN], tag[GMAC_DIGEST_LEN];
sys/crypto/aesni/aesni.c
715
memset(tag, 0, sizeof(tag));
sys/crypto/aesni/aesni.c
716
AES_GCM_encrypt(buf, outbuf, authbuf, iv, tag,
sys/crypto/aesni/aesni.c
719
crypto_copyback(crp, crp->crp_digest_start, sizeof(tag),
sys/crypto/aesni/aesni.c
720
tag);
sys/crypto/aesni/aesni.c
722
crypto_copydata(crp, crp->crp_digest_start, sizeof(tag),
sys/crypto/aesni/aesni.c
723
tag);
sys/crypto/aesni/aesni.c
724
if (!AES_GCM_decrypt(buf, outbuf, authbuf, iv, tag,
sys/crypto/aesni/aesni.c
732
memset(tag, 0, sizeof(tag));
sys/crypto/aesni/aesni.c
733
AES_CCM_encrypt(buf, outbuf, authbuf, iv, tag,
sys/crypto/aesni/aesni.c
738
tag);
sys/crypto/aesni/aesni.c
741
tag);
sys/crypto/aesni/aesni.c
742
if (!AES_CCM_decrypt(buf, outbuf, authbuf, iv, tag,
sys/crypto/aesni/aesni.c
766
explicit_bzero(tag, sizeof(tag));
sys/crypto/aesni/aesni.h
103
unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
sys/crypto/aesni/aesni.h
107
const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
sys/crypto/aesni/aesni.h
113
unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
sys/crypto/aesni/aesni.h
117
const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
sys/crypto/aesni/aesni_ccm.c
192
unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
sys/crypto/aesni/aesni_ccm.c
261
bcopy(&staging_block, tag, tag_length);
sys/crypto/aesni/aesni_ccm.c
362
const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
sys/crypto/aesni/aesni_ccm.c
401
if (timingsafe_bcmp(&staging_block, tag, tag_length) != 0) {
sys/crypto/aesni/aesni_ghash.c
271
unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
sys/crypto/aesni/aesni_ghash.c
525
_mm_storeu_si128((__m128i*)tag, T);
sys/crypto/aesni/aesni_ghash.c
532
const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
sys/crypto/aesni/aesni_ghash.c
681
if (!m128icmp(T, _mm_loadu_si128((const __m128i*)tag)))
sys/crypto/armv8/armv8_crypto.c
309
uint8_t iv[AES_BLOCK_LEN], tag[GMAC_DIGEST_LEN];
sys/crypto/armv8/armv8_crypto.c
373
memset(tag, 0, sizeof(tag));
sys/crypto/armv8/armv8_crypto.c
376
crp->crp_aad_length, authbuf, tag, iv, ses->Htable);
sys/crypto/armv8/armv8_crypto.c
377
crypto_copyback(crp, crp->crp_digest_start, sizeof(tag),
sys/crypto/armv8/armv8_crypto.c
378
tag);
sys/crypto/armv8/armv8_crypto.c
380
crypto_copydata(crp, crp->crp_digest_start, sizeof(tag),
sys/crypto/armv8/armv8_crypto.c
381
tag);
sys/crypto/armv8/armv8_crypto.c
384
crp->crp_aad_length, authbuf, tag, iv, ses->Htable);
sys/crypto/armv8/armv8_crypto.c
394
explicit_bzero(tag, sizeof(tag));
sys/crypto/armv8/armv8_crypto.h
73
uint8_t tag[static GMAC_DIGEST_LEN],
sys/crypto/armv8/armv8_crypto.h
78
size_t, const uint8_t *, const uint8_t tag[static GMAC_DIGEST_LEN],
sys/crypto/armv8/armv8_crypto_wrap.c
396
uint8_t tag[static GMAC_DIGEST_LEN],
sys/crypto/armv8/armv8_crypto_wrap.c
449
memcpy(tag, s.Xi.c, GMAC_DIGEST_LEN);
sys/crypto/armv8/armv8_crypto_wrap.c
459
const uint8_t tag[static GMAC_DIGEST_LEN],
sys/crypto/armv8/armv8_crypto_wrap.c
490
if (timingsafe_bcmp(tag, s.Xi.c, GMAC_DIGEST_LEN) != 0) {
sys/crypto/ccp/ccp_hardware.c
1831
char tag[GMAC_DIGEST_LEN];
sys/crypto/ccp/ccp_hardware.c
1848
crypto_copydata(crp, crp->crp_digest_start, s->gmac.hash_len, tag);
sys/crypto/ccp/ccp_hardware.c
1851
if (timingsafe_bcmp(tag, s->gmac.final_block, s->gmac.hash_len) != 0)
sys/crypto/chacha20_poly1305.c
119
exf->final(u.tag, ctx);
sys/crypto/chacha20_poly1305.c
120
result = (timingsafe_bcmp(u.tag, src + resid, POLY1305_HASH_LEN) == 0);
sys/crypto/chacha20_poly1305.c
197
char tag[POLY1305_HASH_LEN];
sys/crypto/chacha20_poly1305.c
222
exf->final(u.tag, ctx);
sys/crypto/chacha20_poly1305.c
223
result = (timingsafe_bcmp(u.tag, src + resid, POLY1305_HASH_LEN) == 0);
sys/crypto/chacha20_poly1305.c
94
char tag[POLY1305_HASH_LEN];
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
192
gcm_finish_avx512(struct ossl_gcm_context *ctx, const unsigned char *tag,
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
205
if (tag != NULL)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
206
return timingsafe_bcmp(ctx->gcm.Xi.c, tag, len);
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
217
.tag = gcm_tag,
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
44
gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/amd64/ossl_aes_gcm_avx512.c
47
memcpy(tag, ctx->gcm.Xi.c, len);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
107
if (tag != NULL)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
108
return timingsafe_bcmp(ctx->gcm.Xi.c, tag, len);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
332
gcm_tag(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
335
memcpy(tag, ctx->gcm.Xi.c, len);
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
345
.tag = gcm_tag,
sys/crypto/openssl/arm/ossl_aes_gcm_neon.c
87
gcm_finish(struct ossl_gcm_context *ctx, const unsigned char *tag, size_t len)
sys/crypto/openssl/ossl_aes.c
178
unsigned char iv[AES_BLOCK_LEN], tag[AES_BLOCK_LEN];
sys/crypto/openssl/ossl_aes.c
251
ctx.ops->tag(&ctx, tag, GMAC_DIGEST_LEN);
sys/crypto/openssl/ossl_aes.c
253
tag);
sys/crypto/openssl/ossl_aes.c
256
tag);
sys/crypto/openssl/ossl_aes.c
257
if (ctx.ops->finish(&ctx, tag, GMAC_DIGEST_LEN) != 0)
sys/crypto/openssl/ossl_aes.c
262
explicit_bzero(tag, sizeof(tag));
sys/crypto/openssl/ossl_aes_gcm.c
157
gcm_tag_op(struct ossl_gcm_context *ctx, unsigned char *tag, size_t len)
sys/crypto/openssl/ossl_aes_gcm.c
160
memcpy(tag, ctx->gcm.Xi.c, len);
sys/crypto/openssl/ossl_aes_gcm.c
567
gcm_finish_op(struct ossl_gcm_context *ctx, const unsigned char *tag,
sys/crypto/openssl/ossl_aes_gcm.c
588
if (tag != NULL)
sys/crypto/openssl/ossl_aes_gcm.c
589
return timingsafe_bcmp(ctx->gcm.Xi.c, tag, len);
sys/crypto/openssl/ossl_aes_gcm.c
600
.tag = gcm_tag_op,
sys/crypto/openssl/ossl_aes_gcm.h
45
int (*finish)(struct ossl_gcm_context *ctx, const unsigned char *tag,
sys/crypto/openssl/ossl_aes_gcm.h
47
void (*tag)(struct ossl_gcm_context *ctx, unsigned char *tag,
sys/crypto/openssl/ossl_chacha20.c
162
unsigned char tag[POLY1305_HASH_LEN];
sys/crypto/openssl/ossl_chacha20.c
288
Poly1305_Final(&auth_ctx, tag);
sys/crypto/openssl/ossl_chacha20.c
290
POLY1305_HASH_LEN : csp->csp_auth_mlen, tag);
sys/crypto/openssl/ossl_chacha20.c
293
explicit_bzero(tag, sizeof(tag));
sys/crypto/openssl/ossl_chacha20.c
308
unsigned char tag[POLY1305_HASH_LEN], tag2[POLY1305_HASH_LEN];
sys/crypto/openssl/ossl_chacha20.c
365
Poly1305_Final(&auth_ctx, tag);
sys/crypto/openssl/ossl_chacha20.c
368
if (timingsafe_bcmp(tag, tag2, mlen) != 0) {
sys/crypto/openssl/ossl_chacha20.c
449
explicit_bzero(tag, sizeof(tag));
sys/dev/aacraid/aacraid.c
1978
void *tag;
sys/dev/aacraid/aacraid.c
1993
aacraid_new_intr_type1, &sc->aac_msix[i], &tag)) {
sys/dev/aacraid/aacraid.c
1999
sc->aac_intr[i] = tag;
sys/dev/acpica/acpi.c
4762
acpi_parse_debug(char *cp, struct debugtag *tag, UINT32 *flag)
sys/dev/acpica/acpi.c
4785
for (i = 0; tag[i].name != NULL; i++) {
sys/dev/acpica/acpi.c
4786
if (!strncmp(cp, tag[i].name, l)) {
sys/dev/acpica/acpi.c
4788
*flag |= tag[i].value;
sys/dev/acpica/acpi.c
4790
*flag &= ~tag[i].value;
sys/dev/acpica/acpi.c
4835
struct debugtag *tag;
sys/dev/acpica/acpi.c
4842
tag = &dbg_layer[0];
sys/dev/acpica/acpi.c
4845
tag = &dbg_level[0];
sys/dev/acpica/acpi.c
4854
for (; tag->name != NULL; tag++) {
sys/dev/acpica/acpi.c
4855
if ((*dbg & tag->value) == tag->value)
sys/dev/acpica/acpi.c
4856
sbuf_printf(&sb, "%s ", tag->name);
sys/dev/acpica/acpi_pci.c
502
bus_dma_tag_t tag;
sys/dev/acpica/acpi_pci.c
506
tag = iommu_get_dma_tag(bus, child);
sys/dev/acpica/acpi_pci.c
508
tag = NULL;
sys/dev/acpica/acpi_pci.c
509
if (tag == NULL)
sys/dev/acpica/acpi_pci.c
510
tag = pci_get_dma_tag(bus, child);
sys/dev/acpica/acpi_pci.c
511
return (tag);
sys/dev/acpica/acpi_pci_link.c
419
acpi_pci_link_dump(struct acpi_pci_link_softc *sc, int header, const char *tag)
sys/dev/acpica/acpi_pci_link.c
433
printf(" %-14.14s %5d %3d %c %3d ", i == 0 ? tag : "", i,
sys/dev/ahci/ahci.c
1585
int tag, tags;
sys/dev/ahci/ahci.c
1593
tag = ffs(~(ch->oslots >> (ch->lastslot + 1)));
sys/dev/ahci/ahci.c
1595
tag = 0;
sys/dev/ahci/ahci.c
1596
if (tag == 0 || tag + ch->lastslot >= tags)
sys/dev/ahci/ahci.c
1597
tag = ffs(~ch->oslots) - 1;
sys/dev/ahci/ahci.c
1599
tag += ch->lastslot;
sys/dev/ahci/ahci.c
1600
ch->lastslot = tag;
sys/dev/ahci/ahci.c
1602
slot = &ch->slot[tag];
sys/dev/ahci/ahci.c
1608
ch->oslots |= (1 << tag);
sys/dev/ahci/ahci.c
1619
ch->aslots |= (1 << tag);
sys/dev/ahci/ahci.c
2546
ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag)
sys/dev/ahci/ahci.c
2584
fis[12] |= tag << 3;
sys/dev/ahci/ahci.c
70
static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);
sys/dev/aic7xxx/ahc_isa.c
104
tag = rman_get_bustag(regs);
sys/dev/aic7xxx/ahc_isa.c
107
entry = ahc_isa_find_device(tag, bsh);
sys/dev/aic7xxx/ahc_isa.c
127
bus_space_tag_t tag;
sys/dev/aic7xxx/ahc_isa.c
154
tag = rman_get_bustag(regs);
sys/dev/aic7xxx/ahc_isa.c
157
entry = ahc_isa_find_device(tag, bsh);
sys/dev/aic7xxx/ahc_isa.c
162
hcntrl = bus_space_read_1(tag, bsh, HCNTRL) & IRQMS;
sys/dev/aic7xxx/ahc_isa.c
163
bus_space_write_1(tag, bsh, HCNTRL, hcntrl | PAUSE);
sys/dev/aic7xxx/ahc_isa.c
164
while ((bus_space_read_1(tag, bsh, HCNTRL) & PAUSE) == 0)
sys/dev/aic7xxx/ahc_isa.c
168
intdef = bus_space_read_1(tag, bsh, INTDEF);
sys/dev/aic7xxx/ahc_isa.c
218
bus_space_tag_t tag;
sys/dev/aic7xxx/ahc_isa.c
231
tag = rman_get_bustag(regs);
sys/dev/aic7xxx/ahc_isa.c
233
entry = ahc_isa_find_device(tag, bsh);
sys/dev/aic7xxx/ahc_isa.c
45
static struct aic7770_identity *ahc_isa_find_device(bus_space_tag_t tag,
sys/dev/aic7xxx/ahc_isa.c
61
ahc_isa_find_device(bus_space_tag_t tag, bus_space_handle_t bsh) {
sys/dev/aic7xxx/ahc_isa.c
69
bus_space_write_1(tag, bsh, 0x80, 0x80 + i);
sys/dev/aic7xxx/ahc_isa.c
70
id |= bus_space_read_1(tag, bsh, 0x80 + i)
sys/dev/aic7xxx/ahc_isa.c
86
bus_space_tag_t tag;
sys/dev/aic7xxx/ahc_pci.c
170
ahc->tag = rman_get_bustag(regs);
sys/dev/aic7xxx/ahc_pci.c
197
ahc->tag = rman_get_bustag(regs);
sys/dev/aic7xxx/aic79xx.c
1416
u_int tag;
sys/dev/aic7xxx/aic79xx.c
1423
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic79xx.c
1427
tag = SCB_GET_TAG(scb);
sys/dev/aic7xxx/aic79xx.c
1433
'A', lun, tag, ROLE_INITIATOR,
sys/dev/aic7xxx/aic79xx.c
195
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic79xx.c
2199
u_int tag;
sys/dev/aic7xxx/aic79xx.c
2201
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic79xx.c
2221
tag = SCB_GET_TAG(scb);
sys/dev/aic7xxx/aic79xx.c
2236
tag = SCB_GET_TAG(scb);
sys/dev/aic7xxx/aic79xx.c
2240
tag, ROLE_INITIATOR,
sys/dev/aic7xxx/aic79xx.c
2405
u_int tag;
sys/dev/aic7xxx/aic79xx.c
2408
tag = SCB_GET_TAG(scb);
sys/dev/aic7xxx/aic79xx.c
2410
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic79xx.c
2413
SCB_GET_LUN(scb), tag,
sys/dev/aic7xxx/aic79xx.c
4604
int tag;
sys/dev/aic7xxx/aic79xx.c
4611
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic79xx.c
4613
tag = ahd_inb(ahd, INITIATOR_TAG);
sys/dev/aic7xxx/aic79xx.c
4615
devinfo->lun, tag, ROLE_TARGET,
sys/dev/aic7xxx/aic79xx.c
4627
/*arg*/tag);
sys/dev/aic7xxx/aic79xx.c
5687
ahd_find_scb_by_tag(struct ahd_softc *ahd, u_int tag)
sys/dev/aic7xxx/aic79xx.c
5695
if (SCB_GET_TAG(scb) == tag)
sys/dev/aic7xxx/aic79xx.c
5707
if (SCB_GET_TAG(list_scb) == tag)
sys/dev/aic7xxx/aic79xx.c
5717
if (SCB_GET_TAG(scb) == tag)
sys/dev/aic7xxx/aic79xx.c
6165
next_scb->hscb->tag = aic_htole16(scb_data->numscbs);
sys/dev/aic7xxx/aic79xx.c
6627
AUSCBPTR_EN | offsetof(struct hardware_scb, tag));
sys/dev/aic7xxx/aic79xx.c
7213
char channel, int lun, u_int tag, role_t role)
sys/dev/aic7xxx/aic79xx.c
7232
&& ((tag == SCB_GET_TAG(scb))
sys/dev/aic7xxx/aic79xx.c
7233
|| (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic79xx.c
7236
&& ((tag == scb->io_ctx->csio.tag_id)
sys/dev/aic7xxx/aic79xx.c
7237
|| (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic79xx.c
7240
match = ((tag == SCB_GET_TAG(scb)) || (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic79xx.c
7367
int lun, u_int tag, role_t role, uint32_t status,
sys/dev/aic7xxx/aic79xx.c
7430
if (ahd_match_scb(ahd, scb, target, channel, lun, tag, role)) {
sys/dev/aic7xxx/aic79xx.c
7516
lun, tag, role, status,
sys/dev/aic7xxx/aic79xx.c
7525
lun, tag, role)) {
sys/dev/aic7xxx/aic79xx.c
7596
int lun, u_int tag, role_t role, uint32_t status,
sys/dev/aic7xxx/aic79xx.c
7750
int lun, u_int tag, role_t role, uint32_t status)
sys/dev/aic7xxx/aic79xx.c
7801
lun, tag, role) == 0)
sys/dev/aic7xxx/aic79xx.c
7824
if (ahd_match_scb(ahd, scbp, target, channel, lun, tag, role)) {
sys/dev/aic7xxx/aic79xx.c
7839
ahd_platform_abort_scbs(ahd, target, channel, lun, tag, role, status);
sys/dev/aic7xxx/aic79xx.c
858
scb_index = aic_le16toh(completion->tag);
sys/dev/aic7xxx/aic79xx.h
1089
uint16_t tag;
sys/dev/aic7xxx/aic79xx.h
120
aic_le16toh(scb->hscb->tag)
sys/dev/aic7xxx/aic79xx.h
1402
u_int tag, role_t role);
sys/dev/aic7xxx/aic79xx.h
1463
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic79xx.h
1467
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic79xx.h
1474
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic79xx.h
503
/*16*/ uint16_t tag; /* Reused by Sequencer. */
sys/dev/aic7xxx/aic79xx_inline.h
723
ahd_lookup_scb(struct ahd_softc *ahd, u_int tag)
sys/dev/aic7xxx/aic79xx_inline.h
727
if (tag >= AHD_SCB_MAX)
sys/dev/aic7xxx/aic79xx_inline.h
729
scb = ahd->scb_data.scbindex[tag];
sys/dev/aic7xxx/aic7xxx.c
1254
u_int tag;
sys/dev/aic7xxx/aic7xxx.c
1256
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic7xxx.c
1261
tag = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
1264
scb->hscb->tag, tag == SCB_LIST_NULL ?
sys/dev/aic7xxx/aic7xxx.c
1267
saved_lun, tag,
sys/dev/aic7xxx/aic7xxx.c
1348
u_int tag;
sys/dev/aic7xxx/aic7xxx.c
1351
tag = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
1353
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic7xxx.c
1356
SCB_GET_LUN(scb), tag,
sys/dev/aic7xxx/aic7xxx.c
1543
hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
2296
ahc->msgout_buf[ahc->msgout_index++] = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
2339
"SCB flags = %x", scb->hscb->tag, scb->hscb->control,
sys/dev/aic7xxx/aic7xxx.c
3419
int tag;
sys/dev/aic7xxx/aic7xxx.c
3426
tag = SCB_LIST_NULL;
sys/dev/aic7xxx/aic7xxx.c
3428
tag = ahc_inb(ahc, INITIATOR_TAG);
sys/dev/aic7xxx/aic7xxx.c
3430
devinfo->lun, tag, ROLE_TARGET,
sys/dev/aic7xxx/aic7xxx.c
3442
/*arg*/tag);
sys/dev/aic7xxx/aic7xxx.c
3601
scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
4533
next_scb->hscb->tag = ahc->scb_data->numscbs;
sys/dev/aic7xxx/aic7xxx.c
4736
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
494
scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5281
char channel, int lun, u_int tag, role_t role)
sys/dev/aic7xxx/aic7xxx.c
5300
&& ((tag == scb->hscb->tag)
sys/dev/aic7xxx/aic7xxx.c
5301
|| (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic7xxx.c
5304
&& ((tag == scb->io_ctx->csio.tag_id)
sys/dev/aic7xxx/aic7xxx.c
5305
|| (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic7xxx.c
5308
match = ((tag == scb->hscb->tag) || (tag == SCB_LIST_NULL));
sys/dev/aic7xxx/aic7xxx.c
5360
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5362
prev_scb->hscb->next = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
5366
ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
5367
scb->hscb->next = ahc->next_queued_scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
5388
int lun, u_int tag, role_t role, uint32_t status,
sys/dev/aic7xxx/aic7xxx.c
5426
ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5436
if (ahc_match_scb(ahc, scb, target, channel, lun, tag, role)) {
sys/dev/aic7xxx/aic7xxx.c
5508
ahc->scb_data->scbindex[scb->hscb->tag] = NULL;
sys/dev/aic7xxx/aic7xxx.c
5511
ahc->qinfifo[qinstart] = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
5514
ahc_outb(ahc, NEXT_QUEUED_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
5519
scb->hscb->next = ahc->next_queued_scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx.c
5690
int lun, u_int tag, int stop_on_first, int remove,
sys/dev/aic7xxx/aic7xxx.c
5730
tag, ROLE_INITIATOR)) {
sys/dev/aic7xxx/aic7xxx.c
5853
int lun, u_int tag, role_t role, uint32_t status)
sys/dev/aic7xxx/aic7xxx.c
5916
lun, tag, role) == 0)
sys/dev/aic7xxx/aic7xxx.c
5928
ahc_search_disc_list(ahc, target, channel, lun, tag,
sys/dev/aic7xxx/aic7xxx.c
5948
&& ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)))
sys/dev/aic7xxx/aic7xxx.c
5962
if (ahc_match_scb(ahc, scbp, target, channel, lun, tag, role)) {
sys/dev/aic7xxx/aic7xxx.c
5977
ahc_platform_abort_scbs(ahc, target, channel, lun, tag, role, status);
sys/dev/aic7xxx/aic7xxx.c
6751
printf("Kernel NEXTQSCB = %d\n", ahc->next_queued_scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6824
cur_col = printf("\n%3d ", scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6829
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6844
printf("%d ", scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6858
printf("%d ", scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
6994
printf("SCB 0x%x - timed out\n", scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
7077
scb->hscb->tag,
sys/dev/aic7xxx/aic7xxx.c
7122
scb->hscb->tag, ROLE_INITIATOR,
sys/dev/aic7xxx/aic7xxx.c
7158
lun, scb->hscb->tag,
sys/dev/aic7xxx/aic7xxx.c
7171
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
7200
"Flags = 0x%x\n", scb->hscb->tag,
sys/dev/aic7xxx/aic7xxx.c
831
scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx.c
898
SCB_GET_LUN(scb), scb->hscb->tag,
sys/dev/aic7xxx/aic7xxx.c
917
ahc->scb_data->hscbs[scbptr].tag);
sys/dev/aic7xxx/aic7xxx.h
1211
u_int tag, role_t role);
sys/dev/aic7xxx/aic7xxx.h
1250
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic7xxx.h
1259
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic7xxx.h
1266
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic7xxx.h
481
/*27*/ uint8_t tag; /*
sys/dev/aic7xxx/aic7xxx.h
931
bus_space_tag_t tag;
sys/dev/aic7xxx/aic7xxx_inline.h
386
ahc->scb_data->scbindex[hscb->tag] = NULL;
sys/dev/aic7xxx/aic7xxx_inline.h
397
ahc_lookup_scb(struct ahc_softc *ahc, u_int tag)
sys/dev/aic7xxx/aic7xxx_inline.h
401
scb = ahc->scb_data->scbindex[tag];
sys/dev/aic7xxx/aic7xxx_inline.h
427
saved_tag = q_hscb->tag;
sys/dev/aic7xxx/aic7xxx_inline.h
431
aic_htole32(ahc_hscb_busaddr(ahc, q_hscb->tag)
sys/dev/aic7xxx/aic7xxx_inline.h
434
q_hscb->tag = saved_tag;
sys/dev/aic7xxx/aic7xxx_inline.h
435
q_hscb->next = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx_inline.h
442
ahc->scb_data->scbindex[scb->hscb->tag] = scb;
sys/dev/aic7xxx/aic7xxx_inline.h
453
if (scb->hscb->tag == SCB_LIST_NULL
sys/dev/aic7xxx/aic7xxx_inline.h
456
scb->hscb->tag, scb->hscb->next);
sys/dev/aic7xxx/aic7xxx_inline.h
468
ahc->qinfifo[ahc->qinfifonext++] = scb->hscb->tag;
sys/dev/aic7xxx/aic7xxx_osm.c
1109
ahc->scb_data->scbindex[scb->hscb->tag] = scb;
sys/dev/aic7xxx/aic7xxx_osm.c
1112
ahc_outb(ahc, SCBPTR, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx_osm.c
1113
ahc_outb(ahc, TARG_IMMEDIATE_SCB, scb->hscb->tag);
sys/dev/aic7xxx/aic7xxx_osm.c
129
ahc->tag = rman_get_bustag(regs);
sys/dev/aic7xxx/aic7xxx_osm.c
334
("ahc_done - scb %d\n", scb->hscb->tag));
sys/dev/aic7xxx/aic7xxx_osm.h
147
bus_space_read_1((ahc)->tag, (ahc)->bsh, port)
sys/dev/aic7xxx/aic7xxx_osm.h
150
bus_space_write_1((ahc)->tag, (ahc)->bsh, port, value)
sys/dev/aic7xxx/aic7xxx_osm.h
153
bus_space_write_multi_1((ahc)->tag, (ahc)->bsh, port, valp, count)
sys/dev/aic7xxx/aic7xxx_osm.h
156
bus_space_read_multi_1((ahc)->tag, (ahc)->bsh, port, valp, count)
sys/dev/aic7xxx/aic_osm_lib.h
123
#define aic_dma_tag_destroy(aic, tag) \
sys/dev/aic7xxx/aic_osm_lib.h
124
bus_dma_tag_destroy(tag)
sys/dev/aic7xxx/aic_osm_lib.h
132
#define aic_dmamap_create(aic, tag, flags, mapp) \
sys/dev/aic7xxx/aic_osm_lib.h
133
bus_dmamap_create(tag, flags, mapp)
sys/dev/aic7xxx/aic_osm_lib.h
135
#define aic_dmamap_destroy(aic, tag, map) \
sys/dev/aic7xxx/aic_osm_lib.h
136
bus_dmamap_destroy(tag, map)
sys/dev/aic7xxx/aic_osm_lib.h
142
#define aic_dmamap_unload(aic, tag, map) \
sys/dev/aic7xxx/aic_osm_lib.h
143
bus_dmamap_unload(tag, map)
sys/dev/aic7xxx/aic_osm_lib.h
216
char channel, int lun, u_int tag,
sys/dev/aic7xxx/aic_osm_lib.h
319
char channel, int lun, u_int tag,
sys/dev/al_eth/al_eth.c
554
al_dma_alloc_coherent(device_t dev, bus_dma_tag_t *tag, bus_dmamap_t *map,
sys/dev/al_eth/al_eth.c
562
maxsize, 1, maxsize, BUS_DMA_COHERENT, NULL, NULL, tag);
sys/dev/al_eth/al_eth.c
569
ret = bus_dmamem_alloc(*tag, vaddr,
sys/dev/al_eth/al_eth.c
577
ret = bus_dmamap_load(*tag, *map, *vaddr,
sys/dev/al_eth/al_eth.c
589
al_dma_free_coherent(bus_dma_tag_t tag, bus_dmamap_t map, void *vaddr)
sys/dev/al_eth/al_eth.c
592
bus_dmamap_unload(tag, map);
sys/dev/al_eth/al_eth.c
593
bus_dmamem_free(tag, vaddr, map);
sys/dev/al_eth/al_eth.c
594
bus_dma_tag_destroy(tag);
sys/dev/aq/aq_device.h
95
uint16_t tag;
sys/dev/ata/ata-all.h
240
u_int32_t tag; /* HW tag of this request */
sys/dev/ata/chipsets/ata-marvell.c
71
u_int16_t tag;
sys/dev/ath/ah_osdep.c
273
bus_space_tag_t tag = BUSTAG(ah);
sys/dev/ath/ah_osdep.c
298
bus_space_write_4(tag, h, reg, val);
sys/dev/ath/ah_osdep.c
307
bus_space_tag_t tag = BUSTAG(ah);
sys/dev/ath/ah_osdep.c
323
val = bus_space_read_4(tag, h, reg);
sys/dev/ath/ah_osdep.c
371
bus_space_tag_t tag = BUSTAG(ah);
sys/dev/ath/ah_osdep.c
385
bus_space_write_4(tag, h, reg, val);
sys/dev/ath/ah_osdep.c
394
bus_space_tag_t tag = BUSTAG(ah);
sys/dev/ath/ah_osdep.c
410
val = bus_space_read_4(tag, h, reg);
sys/dev/ath/ah_osdep.c
61
((bus_space_tag_t) ((struct ar531x_config *)((ah)->ah_st))->tag)
sys/dev/ath/ath_hal/ah_soc.h
89
void *tag; /* bus space tag */
sys/dev/ath/if_ath_keycache.c
85
ath_keyprint(struct ath_softc *sc, const char *tag, u_int ix,
sys/dev/ath/if_ath_keycache.c
98
printf("%s: [%02u] %-7s ", tag, ix, ciphers[hk->kv_type]);
sys/dev/atkbdc/atkbdc.c
212
bus_space_tag_t tag;
sys/dev/atkbdc/atkbdc.c
224
tag = X86_BUS_SPACE_IO;
sys/dev/atkbdc/atkbdc.c
233
bus_space_map(tag, port0, IO_KBDSIZE, 0, &h0);
sys/dev/atkbdc/atkbdc.c
234
bus_space_map(tag, port1, IO_KBDSIZE, 0, &h1);
sys/dev/atkbdc/atkbdc.c
251
if ((bus_space_read_1(tag, h1, 0) & 0x2) == 0)
sys/dev/atkbdc/atkbdc.c
259
return atkbdc_setup(atkbdc_softc[0], tag, h0, h1);
sys/dev/atkbdc/atkbdc.c
263
atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag, bus_space_handle_t h0,
sys/dev/atkbdc/atkbdc.c
285
sc->iot = tag;
sys/dev/atkbdc/atkbdc.c
95
static int atkbdc_setup(atkbdc_softc_t *sc, bus_space_tag_t tag,
sys/dev/atkbdc/atkbdc_isa.c
104
bus_space_tag_t tag;
sys/dev/atkbdc/atkbdc_isa.c
159
tag = rman_get_bustag(port0);
sys/dev/atkbdc/atkbdc_isa.c
163
if ((bus_space_read_1(tag, ioh1, 0) & 0x2) == 0)
sys/dev/axgbe/if_axgbe_pci.c
1510
xgbe_free_intr(struct xgbe_prv_data *pdata, struct resource *res, void *tag,
sys/dev/axgbe/if_axgbe_pci.c
1513
if (tag)
sys/dev/axgbe/if_axgbe_pci.c
1514
bus_teardown_intr(pdata->dev, res, tag);
sys/dev/bge/if_bge.c
2865
bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map,
sys/dev/bge/if_bge.c
2877
NULL, maxsize, 1, maxsize, 0, NULL, NULL, tag);
sys/dev/bge/if_bge.c
2884
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/bge/if_bge.c
2893
error = bus_dmamap_load(*tag, *map, *ring, maxsize, bge_dma_map_addr,
sys/dev/bge/if_bge.c
2908
bus_dmamap_unload(*tag, *map);
sys/dev/bge/if_bge.c
2909
bus_dmamem_free(*tag, *ring, *map);
sys/dev/bge/if_bge.c
2910
bus_dma_tag_destroy(*tag);
sys/dev/bge/if_bge.c
2915
*tag = NULL;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
124
uint8_t tag;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
127
error = bhnd_nvram_io_read(io, 0x0, &tag, sizeof(tag));
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
133
if (tag == NVRAM_TLV_TYPE_END)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
148
if (ident.hdr.tag != NVRAM_TLV_TYPE_ENV)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
176
uint8_t tag;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
183
while (!(error = bhnd_nvram_tlv_next_record(io, &next, &off, &tag))) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
184
switch (tag) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
262
env.hdr.tag = NVRAM_TLV_TYPE_ENV;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
643
*offset, uint8_t *tag)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
658
error = bhnd_nvram_io_read(io, io_offset, tag, sizeof(*tag));
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
664
if (*tag == NVRAM_TLV_TYPE_END) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
670
if (*tag & NVRAM_TLV_TF_U8_LEN) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
69
uint8_t tag;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
716
uint8_t tag;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
725
error = bhnd_nvram_tlv_next_record(io, &next, NULL, &tag);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
728
} while (tag != NVRAM_TLV_TYPE_END);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
752
uint8_t tag;
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
762
&tag);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
770
if (tag != NVRAM_TLV_TYPE_ENV)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
781
} while (tag != NVRAM_TLV_TYPE_END);
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
818
if (env->hdr.tag != NVRAM_TLV_TYPE_ENV) {
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
96
uint8_t *tag);
sys/dev/bnxt/bnxt_en/bnxt.h
381
bus_space_tag_t tag;
sys/dev/bnxt/bnxt_en/bnxt.h
551
uint16_t tag;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
198
bus_space_write_4(softc->hwrm_bar.tag,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
206
bus_space_write_4(softc->hwrm_bar.tag, softc->hwrm_bar.handle,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
210
bus_space_write_4(softc->hwrm_bar.tag,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2113
struct bnxt_vlan_tag *tag;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2120
SLIST_FOREACH(tag, &vnic->vlan_tags, next) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2121
rc = bnxt_hwrm_l2_filter_free(softc, tag->filter_id);
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2124
tag->filter_id = -1;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2186
struct bnxt_vlan_tag *tag;
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2193
SLIST_FOREACH(tag, &vnic->vlan_tags, next) {
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2194
rc = bnxt_hwrm_l2_filter_alloc(softc, tag->tag,
sys/dev/bnxt/bnxt_en/bnxt_hwrm.c
2195
&tag->filter_id);
sys/dev/bnxt/bnxt_en/if_bnxt.c
1319
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 4,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1321
bus_space_write_4(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1330
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 4,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1332
bus_space_write_4(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1341
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 4,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1343
bus_space_write_4(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1348
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1357
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1359
bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1369
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1371
bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1394
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1396
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1398
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1415
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1417
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1419
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1436
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1438
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1440
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1462
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1464
bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1486
bus_space_barrier(db_bar->tag, db_bar->handle, ring->doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1488
bus_space_write_8(db_bar->tag, db_bar->handle, ring->doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1515
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1517
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1519
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1543
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1545
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1547
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1571
bus_space_barrier(db_bar->tag, db_bar->handle, cpr->ring.doorbell, 8,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1573
bus_space_write_8(db_bar->tag, db_bar->handle, cpr->ring.doorbell,
sys/dev/bnxt/bnxt_en/if_bnxt.c
1575
bus_space_barrier(db_bar->tag, db_bar->handle, 0, db_bar->size,
sys/dev/bnxt/bnxt_en/if_bnxt.c
2749
struct bnxt_vlan_tag *tag;
sys/dev/bnxt/bnxt_en/if_bnxt.c
2779
SLIST_FOREACH_SAFE(tag, &softc->vnic_info.vlan_tags, next, tmp)
sys/dev/bnxt/bnxt_en/if_bnxt.c
2780
free(tag, M_DEVBUF);
sys/dev/bnxt/bnxt_en/if_bnxt.c
294
return bus_space_read_4(bp->doorbell_bar.tag, bp->doorbell_bar.handle, reg_off);
sys/dev/bnxt/bnxt_en/if_bnxt.c
296
return bus_space_read_4(bp->hwrm_bar.tag, bp->hwrm_bar.handle, reg_off);
sys/dev/bnxt/bnxt_en/if_bnxt.c
303
bus_space_write_4(bp->doorbell_bar.tag, bp->doorbell_bar.handle, reg_off, htole32(val));
sys/dev/bnxt/bnxt_en/if_bnxt.c
305
bus_space_write_4(bp->hwrm_bar.tag, bp->hwrm_bar.handle, reg_off, htole32(val));
sys/dev/bnxt/bnxt_en/if_bnxt.c
3902
new_tag->tag = vtag;
sys/dev/bnxt/bnxt_en/if_bnxt.c
3914
if (vlan_tag->tag == vtag) {
sys/dev/bnxt/bnxt_en/if_bnxt.c
4698
bar->tag = rman_get_bustag(bar->res);
sys/dev/bnxt/bnxt_re/main.c
162
return bus_space_read_8(bp->doorbell_bar.tag, bp->doorbell_bar.handle, reg_off);
sys/dev/bnxt/bnxt_re/main.c
164
return bus_space_read_8(bp->hwrm_bar.tag, bp->hwrm_bar.handle, reg_off);
sys/dev/bnxt/bnxt_re/main.c
170
bus_space_write_8(bp->doorbell_bar.tag, bp->doorbell_bar.handle, reg_off, htole32(val));
sys/dev/bnxt/bnxt_re/main.c
172
bus_space_write_8(bp->hwrm_bar.tag, bp->hwrm_bar.handle, reg_off, htole32(val));
sys/dev/bnxt/bnxt_re/qplib_fp.c
3035
static void bnxt_qplib_release_srqe(struct bnxt_qplib_srq *srq, u32 tag)
sys/dev/bnxt/bnxt_re/qplib_fp.c
3038
srq->swq[srq->last_idx].next_idx = (int)tag;
sys/dev/bnxt/bnxt_re/qplib_fp.c
3039
srq->last_idx = (int)tag;
sys/dev/bxe/bxe.c
13084
sc->bar[i].tag = rman_get_bustag(sc->bar[i].resource);
sys/dev/bxe/bxe.c
16527
bus_space_barrier(sc->bar[BAR0].tag, sc->bar[BAR0].handle, 0, 0,
sys/dev/bxe/bxe.c
16535
bus_space_barrier(sc->bar[BAR0].tag, sc->bar[BAR0].handle, 0, 0,
sys/dev/bxe/bxe.c
2349
bus_space_barrier(sc->bar[BAR0].tag, sc->bar[BAR0].handle, 0, 0,
sys/dev/bxe/bxe.c
5509
bus_space_barrier(sc->bar[BAR0].tag, sc->bar[BAR0].handle,
sys/dev/bxe/bxe.c
5513
bus_space_barrier(sc->bar[BAR2].tag, sc->bar[BAR2].handle,
sys/dev/bxe/bxe.c
9117
if (sc->intr[i].resource && sc->intr[i].tag) {
sys/dev/bxe/bxe.c
9119
bus_teardown_intr(sc->dev, sc->intr[i].resource, sc->intr[i].tag);
sys/dev/bxe/bxe.c
9201
&sc->intr[0].tag)) != 0) {
sys/dev/bxe/bxe.c
9207
sc->intr[0].tag, "sp");
sys/dev/bxe/bxe.c
921
&dma->tag); /* returned dma tag */
sys/dev/bxe/bxe.c
9224
&sc->intr[i + 1].tag)) != 0) {
sys/dev/bxe/bxe.c
9231
sc->intr[i + 1].tag, "fp%02d", i);
sys/dev/bxe/bxe.c
9251
&sc->intr[0].tag)) != 0) {
sys/dev/bxe/bxe.c
9267
&sc->intr[0].tag)) != 0) {
sys/dev/bxe/bxe.c
928
rc = bus_dmamem_alloc(dma->tag,
sys/dev/bxe/bxe.c
934
bus_dma_tag_destroy(dma->tag);
sys/dev/bxe/bxe.c
939
rc = bus_dmamap_load(dma->tag,
sys/dev/bxe/bxe.c
948
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/bxe/bxe.c
949
bus_dma_tag_destroy(dma->tag);
sys/dev/bxe/bxe.c
962
DBASSERT(sc, (dma->tag != NULL), ("dma tag is NULL"));
sys/dev/bxe/bxe.c
964
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/bxe/bxe.c
966
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/bxe/bxe.c
967
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/bxe/bxe.c
968
bus_dma_tag_destroy(dma->tag);
sys/dev/bxe/bxe.h
1830
bus_space_write_1(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1835
bus_space_write_2(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1840
bus_space_write_4(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1845
bus_space_read_1(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1850
bus_space_read_2(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1855
bus_space_read_4(sc->bar[BAR0].tag, \
sys/dev/bxe/bxe.h
1909
bus_space_write_4(sc->bar[BAR1].tag, sc->bar[BAR1].handle, \
sys/dev/bxe/bxe.h
2255
void bxe_dump_mem(struct bxe_softc *sc, char *tag,
sys/dev/bxe/bxe.h
2317
bus_space_barrier(sc->bar[0].tag, sc->bar[0].handle, 0, 0,
sys/dev/bxe/bxe.h
2344
bus_space_barrier(sc->bar[0].tag, sc->bar[0].handle, 0, 0,
sys/dev/bxe/bxe.h
448
bus_space_tag_t tag;
sys/dev/bxe/bxe.h
456
void *tag;
sys/dev/bxe/bxe.h
464
bus_dma_tag_t tag;
sys/dev/bxe/bxe_debug.c
103
val = bus_space_read_2(sc->bar[BAR0].tag,
sys/dev/bxe/bxe_debug.c
120
val = bus_space_read_4(sc->bar[BAR0].tag,
sys/dev/bxe/bxe_debug.c
191
char *tag,
sys/dev/bxe/bxe_debug.c
201
BLOGI(sc, "++++++++++++ %s\n", tag);
sys/dev/bxe/bxe_debug.c
222
BLOGI(sc, "------------ %s\n", tag);
sys/dev/bxe/bxe_debug.c
229
char *tag,
sys/dev/bxe/bxe_debug.c
240
BLOGI(sc, "++++++++++++ %s\n", tag);
sys/dev/bxe/bxe_debug.c
281
BLOGI(sc, "------------ %s\n", tag);
sys/dev/bxe/bxe_debug.c
47
bus_space_write_1(sc->bar[BAR0].tag,
sys/dev/bxe/bxe_debug.c
61
bus_space_write_2(sc->bar[BAR0].tag,
sys/dev/bxe/bxe_debug.c
75
bus_space_write_4(sc->bar[BAR0].tag,
sys/dev/bxe/bxe_debug.c
86
val = bus_space_read_1(sc->bar[BAR0].tag,
sys/dev/ciss/ciss.c
2167
u_int32_t tag, index;
sys/dev/ciss/ciss.c
2176
tag = CISS_TL_SIMPLE_FETCH_CMD(sc);
sys/dev/ciss/ciss.c
2177
if (tag == CISS_TL_SIMPLE_OPQ_EMPTY)
sys/dev/ciss/ciss.c
2179
index = tag >> 2;
sys/dev/ciss/ciss.c
2181
(tag & CISS_HDR_HOST_TAG_ERROR) ? " with error" : "");
sys/dev/ciss/ciss.c
2183
ciss_printf(sc, "completed invalid request %d (0x%x)\n", index, tag);
sys/dev/ciss/ciss.c
2188
cc->header.host_tag = tag; /* not updated by adapter */
sys/dev/ciss/ciss.c
2199
u_int32_t tag, index;
sys/dev/ciss/ciss.c
2208
tag = sc->ciss_reply[sc->ciss_rqidx];
sys/dev/ciss/ciss.c
2209
if ((tag & CISS_CYCLE_MASK) != sc->ciss_cycle)
sys/dev/ciss/ciss.c
2211
index = tag >> 2;
sys/dev/ciss/ciss.c
2213
(tag & CISS_HDR_HOST_TAG_ERROR) ? " with error" : "");
sys/dev/ciss/ciss.c
2217
cc->header.host_tag = tag; /* not updated by adapter */
sys/dev/ciss/ciss.c
2220
ciss_printf(sc, "completed invalid request %d (0x%x)\n", index, tag);
sys/dev/ciss/cissreg.h
380
u_int32_t tag;
sys/dev/cxgb/common/cxgb_t3_hw.c
744
u8 tag, buf[8];
sys/dev/cxgb/common/cxgb_t3_hw.c
756
tag = buf[shift];
sys/dev/cxgb/common/cxgb_t3_hw.c
757
if (tag & 0x80) {
sys/dev/cxgb/common/cxgb_t3_hw.c
766
len = (tag & 0x07) + 1;
sys/dev/cxgb/cxgb_main.c
895
void *tag;
sys/dev/cxgb/cxgb_main.c
939
NULL, t3_intr_msix, &sc->sge.qs[i], &tag);
sys/dev/cxgb/cxgb_main.c
949
sc->msix_intr_tag[i] = tag;
sys/dev/cxgb/cxgb_main.c
950
bus_describe_intr(sc->dev, res, tag, "qs%d", i);
sys/dev/cxgb/cxgb_sge.c
872
bus_addr_t *phys, void *desc, void *sdesc, bus_dma_tag_t *tag,
sys/dev/cxgb/cxgb_sge.c
883
len, 0, NULL, NULL, tag)) != 0) {
sys/dev/cxgb/cxgb_sge.c
888
if ((err = bus_dmamem_alloc(*tag, (void **)&p, BUS_DMA_NOWAIT,
sys/dev/cxgb/cxgb_sge.c
894
bus_dmamap_load(*tag, *map, p, len, alloc_ring_cb, phys, 0);
sys/dev/cxgb/sys/mvec.h
34
int busdma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/cxgb/sys/mvec.h
36
void busdma_map_sg_vec(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/cxgb/sys/uipc_mvec.c
52
busdma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/cxgb/sys/uipc_mvec.c
63
err = bus_dmamap_load_mbuf_sg(tag, map, *m, segs, &seg_count, 0);
sys/dev/cxgb/sys/uipc_mvec.c
93
busdma_map_sg_vec(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/cxgb/sys/uipc_mvec.c
99
bus_dmamap_load_mbuf_sg(tag, map, m, segs, &n, 0);
sys/dev/cxgbe/adapter.h
982
void *tag;
sys/dev/cxgbe/common/t4_hw.c
3648
int i, tag;
sys/dev/cxgbe/common/t4_hw.c
3654
tag = vpdr->vpdr_tag;
sys/dev/cxgbe/common/t4_hw.c
3659
if (++tag != vpdr->vpdr_tag)
sys/dev/cxgbe/common/t4_msg.h
3398
__be64 tag;
sys/dev/cxgbe/common/t4_msg.h
3755
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
3822
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
3899
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
3977
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
4150
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
4250
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
4356
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
6579
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
6675
__be32 tag;
sys/dev/cxgbe/common/t4_msg.h
6780
__be32 tag;
sys/dev/cxgbe/firmware/t4fw_interface.h
3871
__be32 tag;
sys/dev/cxgbe/firmware/t4fw_interface.h
4536
__be32 tag;
sys/dev/cxgbe/t4_main.c
7507
NULL, handler, arg, &irq->tag);
sys/dev/cxgbe/t4_main.c
7513
bus_describe_intr(sc->dev, irq->res, irq->tag, "%s", name);
sys/dev/cxgbe/t4_main.c
7521
if (irq->tag)
sys/dev/cxgbe/t4_main.c
7522
bus_teardown_intr(sc->dev, irq->res, irq->tag);
sys/dev/cxgbe/t4_sge.c
3471
alloc_ring(struct adapter *sc, size_t len, bus_dma_tag_t *tag,
sys/dev/cxgbe/t4_sge.c
3477
BUS_SPACE_MAXADDR, NULL, NULL, len, 1, len, 0, NULL, NULL, tag);
sys/dev/cxgbe/t4_sge.c
3483
rc = bus_dmamem_alloc(*tag, va,
sys/dev/cxgbe/t4_sge.c
3490
rc = bus_dmamap_load(*tag, *map, *va, len, oneseg_dma_callback, pa, 0);
sys/dev/cxgbe/t4_sge.c
3497
free_ring(sc, *tag, *map, *pa, *va);
sys/dev/cxgbe/t4_sge.c
3503
free_ring(struct adapter *sc, bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/cxgbe/t4_sge.c
3507
bus_dmamap_unload(tag, map);
sys/dev/cxgbe/t4_sge.c
3509
bus_dmamem_free(tag, va, map);
sys/dev/cxgbe/t4_sge.c
3510
if (tag)
sys/dev/cxgbe/t4_sge.c
3511
bus_dma_tag_destroy(tag);
sys/dev/dpaa2/dpaa2_swp.h
245
uint32_t tag;
sys/dev/drm2/drmP.h
371
bus_dma_tag_t tag;
sys/dev/drm2/drmP.h
547
struct drm_file *tag; /**< associated fd private data */
sys/dev/drm2/drm_context.c
375
ctx_entry->tag = file_priv;
sys/dev/drm2/drm_fops.c
380
if (pos->tag == file_priv &&
sys/dev/drm2/drm_pci.c
102
ret = bus_dmamem_alloc(dmah->tag, &dmah->vaddr,
sys/dev/drm2/drm_pci.c
105
bus_dma_tag_destroy(dmah->tag);
sys/dev/drm2/drm_pci.c
110
ret = bus_dmamap_load(dmah->tag, dmah->map, dmah->vaddr, size,
sys/dev/drm2/drm_pci.c
113
bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
sys/dev/drm2/drm_pci.c
114
bus_dma_tag_destroy(dmah->tag);
sys/dev/drm2/drm_pci.c
134
bus_dmamap_unload(dmah->tag, dmah->map);
sys/dev/drm2/drm_pci.c
135
bus_dmamem_free(dmah->tag, dmah->vaddr, dmah->map);
sys/dev/drm2/drm_pci.c
136
bus_dma_tag_destroy(dmah->tag);
sys/dev/drm2/drm_pci.c
96
&dmah->tag);
sys/dev/e1000/if_em.h
406
void *tag;
sys/dev/e1000/if_em.h
439
void *tag;
sys/dev/e1000/if_em.h
495
void *tag;
sys/dev/ena/ena.c
232
&dma->tag);
sys/dev/ena/ena.c
238
error = bus_dma_tag_set_domain(dma->tag, domain);
sys/dev/ena/ena.c
245
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/ena/ena.c
254
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/ena/ena.c
261
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/ena/ena.c
267
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/ena/ena.c
269
bus_dma_tag_destroy(dma->tag);
sys/dev/ena/ena.c
271
dma->tag = NULL;
sys/dev/ena/ena_datapath.c
603
bus_dmamap_sync(io_cq->cdesc_addr.mem_handle.tag,
sys/dev/ena/ena_datapath.c
633
bus_dmamap_sync(io_cq->cdesc_addr.mem_handle.tag,
sys/dev/ena/ena_netmap.c
933
bus_dmamap_sync(ctx->io_cq->cdesc_addr.mem_handle.tag,
sys/dev/ena/ena_netmap.c
975
bus_dmamap_sync(ctx->io_cq->cdesc_addr.mem_handle.tag,
sys/dev/enic/enic.h
28
bus_space_tag_t tag;
sys/dev/enic/enic.h
36
bus_space_write_8(res->bar.tag, res->bar.handle, \
sys/dev/enic/enic.h
39
bus_space_write_4(res->bar.tag, res->bar.handle, \
sys/dev/enic/enic.h
42
bus_space_write_region_4(res->bar.tag, res->bar.handle, \
sys/dev/enic/enic.h
46
bus_space_read_8(res->bar.tag, res->bar.handle, \
sys/dev/enic/enic.h
49
bus_space_read_4(res->bar.tag, res->bar.handle, \
sys/dev/enic/enic.h
52
bus_space_read_region_4(res->type.tag, res->type.handle, \
sys/dev/enic/if_enic.c
1607
bar->tag = rman_get_bustag(bar->res);
sys/dev/enic/vnic_dev.c
130
if (!vdev->res[type].bar.tag)
sys/dev/et/if_et.c
801
bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr,
sys/dev/et/if_et.c
809
tag);
sys/dev/et/if_et.c
815
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/et/if_et.c
824
error = bus_dmamap_load(*tag, *map, *ring, maxsize, et_dma_map_addr,
sys/dev/et/if_et.c
836
et_dma_ring_free(struct et_softc *sc, bus_dma_tag_t *tag, uint8_t **ring,
sys/dev/et/if_et.c
841
bus_dmamap_unload(*tag, map);
sys/dev/et/if_et.c
845
bus_dmamem_free(*tag, *ring, map);
sys/dev/et/if_et.c
848
if (*tag) {
sys/dev/et/if_et.c
849
bus_dma_tag_destroy(*tag);
sys/dev/et/if_et.c
850
*tag = NULL;
sys/dev/etherswitch/e6000sw/e6060sw.c
549
int i, tag;
sys/dev/etherswitch/e6000sw/e6060sw.c
572
tag = data1 >> (i * 4) & 3;
sys/dev/etherswitch/e6000sw/e6060sw.c
573
if (tag == 0 || tag == 1) {
sys/dev/etherswitch/e6000sw/e6060sw.c
576
} else if (tag == 2) {
sys/dev/etherswitch/e6000sw/e6060sw.c
581
tag = data2 >> (i * 4) & 3;
sys/dev/etherswitch/e6000sw/e6060sw.c
582
if (tag == 0 || tag == 1) {
sys/dev/etherswitch/e6000sw/e6060sw.c
585
} else if (tag == 2) {
sys/dev/firewire/firewire.h
46
unsigned char tag:2;
sys/dev/firewire/fwdev.c
586
it->flag |= ((0x3 & ichreq->tag) << 6);
sys/dev/firewire/fwdev.c
592
ichreq->tag = it->flag >> 2 & 0x3;
sys/dev/firewire/fwdev.c
612
ir->flag |= ((0x3 & ichreq->tag) << 6);
sys/dev/firewire/fwdev.c
619
ichreq->tag = ir->flag >> 2 & 0x3;
sys/dev/firewire/fwohci.c
1623
unsigned short tag, ich;
sys/dev/firewire/fwohci.c
1634
tag = (ir->flag >> 6) & 3;
sys/dev/firewire/fwohci.c
1636
OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);
sys/dev/gve/gve.h
96
bus_dma_tag_t tag;
sys/dev/gve/gve_adminq.c
291
bus_dmamap_sync(qres_dma->tag, qres_dma->map, BUS_DMASYNC_PREREAD);
sys/dev/gve/gve_adminq.c
362
bus_dmamap_sync(qres_dma->tag, qres_dma->map, BUS_DMASYNC_PREREAD);
sys/dev/gve/gve_adminq.c
478
bus_dmamap_sync(desc_mem.tag, desc_mem.map, BUS_DMASYNC_PREWRITE);
sys/dev/gve/gve_adminq.c
484
bus_dmamap_sync(desc_mem.tag, desc_mem.map, BUS_DMASYNC_POSTREAD);
sys/dev/gve/gve_adminq.c
579
bus_dmamap_sync(dma.tag, dma.map, BUS_DMASYNC_PREWRITE);
sys/dev/gve/gve_adminq.c
613
bus_dmamap_sync(priv->irqs_db_mem.tag, priv->irqs_db_mem.map,
sys/dev/gve/gve_adminq.c
615
bus_dmamap_sync(priv->counter_array_mem.tag,
sys/dev/gve/gve_adminq.c
859
priv->aq_mem.tag, priv->aq_mem.map, BUS_DMASYNC_POSTREAD);
sys/dev/gve/gve_adminq.c
911
priv->aq_mem.tag, priv->aq_mem.map, BUS_DMASYNC_PREWRITE);
sys/dev/gve/gve_main.c
90
bus_dmamap_sync(driver_info_mem.tag, driver_info_mem.map,
sys/dev/gve/gve_main.c
914
bus_dmamap_sync(priv->counter_array_mem.tag, priv->counter_array_mem.map,
sys/dev/gve/gve_main.c
919
bus_dmamap_sync(priv->irqs_db_mem.tag, priv->irqs_db_mem.map,
sys/dev/gve/gve_rx.c
237
bus_dmamap_sync(rx->data_ring_mem.tag, rx->data_ring_mem.map,
sys/dev/gve/gve_rx.c
250
bus_dmamap_sync(rx->desc_ring_mem.tag, rx->desc_ring_mem.map,
sys/dev/gve/gve_rx.c
320
bus_dmamap_sync(priv->irqs_db_mem.tag, priv->irqs_db_mem.map,
sys/dev/gve/gve_rx.c
329
bus_dmamap_sync(com->q_resources_mem.tag, com->q_resources_mem.map,
sys/dev/gve/gve_rx.c
565
bus_dmamap_sync(page_dma_handle->tag, page_dma_handle->map,
sys/dev/gve/gve_rx.c
656
bus_dmamap_sync(rx->desc_ring_mem.tag, rx->desc_ring_mem.map,
sys/dev/gve/gve_rx.c
685
bus_dmamap_sync(rx->data_ring_mem.tag, rx->data_ring_mem.map,
sys/dev/gve/gve_rx.c
96
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREREAD);
sys/dev/gve/gve_rx.c
99
bus_dmamap_sync(rx->data_ring_mem.tag, rx->data_ring_mem.map,
sys/dev/gve/gve_rx_dqo.c
195
bus_dmamap_sync(rx->desc_ring_mem.tag, rx->desc_ring_mem.map,
sys/dev/gve/gve_rx_dqo.c
208
bus_dmamap_sync(rx->dqo.compl_ring_mem.tag, rx->dqo.compl_ring_mem.map,
sys/dev/gve/gve_rx_dqo.c
284
bus_dmamap_sync(rx->desc_ring_mem.tag, rx->desc_ring_mem.map,
sys/dev/gve/gve_rx_dqo.c
374
bus_dmamap_sync(page_dma_handle->tag, page_dma_handle->map,
sys/dev/gve/gve_rx_dqo.c
883
bus_dmamap_sync(page_dma_handle->tag, page_dma_handle->map,
sys/dev/gve/gve_rx_dqo.c
991
bus_dmamap_sync(rx->dqo.compl_ring_mem.tag,
sys/dev/gve/gve_tx.c
226
bus_dmamap_sync(tx->desc_ring_mem.tag, tx->desc_ring_mem.map,
sys/dev/gve/gve_tx.c
291
bus_dmamap_sync(priv->irqs_db_mem.tag, priv->irqs_db_mem.map,
sys/dev/gve/gve_tx.c
300
bus_dmamap_sync(com->q_resources_mem.tag, com->q_resources_mem.map,
sys/dev/gve/gve_tx.c
392
bus_dmamap_sync(priv->counter_array_mem.tag, priv->counter_array_mem.map,
sys/dev/gve/gve_tx.c
479
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/gve/gve_tx.c
859
bus_dmamap_sync(tx->desc_ring_mem.tag, tx->desc_ring_mem.map,
sys/dev/gve/gve_tx_dqo.c
1008
bus_dmamap_sync(tx->dqo.compl_ring_mem.tag, tx->dqo.compl_ring_mem.map,
sys/dev/gve/gve_tx_dqo.c
1086
bus_dmamap_sync(tx->dqo.compl_ring_mem.tag,
sys/dev/gve/gve_tx_dqo.c
688
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/gve/gve_tx_dqo.c
881
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_POSTWRITE);
sys/dev/gve/gve_tx_dqo.c
993
bus_dmamap_sync(tx->desc_ring_mem.tag, tx->desc_ring_mem.map,
sys/dev/gve/gve_utils.c
104
&dma->tag);
sys/dev/gve/gve_utils.c
111
err = bus_dmamem_alloc(dma->tag, (void **) &dma->cpu_addr,
sys/dev/gve/gve_utils.c
122
err = bus_dmamap_load(dma->tag, dma->map, dma->cpu_addr, size,
sys/dev/gve/gve_utils.c
132
bus_dmamem_free(dma->tag, dma->cpu_addr, dma->map);
sys/dev/gve/gve_utils.c
134
bus_dma_tag_destroy(dma->tag);
sys/dev/gve/gve_utils.c
136
dma->tag = NULL;
sys/dev/gve/gve_utils.c
144
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
sys/dev/gve/gve_utils.c
145
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/gve/gve_utils.c
146
bus_dmamem_free(dma->tag, dma->cpu_addr, dma->map);
sys/dev/gve/gve_utils.c
147
bus_dma_tag_destroy(dma->tag);
sys/dev/gve/gve_utils.c
169
&dma->tag);
sys/dev/gve/gve_utils.c
176
err = bus_dmamap_create(dma->tag, BUS_DMA_COHERENT, &dma->map);
sys/dev/gve/gve_utils.c
185
err = bus_dmamap_load(dma->tag, dma->map, dma->cpu_addr, size,
sys/dev/gve/gve_utils.c
196
bus_dmamap_destroy(dma->tag, dma->map);
sys/dev/gve/gve_utils.c
198
bus_dma_tag_destroy(dma->tag);
sys/dev/gve/gve_utils.c
200
dma->tag = NULL;
sys/dev/gve/gve_utils.c
208
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_POSTREAD | BUS_DMASYNC_POSTWRITE);
sys/dev/gve/gve_utils.c
209
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/gve/gve_utils.c
210
bus_dmamap_destroy(dma->tag, dma->map);
sys/dev/gve/gve_utils.c
211
bus_dma_tag_destroy(dma->tag);
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
161
f->tag, f->count, f->size, f->count*f->size));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
178
f->tag, f->count, f->size, f->count*f->size, order));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
215
KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hpt27xx/hpt27xx_osm_bsd.c
232
KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hpt27xx/ldm.h
77
char *tag;
sys/dev/hpt27xx/ldm.h
79
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/hptmv/raid5n.h
37
typedef void (* HPTLIBAPI xfer_done_fn)(_VBUS_ARG void *tag, int result);
sys/dev/hptmv/raid5n.h
47
#define dataxfer_exec(handle, done, tag) done(_VBUS_P tag, 0)
sys/dev/hptmv/raid5n.h
51
typedef void (* HPTLIBAPI xor_done_fn)(_VBUS_ARG void *tag, int result);
sys/dev/hptmv/raid5n.h
69
#define xor_exec(handle, done, tag) done(_VBUS_P tag, 0)
sys/dev/hptnr/hptnr_osm_bsd.c
165
f->tag, f->count, f->size, f->count*f->size));
sys/dev/hptnr/hptnr_osm_bsd.c
182
f->tag, f->count, f->size, f->count*f->size, order));
sys/dev/hptnr/hptnr_osm_bsd.c
219
KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hptnr/hptnr_osm_bsd.c
236
KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hptnr/ldm.h
77
char *tag;
sys/dev/hptnr/ldm.h
79
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/hptrr/hptrr_osm_bsd.c
166
f->tag, f->count, f->size, f->count*f->size));
sys/dev/hptrr/hptrr_osm_bsd.c
184
f->tag, f->count, f->size, f->count*f->size, order));
sys/dev/hptrr/hptrr_osm_bsd.c
221
KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hptrr/hptrr_osm_bsd.c
238
KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count));
sys/dev/hptrr/ldm.h
76
char *tag;
sys/dev/hptrr/ldm.h
78
#define freelist_debug_tag(list, _tag) (list)->tag = _tag
sys/dev/iavf/iavf_osdep.c
135
&mem->tag);
sys/dev/iavf/iavf_osdep.c
142
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/iavf/iavf_osdep.c
150
err = bus_dmamap_load(mem->tag, mem->map, mem->va,
sys/dev/iavf/iavf_osdep.c
163
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/iavf/iavf_osdep.c
167
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/iavf/iavf_osdep.c
169
bus_dma_tag_destroy(mem->tag);
sys/dev/iavf/iavf_osdep.c
172
mem->tag = NULL;
sys/dev/iavf/iavf_osdep.c
188
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/iavf/iavf_osdep.c
190
bus_dmamap_unload(mem->tag, mem->map);
sys/dev/iavf/iavf_osdep.c
191
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/iavf/iavf_osdep.c
192
bus_dma_tag_destroy(mem->tag);
sys/dev/iavf/iavf_osdep.h
207
bus_dma_tag_t tag;
sys/dev/ice/ice_lib.c
293
bar->tag = rman_get_bustag(bar->res);
sys/dev/ice/ice_lib.h
136
bus_space_tag_t tag;
sys/dev/ice/ice_osdep.c
195
return bus_space_read_4(sc->bar0.tag, sc->bar0.handle, reg);
sys/dev/ice/ice_osdep.c
215
data = bus_space_read_8(sc->bar0.tag, sc->bar0.handle, reg);
sys/dev/ice/ice_osdep.c
221
data = bus_space_read_4(sc->bar0.tag, sc->bar0.handle, reg);
sys/dev/ice/ice_osdep.c
222
data |= ((uint64_t)bus_space_read_4(sc->bar0.tag, sc->bar0.handle, reg + 4)) << 32;
sys/dev/ice/ice_osdep.c
241
bus_space_write_4(sc->bar0.tag, sc->bar0.handle, reg, val);
sys/dev/ice/ice_osdep.c
261
bus_space_write_8(sc->bar0.tag, sc->bar0.handle, reg, val);
sys/dev/ice/ice_osdep.c
271
bus_space_write_4(sc->bar0.tag, sc->bar0.handle, reg, lo_val);
sys/dev/ice/ice_osdep.c
272
bus_space_write_4(sc->bar0.tag, sc->bar0.handle, reg + 4, hi_val);
sys/dev/ice/ice_osdep.c
386
&mem->tag);
sys/dev/ice/ice_osdep.c
393
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/ice/ice_osdep.c
401
err = bus_dmamap_load(mem->tag, mem->map, mem->va,
sys/dev/ice/ice_osdep.c
413
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/ice/ice_osdep.c
417
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/ice/ice_osdep.c
419
bus_dma_tag_destroy(mem->tag);
sys/dev/ice/ice_osdep.c
422
mem->tag = NULL;
sys/dev/ice/ice_osdep.c
437
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/ice/ice_osdep.c
439
bus_dmamap_unload(mem->tag, mem->map);
sys/dev/ice/ice_osdep.c
440
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/ice/ice_osdep.c
441
bus_dma_tag_destroy(mem->tag);
sys/dev/ice/ice_osdep.c
443
mem->tag = NULL;
sys/dev/ice/ice_osdep.h
395
bus_dma_tag_t tag;
sys/dev/igc/if_igc.h
230
void *tag;
sys/dev/igc/if_igc.h
264
void *tag;
sys/dev/igc/if_igc.h
320
void *tag;
sys/dev/ioat/ioat.c
464
if (ioat->tag != NULL)
sys/dev/ioat/ioat.c
465
bus_teardown_intr(ioat->device, ioat->res, ioat->tag);
sys/dev/ioat/ioat.c
742
ioat->tag = NULL;
sys/dev/ioat/ioat.c
744
INTR_TYPE_MISC, NULL, ioat_interrupt_handler, ioat, &ioat->tag);
sys/dev/ioat/ioat_internal.h
458
void *tag;
sys/dev/ioat/ioat_internal.h
53
ioat_bus_space_read_8_lower_first(bus_space_tag_t tag,
sys/dev/ioat/ioat_internal.h
56
return (bus_space_read_4(tag, handle, offset) |
sys/dev/ioat/ioat_internal.h
57
((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
sys/dev/ioat/ioat_internal.h
61
ioat_bus_space_write_8_lower_first(bus_space_tag_t tag,
sys/dev/ioat/ioat_internal.h
64
bus_space_write_4(tag, handle, offset, val);
sys/dev/ioat/ioat_internal.h
65
bus_space_write_4(tag, handle, offset + 4, val >> 32);
sys/dev/ioat/ioat_internal.h
72
#define ioat_bus_space_read_8(tag, handle, offset) \
sys/dev/ioat/ioat_internal.h
73
bus_space_read_8((tag), (handle), (offset))
sys/dev/ioat/ioat_internal.h
74
#define ioat_bus_space_write_8(tag, handle, offset, val) \
sys/dev/ioat/ioat_internal.h
75
bus_space_write_8((tag), (handle), (offset), (val))
sys/dev/iommu/busdma_iommu.c
1039
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
1059
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
1060
ctx = tag->ctx;
sys/dev/iommu/busdma_iommu.c
332
res = (bus_dma_tag_t)ctx->tag;
sys/dev/iommu/busdma_iommu.c
444
if (dmat == ctx->tag) {
sys/dev/iommu/busdma_iommu.c
467
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
470
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
472
DOMAINSET_PREF(tag->common.domain), M_NOWAIT | M_ZERO);
sys/dev/iommu/busdma_iommu.c
477
if (tag->segments == NULL) {
sys/dev/iommu/busdma_iommu.c
478
tag->segments = malloc_domainset(sizeof(bus_dma_segment_t) *
sys/dev/iommu/busdma_iommu.c
479
tag->common.nsegments, M_IOMMU_DMAMAP,
sys/dev/iommu/busdma_iommu.c
480
DOMAINSET_PREF(tag->common.domain), M_NOWAIT);
sys/dev/iommu/busdma_iommu.c
481
if (tag->segments == NULL) {
sys/dev/iommu/busdma_iommu.c
489
map->tag = tag;
sys/dev/iommu/busdma_iommu.c
492
tag->map_count++;
sys/dev/iommu/busdma_iommu.c
501
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
504
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
515
tag->map_count--;
sys/dev/iommu/busdma_iommu.c
524
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
538
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
541
if (tag->common.maxsize < PAGE_SIZE &&
sys/dev/iommu/busdma_iommu.c
542
tag->common.alignment <= tag->common.maxsize &&
sys/dev/iommu/busdma_iommu.c
544
*vaddr = malloc_domainset(tag->common.maxsize, M_DEVBUF,
sys/dev/iommu/busdma_iommu.c
545
DOMAINSET_PREF(tag->common.domain), mflags);
sys/dev/iommu/busdma_iommu.c
549
DOMAINSET_PREF(tag->common.domain), tag->common.maxsize,
sys/dev/iommu/busdma_iommu.c
564
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
567
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
576
kmem_free(vaddr, tag->common.maxsize);
sys/dev/iommu/busdma_iommu.c
584
iommu_bus_dmamap_load_something1(struct bus_dma_tag_iommu *tag,
sys/dev/iommu/busdma_iommu.c
597
segs = tag->segments;
sys/dev/iommu/busdma_iommu.c
598
ctx = tag->ctx;
sys/dev/iommu/busdma_iommu.c
607
if (seg >= tag->common.nsegments) {
sys/dev/iommu/busdma_iommu.c
611
buflen1 = buflen > tag->common.maxsegsz ?
sys/dev/iommu/busdma_iommu.c
612
tag->common.maxsegsz : buflen;
sys/dev/iommu/busdma_iommu.c
619
if (seg + 1 < tag->common.nsegments)
sys/dev/iommu/busdma_iommu.c
622
error = iommu_gas_map(domain, &tag->common, buflen1,
sys/dev/iommu/busdma_iommu.c
631
tag->common.alignment),
sys/dev/iommu/busdma_iommu.c
634
(uintmax_t)tag->common.alignment));
sys/dev/iommu/busdma_iommu.c
635
KASSERT(entry->end <= tag->common.lowaddr ||
sys/dev/iommu/busdma_iommu.c
636
entry->start >= tag->common.highaddr,
sys/dev/iommu/busdma_iommu.c
640
(uintmax_t)tag->common.lowaddr,
sys/dev/iommu/busdma_iommu.c
641
(uintmax_t)tag->common.highaddr));
sys/dev/iommu/busdma_iommu.c
643
tag->common.boundary),
sys/dev/iommu/busdma_iommu.c
646
(uintmax_t)entry->end, (uintmax_t)tag->common.boundary));
sys/dev/iommu/busdma_iommu.c
647
KASSERT(buflen1 <= tag->common.maxsegsz,
sys/dev/iommu/busdma_iommu.c
651
(uintmax_t)buflen1, (uintmax_t)tag->common.maxsegsz));
sys/dev/iommu/busdma_iommu.c
671
iommu_bus_dmamap_load_something(struct bus_dma_tag_iommu *tag,
sys/dev/iommu/busdma_iommu.c
680
ctx = tag->ctx;
sys/dev/iommu/busdma_iommu.c
685
error = iommu_bus_dmamap_load_something1(tag, map, ma, offset,
sys/dev/iommu/busdma_iommu.c
717
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
720
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
722
return (iommu_bus_dmamap_load_something(tag, map, ma, ma_offs, tlen,
sys/dev/iommu/busdma_iommu.c
731
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
737
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
770
error = iommu_bus_dmamap_load_something(tag, map, ma, offset, buflen,
sys/dev/iommu/busdma_iommu.c
782
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
788
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
823
error = iommu_bus_dmamap_load_something(tag, map, ma, offset, buflen,
sys/dev/iommu/busdma_iommu.c
840
map->tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
849
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
852
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
863
(tag->common.lockfunc)(tag->common.lockfuncarg, BUS_DMA_LOCK);
sys/dev/iommu/busdma_iommu.c
868
segs = tag->segments;
sys/dev/iommu/busdma_iommu.c
885
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
891
tag = (struct bus_dma_tag_iommu *)dmat;
sys/dev/iommu/busdma_iommu.c
893
ctx = tag->ctx;
sys/dev/iommu/busdma_iommu.c
962
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/busdma_iommu.c
971
tag = map->tag;
sys/dev/iommu/busdma_iommu.c
974
bus_dmamap_load_mem((bus_dma_tag_t)tag, (bus_dmamap_t)map,
sys/dev/iommu/busdma_iommu.c
979
(tag->common.lockfunc)(tag->common.lockfuncarg,
sys/dev/iommu/busdma_iommu.h
46
struct bus_dma_tag_iommu *tag;
sys/dev/iommu/iommu.h
129
struct bus_dma_tag_iommu *tag; /* (c) Root tag */
sys/dev/iommu/iommu_gas.c
1022
error = iommu_gas_map(domain, &ctx->tag->common, size, offset,
sys/dev/irdma/fbsd_kcompat.c
1130
&mem->tag);
sys/dev/irdma/fbsd_kcompat.c
1136
ret = bus_dmamem_alloc(mem->tag, (void **)&va,
sys/dev/irdma/fbsd_kcompat.c
1143
ret = bus_dmamap_load(mem->tag, mem->map, va, size,
sys/dev/irdma/fbsd_kcompat.c
1152
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/irdma/fbsd_kcompat.c
1157
bus_dmamem_free(mem->tag, va, mem->map);
sys/dev/irdma/fbsd_kcompat.c
1159
bus_dma_tag_destroy(mem->tag);
sys/dev/irdma/fbsd_kcompat.c
1162
mem->tag = NULL;
sys/dev/irdma/fbsd_kcompat.c
1177
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/irdma/fbsd_kcompat.c
1179
bus_dmamap_unload(mem->tag, mem->map);
sys/dev/irdma/fbsd_kcompat.c
1182
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/irdma/fbsd_kcompat.c
1183
bus_dma_tag_destroy(mem->tag);
sys/dev/irdma/irdma_hw.c
1187
NULL, handler, argument, &msix_vec->tag);
sys/dev/irdma/irdma_hw.c
1227
bus_describe_intr(rf->dev_ctx.dev, msix_vec->res, msix_vec->tag, "%s", msix_vec->name);
sys/dev/irdma/irdma_hw.c
1237
bus_describe_intr(rf->dev_ctx.dev, msix_vec->res, msix_vec->tag, "%s", msix_vec->name);
sys/dev/irdma/irdma_hw.c
1265
bus_describe_intr(rf->dev_ctx.dev, msix_vec->res, msix_vec->tag, "%s", msix_vec->name);
sys/dev/irdma/irdma_hw.c
588
if (msix_vec->tag) {
sys/dev/irdma/irdma_hw.c
590
msix_vec->tag);
sys/dev/irdma/irdma_hw.c
591
msix_vec->tag = NULL;
sys/dev/irdma/irdma_main.h
243
void *tag;
sys/dev/irdma/osdep.h
200
bus_dma_tag_t tag;
sys/dev/isci/isci.c
263
if(interrupt_info->tag != NULL)
sys/dev/isci/isci.c
265
interrupt_info->tag);
sys/dev/isci/isci.h
145
void *tag;
sys/dev/isci/isci_interrupt.c
110
info->tag = NULL;
sys/dev/isci/isci_interrupt.c
113
isci_interrupt_msix_handler, info, &info->tag)) {
sys/dev/isci/isci_interrupt.c
66
interrupt_info->tag = NULL;
sys/dev/isci/isci_interrupt.c
69
interrupt_info, &interrupt_info->tag)) {
sys/dev/isci/scil/intel_sas.h
370
U16 tag;
sys/dev/isci/scil/scic_controller.h
497
#define scic_controller_start_task(controller, dev, task, tag) SCI_TASK_FAILURE
sys/dev/isci/scil/scic_sds_remote_device.c
1624
scic_sds_remote_device_get_controller(this_device), frame_header->tag);
sys/dev/isci/scil/scic_sds_request.c
1995
task_context->type.ssp.tag = this_request->io_tag;
sys/dev/isci/scil/scic_task_request.h
169
#define scic_task_request_construct(controller, dev, tag, task, mem, handle) \
sys/dev/isci/scil/scu_task_context.h
327
U32 tag : 16;
sys/dev/isp/isp_freebsd.c
1092
cto->ct_rxid = atp->tag;
sys/dev/isp/isp_freebsd.c
1422
atiop->tag_id = atp->tag;
sys/dev/isp/isp_freebsd.c
1493
isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] null ccb", atp->tag);
sys/dev/isp/isp_freebsd.c
1509
isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x but current CCB doesn't transfer data", atp->tag, srr_off);
sys/dev/isp/isp_freebsd.c
1513
isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x not covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end);
sys/dev/isp/isp_freebsd.c
1516
isp_prt(isp, ISP_LOGWARN, "SRR[0x%x] SRR offset 0x%x covered by current CCB data range [0x%x..0x%x]", atp->tag, srr_off, ccb_off, ccb_end);
sys/dev/isp/isp_freebsd.c
1519
isp_prt(isp, ISP_LOGTINFO, "SRR[0x%x] Got an FCP RSP SRR- resending status", atp->tag);
sys/dev/isp/isp_freebsd.c
1583
uint32_t tag = notify->nt_tagval & 0xffffffff;
sys/dev/isp/isp_freebsd.c
1585
atp = isp_find_atpd(isp, notify->nt_channel, tag);
sys/dev/isp/isp_freebsd.c
1588
__func__, tag);
sys/dev/isp/isp_freebsd.c
1681
(sentstatus)? " FINAL " : "MIDTERM ", atp->tag, ok, notify_cam, atp->sendst, (ccb->ccb_h.flags & CAM_SEND_STATUS) != 0);
sys/dev/isp/isp_freebsd.c
2282
cto->ct_rxid = atp->tag;
sys/dev/isp/isp_freebsd.c
719
isp_get_atpd(ispsoftc_t *isp, int chan, uint32_t tag, void *ccb)
sys/dev/isp/isp_freebsd.c
728
atp->tag = tag;
sys/dev/isp/isp_freebsd.c
729
LIST_INSERT_HEAD(&fc->atused[ATPDPHASH(tag)], atp, next);
sys/dev/isp/isp_freebsd.c
735
isp_find_atpd(ispsoftc_t *isp, int chan, uint32_t tag)
sys/dev/isp/isp_freebsd.c
740
LIST_FOREACH(atp, &fc->atused[ATPDPHASH(tag)], next) {
sys/dev/isp/isp_freebsd.c
741
if (atp->tag == tag)
sys/dev/isp/isp_freebsd.c
752
isp_find_atpd_ccb(ispsoftc_t *isp, int chan, uint32_t tag, void *ccb)
sys/dev/isp/isp_freebsd.c
757
LIST_FOREACH(atp, &fc->atused[ATPDPHASH(tag)], next) {
sys/dev/isp/isp_freebsd.c
758
if (atp->tag == tag && atp->ccb == ccb)
sys/dev/isp/isp_freebsd.c
787
chan, atp->tag, atp->orig_datalen, atp->bytes_xfered, (uintmax_t)atp->lun, atp->nphdl, atp->sid, atp->did, atp->oxid, states[atp->state & 0x7]);
sys/dev/isp/isp_freebsd.h
93
uint32_t tag; /* typically f/w RX_ID */
sys/dev/isp/ispmbox.h
592
#define ISP_GET_VPIDX(isp, tag) \
sys/dev/isp/ispmbox.h
593
(ISP_CAP_MULTI_ID(isp) ? tag : 0)
sys/dev/iwm/if_iwm.c
1192
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwm/if_iwm.c
2408
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwm/if_iwm.c
3063
bus_dmamap_sync(ring->free_desc_dma.tag, ring->free_desc_dma.map,
sys/dev/iwm/if_iwm.c
3633
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwm/if_iwm.c
3639
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwm/if_iwm.c
3928
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwm/if_iwm.c
3930
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwm/if_iwm.c
5635
bus_dmamap_sync(sc->rxq.stat_dma.tag, sc->rxq.stat_dma.map,
sys/dev/iwm/if_iwm_util.c
302
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwm/if_iwm_util.c
305
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwm/if_iwm_util.c
435
iwm_dma_contig_alloc(bus_dma_tag_t tag, struct iwm_dma_info *dma,
sys/dev/iwm/if_iwm_util.c
440
dma->tag = NULL;
sys/dev/iwm/if_iwm_util.c
445
error = bus_dma_tag_create(tag, alignment,
sys/dev/iwm/if_iwm_util.c
447
1, size, 0, NULL, NULL, &dma->tag);
sys/dev/iwm/if_iwm_util.c
451
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/iwm/if_iwm_util.c
456
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/iwm/if_iwm_util.c
459
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/iwm/if_iwm_util.c
464
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwm/if_iwm_util.c
478
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/iwm/if_iwm_util.c
480
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/iwm/if_iwm_util.c
481
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/iwm/if_iwm_util.c
484
if (dma->tag != NULL) {
sys/dev/iwm/if_iwm_util.c
485
bus_dma_tag_destroy(dma->tag);
sys/dev/iwm/if_iwm_util.c
486
dma->tag = NULL;
sys/dev/iwm/if_iwm_util.h
118
extern int iwm_dma_contig_alloc(bus_dma_tag_t tag, struct iwm_dma_info *dma,
sys/dev/iwm/if_iwmvar.h
245
bus_dma_tag_t tag;
sys/dev/iwn/if_iwn.c
1743
dma->tag = NULL;
sys/dev/iwn/if_iwn.c
1748
1, size, 0, NULL, NULL, &dma->tag);
sys/dev/iwn/if_iwn.c
1752
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/iwn/if_iwn.c
1757
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/iwn/if_iwn.c
1762
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwn.c
1777
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/iwn/if_iwn.c
1779
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/iwn/if_iwn.c
1780
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/iwn/if_iwn.c
1783
if (dma->tag != NULL) {
sys/dev/iwn/if_iwn.c
1784
bus_dma_tag_destroy(dma->tag);
sys/dev/iwn/if_iwn.c
1785
dma->tag = NULL;
sys/dev/iwn/if_iwn.c
1926
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
2086
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
2167
bus_dmamap_sync(sc->ict_dma.tag, sc->ict_dma.map,
sys/dev/iwn/if_iwn.c
3106
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
3119
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
3983
bus_dmamap_sync(sc->rxq.stat_dma.tag, sc->rxq.stat_dma.map,
sys/dev/iwn/if_iwn.c
4274
bus_dmamap_sync(sc->ict_dma.tag, sc->ict_dma.map,
sys/dev/iwn/if_iwn.c
4378
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4382
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4396
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4400
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4414
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4418
bus_dmamap_sync(sc->sched_dma.tag, sc->sched_dma.map,
sys/dev/iwn/if_iwn.c
4959
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwn/if_iwn.c
4961
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
5295
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwn/if_iwn.c
5298
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwn/if_iwn.c
8150
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwn.c
8153
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwn.c
8189
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwn.c
8192
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwn.c
8219
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwn/if_iwnvar.h
88
bus_dma_tag_t tag;
sys/dev/iwx/if_iwx.c
1931
iwx_dma_contig_alloc(bus_dma_tag_t tag, struct iwx_dma_info *dma,
sys/dev/iwx/if_iwx.c
1936
dma->tag = NULL;
sys/dev/iwx/if_iwx.c
1941
error = bus_dma_tag_create(tag, alignment,
sys/dev/iwx/if_iwx.c
1943
1, size, 0, NULL, NULL, &dma->tag);
sys/dev/iwx/if_iwx.c
1947
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/iwx/if_iwx.c
1952
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/iwx/if_iwx.c
1955
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/iwx/if_iwx.c
1960
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/iwx/if_iwx.c
1973
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/iwx/if_iwx.c
1975
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/iwx/if_iwx.c
1976
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/iwx/if_iwx.c
1979
if (dma->tag != NULL) {
sys/dev/iwx/if_iwx.c
1980
bus_dma_tag_destroy(dma->tag);
sys/dev/iwx/if_iwx.c
1981
dma->tag = NULL;
sys/dev/iwx/if_iwx.c
2250
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwx/if_iwx.c
4742
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwx/if_iwx.c
5314
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwx/if_iwx.c
5317
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwx/if_iwx.c
5853
bus_dmamap_sync(ring->cmd_dma.tag, ring->cmd_dma.map,
sys/dev/iwx/if_iwx.c
5855
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/iwx/if_iwx.c
9399
bus_dmamap_sync(sc->rxq.stat_dma.tag, sc->rxq.stat_dma.map,
sys/dev/iwx/if_iwxvar.h
223
bus_dma_tag_t tag;
sys/dev/ixgbe/if_sriov.c
220
uint16_t tag)
sys/dev/ixgbe/if_sriov.c
227
vf->vlan_tag = tag;
sys/dev/ixgbe/if_sriov.c
240
if (tag == 0) {
sys/dev/ixgbe/if_sriov.c
251
vmvir = (tag | IXGBE_VMVIR_VLANA_DEFAULT);
sys/dev/ixgbe/if_sriov.c
459
uint16_t tag;
sys/dev/ixgbe/if_sriov.c
463
tag = msg[1] & IXGBE_VLVF_VLANID_MASK;
sys/dev/ixgbe/if_sriov.c
471
if (tag == 0 && enable != 0) {
sys/dev/ixgbe/if_sriov.c
476
ixgbe_set_vfta(hw, tag, vf->pool, enable, false);
sys/dev/ixgbe/ixgbe.h
333
void *tag;
sys/dev/ixgbe/ixgbe.h
383
void *tag;
sys/dev/ixl/i40e_adminq_cmd.h
1290
__le16 tag;
sys/dev/ixl/i40e_adminq_cmd.h
1313
__le16 tag;
sys/dev/ixl/i40e_common.c
4753
u16 vsi_seid, u16 tag, u16 queue_num,
sys/dev/ixl/i40e_common.c
4770
cmd->tag = CPU_TO_LE16(tag);
sys/dev/ixl/i40e_common.c
4802
u16 tag, u16 *tags_used, u16 *tags_free,
sys/dev/ixl/i40e_common.c
4818
cmd->tag = CPU_TO_LE16(tag);
sys/dev/ixl/i40e_osdep.c
100
err = bus_dmamap_load(mem->tag, mem->map, mem->va,
sys/dev/ixl/i40e_osdep.c
112
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/ixl/i40e_osdep.c
116
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/ixl/i40e_osdep.c
118
bus_dma_tag_destroy(mem->tag);
sys/dev/ixl/i40e_osdep.c
121
mem->tag = NULL;
sys/dev/ixl/i40e_osdep.c
128
bus_dmamap_sync(mem->tag, mem->map,
sys/dev/ixl/i40e_osdep.c
130
bus_dmamap_unload(mem->tag, mem->map);
sys/dev/ixl/i40e_osdep.c
131
bus_dmamem_free(mem->tag, mem->va, mem->map);
sys/dev/ixl/i40e_osdep.c
132
bus_dma_tag_destroy(mem->tag);
sys/dev/ixl/i40e_osdep.c
85
&mem->tag);
sys/dev/ixl/i40e_osdep.c
92
err = bus_dmamem_alloc(mem->tag, (void **)&mem->va,
sys/dev/ixl/i40e_osdep.h
160
bus_dma_tag_t tag;
sys/dev/ixl/i40e_prototype.h
335
u16 vsi_seid, u16 tag, u16 queue_num,
sys/dev/ixl/i40e_prototype.h
339
u16 tag, u16 *tags_used, u16 *tags_free,
sys/dev/liquidio/base/lio_common.h
398
uint64_t tag:32;
sys/dev/liquidio/base/lio_common.h
403
uint64_t tag:32;
sys/dev/liquidio/base/lio_ctrl.h
141
union lio_cmd_setup *setup, uint32_t tag)
sys/dev/liquidio/base/lio_ctrl.h
177
if (tag)
sys/dev/liquidio/base/lio_ctrl.h
178
pki_ih3->tag = tag;
sys/dev/liquidio/base/lio_ctrl.h
180
pki_ih3->tag = LIO_DATA(port);
sys/dev/liquidio/base/lio_ctrl.h
214
union lio_cmd_setup *setup, uint32_t tag)
sys/dev/liquidio/base/lio_ctrl.h
217
lio_prepare_pci_cmd_o3(oct, cmd, setup, tag);
sys/dev/liquidio/base/lio_device.h
173
bus_space_tag_t tag;
sys/dev/liquidio/base/lio_device.h
358
void *tag;
sys/dev/liquidio/base/lio_device.h
495
void *tag;
sys/dev/liquidio/base/lio_device.h
827
return (bus_space_read_1(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
835
bus_space_write_1(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
843
return (bus_space_read_2(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
851
bus_space_write_2(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
859
return (bus_space_read_4(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
867
bus_space_write_4(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
879
return (bus_space_read_8(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_device.h
892
bus_space_write_8(oct->mem_bus_space[0].tag,
sys/dev/liquidio/base/lio_mem_ops.c
106
bus_space_write_8(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_mem_ops.c
140
return (bus_space_read_1(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_mem_ops.c
63
bus_space_write_1(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_mem_ops.c
72
return (bus_space_read_4(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_mem_ops.c
80
bus_space_write_4(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_mem_ops.c
93
return (bus_space_read_8(oct->mem_bus_space[1].tag,
sys/dev/liquidio/base/lio_request_manager.c
643
pki_ih3->tag = LIO_CONTROL;
sys/dev/liquidio/lio_core.c
598
&ioq_vector->tag);
sys/dev/liquidio/lio_core.c
607
bus_describe_intr(device, ioq_vector->msix_res, ioq_vector->tag,
sys/dev/liquidio/lio_core.c
640
NULL, lio_intr_handler, oct, &oct->tag);
sys/dev/liquidio/lio_core.c
649
bus_describe_intr(device, oct->msix_res, oct->tag, "aux");
sys/dev/liquidio/lio_core.c
654
if (oct->tag != NULL) {
sys/dev/liquidio/lio_core.c
655
bus_teardown_intr(device, oct->msix_res, oct->tag);
sys/dev/liquidio/lio_core.c
656
oct->tag = NULL;
sys/dev/liquidio/lio_core.c
663
if (ioq_vector->tag != NULL) {
sys/dev/liquidio/lio_core.c
665
ioq_vector->tag);
sys/dev/liquidio/lio_core.c
666
ioq_vector->tag = NULL;
sys/dev/liquidio/lio_main.c
2189
if (oct->ioq_vector[i].tag != NULL) {
sys/dev/liquidio/lio_main.c
2192
oct->ioq_vector[i].tag);
sys/dev/liquidio/lio_main.c
2193
oct->ioq_vector[i].tag = NULL;
sys/dev/liquidio/lio_main.c
2204
if (oct->tag != NULL) {
sys/dev/liquidio/lio_main.c
2206
oct->tag);
sys/dev/liquidio/lio_main.c
2207
oct->tag = NULL;
sys/dev/liquidio/lio_main.h
100
oct->mem_bus_space[baridx].tag =
sys/dev/liquidio/lio_main.h
106
baridx, LIO_CAST64(oct->mem_bus_space[baridx].tag),
sys/dev/liquidio/lio_rxtx.c
143
lio_prepare_pci_cmd(oct, &ndata.cmd, &cmdsetup, tag);
sys/dev/liquidio/lio_rxtx.c
166
lio_prepare_pci_cmd(oct, &ndata.cmd, &cmdsetup, tag);
sys/dev/liquidio/lio_rxtx.c
61
uint32_t tag = 0;
sys/dev/liquidio/lio_rxtx.c
67
tag = iq_no;
sys/dev/liquidio/lio_sysctl.c
1151
if (oct->ioq_vector[i].tag != NULL) {
sys/dev/liquidio/lio_sysctl.c
1154
oct->ioq_vector[i].tag);
sys/dev/liquidio/lio_sysctl.c
1155
oct->ioq_vector[i].tag = NULL;
sys/dev/liquidio/lio_sysctl.c
1167
if (oct->tag != NULL) {
sys/dev/liquidio/lio_sysctl.c
1168
bus_teardown_intr(oct->device, oct->msix_res, oct->tag);
sys/dev/liquidio/lio_sysctl.c
1169
oct->tag = NULL;
sys/dev/malo/if_malohal.c
118
error = bus_dma_tag_create(tag, /* parent */
sys/dev/malo/if_malohal.c
96
bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag)
sys/dev/mge/if_mge.c
137
static int mge_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/mge/if_mge.c
503
mge_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map, struct mbuf **mbufp,
sys/dev/mge/if_mge.c
519
bus_dmamap_sync(tag, map, BUS_DMASYNC_POSTREAD);
sys/dev/mge/if_mge.c
520
bus_dmamap_unload(tag, map);
sys/dev/mge/if_mge.c
523
error = bus_dmamap_load_mbuf_sg(tag, map, new_mbuf, seg, &nsegs,
sys/dev/mge/if_mge.c
529
bus_dmamap_sync(tag, map, BUS_DMASYNC_PREREAD);
sys/dev/mlx4/mlx4_ib/mlx4_ib_qp.c
2608
sqp->ud_header.vlan.tag = cpu_to_be16(vlan | pcp);
sys/dev/mlx5/mlx5_accel/ipsec.h
242
struct ipsec_accel_out_tag *tag);
sys/dev/mlx5/mlx5_accel/ipsec.h
252
struct ipsec_accel_out_tag *tag;
sys/dev/mlx5/mlx5_accel/ipsec.h
254
tag = (struct ipsec_accel_out_tag *)m_tag_find(mb,
sys/dev/mlx5/mlx5_accel/ipsec.h
256
if (tag != NULL)
sys/dev/mlx5/mlx5_accel/ipsec.h
257
mlx5e_accel_ipsec_handle_tx_wqe(mb, wqe, tag);
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_rxtx.c
75
m_tag_prepend(mb, &mtag->tag);
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_rxtx.c
83
struct ipsec_accel_out_tag *tag)
sys/dev/mlx5/mlx5_accel/mlx5_ipsec_rxtx.c
86
mlx5e_accel_ipsec_get_metadata(tag->drv_spi));
sys/dev/mlx5/mlx5_en/en.h
924
struct m_snd_tag tag;
sys/dev/mlx5/mlx5_en/en_hw_tls.h
30
#define MLX5E_TLS_TAG_LOCK(tag) mtx_lock(&(tag)->mtx)
sys/dev/mlx5/mlx5_en/en_hw_tls.h
31
#define MLX5E_TLS_TAG_UNLOCK(tag) mtx_unlock(&(tag)->mtx)
sys/dev/mlx5/mlx5_en/en_hw_tls.h
33
#define MLX5E_TLS_STAT_INC(tag, field, num) \
sys/dev/mlx5/mlx5_en/en_hw_tls.h
34
counter_u64_add((tag)->tls->stats.field, num)
sys/dev/mlx5/mlx5_en/en_hw_tls.h
45
struct m_snd_tag tag;
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
36
#define MLX5E_TLS_RX_TAG_LOCK(tag) mtx_lock(&(tag)->mtx)
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
37
#define MLX5E_TLS_RX_TAG_UNLOCK(tag) mtx_unlock(&(tag)->mtx)
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
39
#define MLX5E_TLS_RX_STAT_INC(tag, field, num) \
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
40
counter_u64_add((tag)->tls_rx->stats.field, num)
sys/dev/mlx5/mlx5_en/en_hw_tls_rx.h
60
struct m_snd_tag tag;
sys/dev/mlx5/mlx5_en/en_rl.h
130
struct m_snd_tag tag;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
542
MPASS(ptag->tag.refcount == 0);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
543
m_snd_tag_init(&ptag->tag, ifp, snd_tag_sw);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
544
*ppmt = &ptag->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
566
container_of(pmt, struct mlx5e_tls_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
580
container_of(pmt, struct mlx5e_tls_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
589
container_of(pmt, struct mlx5e_tls_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
598
priv = if_getsoftc(ptag->tag.ifp);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
641
sq->mbuf[pi].mst = m_snd_tag_ref(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
679
sq->mbuf[pi].mst = m_snd_tag_ref(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
709
sq->mbuf[pi].mst = m_snd_tag_ref(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
821
ptls_tag = container_of(ptag, struct mlx5e_tls_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
890
parg->mst = &ptls_tag->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls.c
909
parg->mst = &ptls_tag->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1015
container_of(pmt, struct mlx5e_tls_rx_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1022
priv = if_getsoftc(ptag->tag.ifp);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1033
m_snd_tag_rele(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
1046
container_of(pmt, struct mlx5e_tls_rx_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
142
m_snd_tag_rele(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
194
m_snd_tag_ref(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
341
m_snd_tag_rele(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
392
m_snd_tag_ref(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
781
MPASS(ptag->tag.refcount == 0);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
782
m_snd_tag_init(&ptag->tag, ifp, &mlx5e_tls_rx_snd_tag_sw);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
783
*ppmt = &ptag->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
847
m_snd_tag_rele(&ptag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_hw_tls_rx.c
977
ptag = container_of(pmt, struct mlx5e_tls_rx_tag, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
1319
m_tag_free(&rq->mbuf[i].ipsec_mtag->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2186
m_snd_tag_init(&c->tag, c->priv->ifp, &mlx5e_ul_snd_tag_sw);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
2212
m_snd_tag_rele(&c->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4443
m_snd_tag_ref(&pch->tag);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4444
*ppmt = &pch->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4453
container_of(pmt, struct mlx5e_channel, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_main.c
4464
container_of(pmt, struct mlx5e_channel, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1235
MPASS(channel->tag.refcount == 0);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1236
m_snd_tag_init(&channel->tag, ifp, &mlx5e_rl_snd_tag_sw);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1237
*ppmt = &channel->tag;
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1247
container_of(pmt, struct mlx5e_rl_channel, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1256
container_of(pmt, struct mlx5e_rl_channel, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_rl.c
1265
container_of(pmt, struct mlx5e_rl_channel, tag);
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
105
struct mlx5e_rl_channel, tag)->sq;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
109
mb_tag = container_of(mb_tag, struct mlx5e_tls_tag, tag)->rl_tag;
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
115
struct mlx5e_channel, tag)->sq[0];
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c
121
mb_tag = container_of(mb_tag, struct mlx5e_tls_tag, tag)->rl_tag;
sys/dev/mpi3mr/mpi3mr.c
5299
bus_dmamap_unload(mem_desc->tag, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5300
bus_dmamem_free(mem_desc->tag, mem_desc->addr, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5302
if (mem_desc->tag != NULL)
sys/dev/mpi3mr/mpi3mr.c
5303
bus_dma_tag_destroy(mem_desc->tag);
sys/dev/mpi3mr/mpi3mr.c
5309
bus_dmamap_unload(mem_desc->tag, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5310
bus_dmamem_free(mem_desc->tag, mem_desc->addr, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5312
if (mem_desc->tag != NULL)
sys/dev/mpi3mr/mpi3mr.c
5313
bus_dma_tag_destroy(mem_desc->tag);
sys/dev/mpi3mr/mpi3mr.c
5318
bus_dmamap_unload(mem_desc->tag, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5319
bus_dmamem_free(mem_desc->tag, mem_desc->addr, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5321
if (mem_desc->tag != NULL)
sys/dev/mpi3mr/mpi3mr.c
5322
bus_dma_tag_destroy(mem_desc->tag);
sys/dev/mpi3mr/mpi3mr.c
5356
&mem_desc->tag)) {
sys/dev/mpi3mr/mpi3mr.c
5361
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5367
bus_dmamap_load(mem_desc->tag, mem_desc->dmamap, mem_desc->addr, mem_desc->size,
sys/dev/mpi3mr/mpi3mr.c
5386
&mem_desc->tag)) {
sys/dev/mpi3mr/mpi3mr.c
5391
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5397
bus_dmamap_load(mem_desc->tag, mem_desc->dmamap, mem_desc->addr, mem_desc->size,
sys/dev/mpi3mr/mpi3mr.c
5415
&mem_desc->tag)) {
sys/dev/mpi3mr/mpi3mr.c
5420
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5426
bus_dmamap_load(mem_desc->tag, mem_desc->dmamap, mem_desc->addr, mem_desc->size,
sys/dev/mpi3mr/mpi3mr.c
5446
bus_dmamap_unload(mem_desc->tag, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5449
bus_dmamem_free(mem_desc->tag, mem_desc->addr, mem_desc->dmamap);
sys/dev/mpi3mr/mpi3mr.c
5453
if (mem_desc->tag != NULL)
sys/dev/mpi3mr/mpi3mr.c
5454
bus_dma_tag_destroy(mem_desc->tag);
sys/dev/mpi3mr/mpi3mr.c
5473
&mem_desc->tag)) {
sys/dev/mpi3mr/mpi3mr.c
5478
if (bus_dmamem_alloc(mem_desc->tag, (void **)&mem_desc->addr,
sys/dev/mpi3mr/mpi3mr.c
5487
bus_dmamap_load(mem_desc->tag, mem_desc->dmamap, mem_desc->addr, mem_desc->size,
sys/dev/mpi3mr/mpi3mr.h
267
bus_dma_tag_t tag;
sys/dev/mpi3mr/mpi3mr.h
834
#define MPI3MR_PRINTFIELD_START(sc, tag...) \
sys/dev/mpi3mr/mpi3mr.h
835
mpi3mr_printf((sc), ##tag); \
sys/dev/mpi3mr/mpi3mr.h
837
#define MPI3MR_PRINTFIELD_END(sc, tag) \
sys/dev/mpi3mr/mpi3mr.h
838
mpi3mr_printf((sc), tag "\n")
sys/dev/mpr/mprvar.h
767
#define MPR_PRINTFIELD_START(sc, tag...) \
sys/dev/mpr/mprvar.h
768
mpr_printf((sc), ##tag); \
sys/dev/mpr/mprvar.h
770
#define MPR_PRINTFIELD_END(sc, tag) \
sys/dev/mpr/mprvar.h
771
mpr_printf((sc), tag "\n")
sys/dev/mps/mpsvar.h
686
#define MPS_PRINTFIELD_START(sc, tag...) \
sys/dev/mps/mpsvar.h
687
mps_printf((sc), ##tag); \
sys/dev/mps/mpsvar.h
689
#define MPS_PRINTFIELD_END(sc, tag) \
sys/dev/mps/mpsvar.h
690
mps_printf((sc), tag "\n")
sys/dev/mpt/mpt.h
237
#define MPT_2_HOST64(ptr, tag) ptr->tag = le64toh(ptr->tag)
sys/dev/mpt/mpt.h
238
#define MPT_2_HOST32(ptr, tag) ptr->tag = le32toh(ptr->tag)
sys/dev/mpt/mpt.h
239
#define MPT_2_HOST16(ptr, tag) ptr->tag = le16toh(ptr->tag)
sys/dev/mpt/mpt.h
241
#define HOST_2_MPT64(ptr, tag) ptr->tag = htole64(ptr->tag)
sys/dev/mpt/mpt.h
242
#define HOST_2_MPT32(ptr, tag) ptr->tag = htole32(ptr->tag)
sys/dev/mpt/mpt.h
243
#define HOST_2_MPT16(ptr, tag) ptr->tag = htole16(ptr->tag)
sys/dev/mpt/mpt.h
367
#define MPT_TAG_2_REQ(mpt, tag) mpt->tgt_cmd_ptrs[tag >> 18]
sys/dev/mpt/mpt.h
951
mpt_tag_2_req(struct mpt_softc *mpt, uint32_t tag)
sys/dev/mpt/mpt.h
953
uint16_t rtg = (tag >> 18);
sys/dev/mpt/mpt.h
954
KASSERT(rtg < mpt->tgt_cmds_allocated, ("bad tag %d", tag));
sys/dev/mpt/mpt_cam.c
4538
uint32_t tag;
sys/dev/mpt/mpt_cam.c
4547
tag = accb->atio.tag_id;
sys/dev/mpt/mpt_cam.c
4550
tag = accb->cin1.tag_id;
sys/dev/mpt/mpt_cam.c
4564
req = MPT_TAG_2_REQ(mpt, tag);
sys/dev/mpt/mpt_cam.c
4566
if (tgt->tag_id == tag) {
sys/dev/mpt/mpt_user.c
207
len, 1, len, 0, &page_mem->tag);
sys/dev/mpt/mpt_user.c
210
error = bus_dmamem_alloc(page_mem->tag, &page_mem->vaddr,
sys/dev/mpt/mpt_user.c
213
bus_dma_tag_destroy(page_mem->tag);
sys/dev/mpt/mpt_user.c
217
error = bus_dmamap_load(page_mem->tag, page_mem->map, page_mem->vaddr,
sys/dev/mpt/mpt_user.c
222
bus_dmamem_free(page_mem->tag, page_mem->vaddr, page_mem->map);
sys/dev/mpt/mpt_user.c
223
bus_dma_tag_destroy(page_mem->tag);
sys/dev/mpt/mpt_user.c
237
bus_dmamap_unload(page_mem->tag, page_mem->map);
sys/dev/mpt/mpt_user.c
238
bus_dmamem_free(page_mem->tag, page_mem->vaddr, page_mem->map);
sys/dev/mpt/mpt_user.c
239
bus_dma_tag_destroy(page_mem->tag);
sys/dev/mpt/mpt_user.c
309
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mpt/mpt_user.c
320
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mpt/mpt_user.c
399
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mpt/mpt_user.c
410
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mpt/mpt_user.c
446
bus_dmamap_sync(mpt_page->tag, mpt_page->map, BUS_DMASYNC_PREREAD |
sys/dev/mpt/mpt_user.c
474
bus_dmamap_sync(mpt_page->tag, mpt_page->map, BUS_DMASYNC_POSTREAD |
sys/dev/mpt/mpt_user.c
53
bus_dma_tag_t tag;
sys/dev/mpt/mpt_user.c
546
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mpt/mpt_user.c
585
bus_dmamap_sync(mpt_page->tag, mpt_page->map,
sys/dev/mvs/mvs.c
1182
int slotn, tag;
sys/dev/mvs/mvs.c
1197
tag = ffs(~ch->otagspd[ccb->ccb_h.target_id]) - 1;
sys/dev/mvs/mvs.c
1199
tag = slotn;
sys/dev/mvs/mvs.c
1201
tag = 0;
sys/dev/mvs/mvs.c
1205
slot->tag = tag;
sys/dev/mvs/mvs.c
1215
ch->otagspd[ccb->ccb_h.target_id] |= (1 << slot->tag);
sys/dev/mvs/mvs.c
1434
(slot->tag << MVS_CRQB2E_DTAG_SHIFT) |
sys/dev/mvs/mvs.c
1458
crqb2e->cmd[12] = slot->tag << 3;
sys/dev/mvs/mvs.c
1487
crqb->cmd[i++] = (slot->tag << 3) |
sys/dev/mvs/mvs.c
1700
ch->otagspd[ccb->ccb_h.target_id] &= ~(1 << slot->tag);
sys/dev/mvs/mvs.c
1730
ch->holdtag[slot->slot] = slot->tag;
sys/dev/mvs/mvs.h
504
int tag; /* Used command tag */
sys/dev/mwl/if_mwl.c
1482
mwl_keyprint(struct mwl_softc *sc, const char *tag,
sys/dev/mwl/if_mwl.c
1492
printf("%s: [%u] %-7s", tag, hk->keyIndex, ciphers[hk->keyTypeId]);
sys/dev/mwl/mwlhal.c
244
bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag)
sys/dev/mwl/mwlhal.c
299
error = bus_dma_tag_create(tag, /* parent */
sys/dev/mwl/mwlhal.h
81
bus_space_handle_t ioh, bus_space_tag_t iot, bus_dma_tag_t tag);
sys/dev/netmap/netmap_kern.h
1767
bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
sys/dev/netmap/netmap_kern.h
1770
bus_dmamap_load(tag, map, buf, NETMAP_BUF_SIZE(na),
sys/dev/netmap/netmap_kern.h
1777
bus_dma_tag_t tag, bus_dmamap_t map)
sys/dev/netmap/netmap_kern.h
1780
bus_dmamap_unload(tag, map);
sys/dev/netmap/netmap_kern.h
1783
#define netmap_sync_map(na, tag, map, sz, t)
sys/dev/netmap/netmap_kern.h
1788
bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
sys/dev/netmap/netmap_kern.h
1791
bus_dmamap_unload(tag, map);
sys/dev/netmap/netmap_kern.h
1792
bus_dmamap_load(tag, map, buf, NETMAP_BUF_SIZE(na),
sys/dev/netmap/netmap_kern.h
1833
bus_dma_tag_t tag, bus_dmamap_t map, void *buf, u_int size)
sys/dev/netmap/netmap_kern.h
1848
bus_dma_tag_t tag, bus_dmamap_t map, u_int sz)
sys/dev/netmap/netmap_kern.h
1859
bus_dma_tag_t tag, bus_dmamap_t map, u_int sz, enum txrx t)
sys/dev/netmap/netmap_kern.h
1869
bus_dma_tag_t tag, bus_dmamap_t map, u_int sz, enum txrx t)
sys/dev/netmap/netmap_kern.h
1879
bus_dma_tag_t tag, bus_dmamap_t map, void *buf)
sys/dev/netmap/netmap_kern.h
1892
#define netmap_sync_map_cpu(na, tag, map, sz, t)
sys/dev/netmap/netmap_kern.h
1893
#define netmap_sync_map_dev(na, tag, map, sz, t)
sys/dev/nmdm/nmdm.c
425
static eventhandler_tag tag;
sys/dev/nmdm/nmdm.c
429
tag = EVENTHANDLER_REGISTER(dev_clone, nmdm_clone, 0, 1000);
sys/dev/nmdm/nmdm.c
430
if (tag == NULL)
sys/dev/nmdm/nmdm.c
440
EVENTHANDLER_DEREGISTER(dev_clone, tag);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1026
if (current_int->tag != NULL)
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
1028
current_int->tag);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
135
bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle,
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
139
return (bus_space_read_4(tag, handle, offset) |
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
140
((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
144
bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t handle,
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
148
bus_space_write_4(tag, handle, offset, val);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
149
bus_space_write_4(tag, handle, offset + 4, val >> 32);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
882
ntb->int_info[i].tag = NULL;
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
888
ntb, &ntb->int_info[i].tag);
sys/dev/ntb/ntb_hw/ntb_hw_amd.c
892
&ntb->msix_vec[i], &ntb->int_info[i].tag);
sys/dev/ntb/ntb_hw/ntb_hw_amd.h
138
void *tag;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1118
ntb->int_info[i].tag = NULL;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1122
&ntb->msix_vec[i], &ntb->int_info[i].tag);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1372
ntb->int_info[0].tag = NULL;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1377
ntb, &ntb->int_info[0].tag);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1394
if (current_int->tag != NULL)
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1396
current_int->tag);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
1484
swi_sched(ntb->int_info[i].tag, 0);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
156
void *tag;
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
277
bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle,
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
281
return (bus_space_read_4(tag, handle, offset) |
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
282
((uint64_t)bus_space_read_4(tag, handle, offset + 4)) << 32);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
286
bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t handle,
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
290
bus_space_write_4(tag, handle, offset, val);
sys/dev/ntb/ntb_hw/ntb_hw_intel.c
291
bus_space_write_4(tag, handle, offset + 4, val >> 32);
sys/dev/nvme/nvme_ahci.c
100
ctrlr->tag = (void *)0x1;
sys/dev/nvme/nvme_ahci.c
95
ctrlr, &ctrlr->tag) != 0) {
sys/dev/nvme/nvme_ctrlr.c
1837
if (ctrlr->tag)
sys/dev/nvme/nvme_ctrlr.c
1838
bus_teardown_intr(ctrlr->dev, ctrlr->res, ctrlr->tag);
sys/dev/nvme/nvme_pci.c
260
if (ctrlr->tag)
sys/dev/nvme/nvme_pci.c
261
bus_teardown_intr(dev, ctrlr->res, ctrlr->tag);
sys/dev/nvme/nvme_pci.c
302
ctrlr, &ctrlr->tag);
sys/dev/nvme/nvme_private.h
160
void *tag;
sys/dev/nvme/nvme_private.h
258
void *tag;
sys/dev/nvme/nvme_qpair.c
675
nvme_qpair_msi_handler, qpair, &qpair->tag) != 0) {
sys/dev/nvme/nvme_qpair.c
680
bus_describe_intr(ctrlr->dev, qpair->res, qpair->tag,
sys/dev/nvme/nvme_qpair.c
683
bus_describe_intr(ctrlr->dev, qpair->res, qpair->tag,
sys/dev/nvme/nvme_qpair.c
705
if (qpair->tag) {
sys/dev/nvme/nvme_qpair.c
706
bus_teardown_intr(qpair->ctrlr->dev, qpair->res, qpair->tag);
sys/dev/nvme/nvme_qpair.c
707
qpair->tag = NULL;
sys/dev/oce/oce_hw.h
603
uint32_t tag[2];
sys/dev/oce/oce_hw.h
740
uint16_t tag;
sys/dev/oce/oce_if.c
1094
rc = bus_dmamap_load_mbuf_sg(wq->tag,
sys/dev/oce/oce_if.c
1105
bus_dmamap_unload(wq->tag, pd->map);
sys/dev/oce/oce_if.c
1111
bus_dmamap_sync(wq->tag, pd->map, BUS_DMASYNC_PREWRITE);
sys/dev/oce/oce_if.c
1183
bus_dmamap_sync(wq->ring->dma.tag, wq->ring->dma.map,
sys/dev/oce/oce_if.c
1239
bus_dmamap_sync(wq->tag, pd->map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_if.c
1240
bus_dmamap_unload(wq->tag, pd->map);
sys/dev/oce/oce_if.c
1395
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
1409
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
1525
bus_dmamap_sync(rq->tag, pd->map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_if.c
1526
bus_dmamap_unload(rq->tag, pd->map);
sys/dev/oce/oce_if.c
1766
bus_dmamap_sync(rq->tag, pd->map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_if.c
1767
bus_dmamap_unload(rq->tag, pd->map);
sys/dev/oce/oce_if.c
1886
rc = bus_dmamap_load_mbuf_sg(rq->tag,
sys/dev/oce/oce_if.c
1901
bus_dmamap_sync(rq->tag, pd->map, BUS_DMASYNC_PREREAD);
sys/dev/oce/oce_if.c
1969
bus_dmamap_sync(cq->ring->dma.tag,cq->ring->dma.map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_if.c
2021
bus_dmamap_sync(cq->ring->dma.tag,cq->ring->dma.map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_if.c
2048
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
2072
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
2632
sc->pvid = gcqe->tag & VLAN_VID_MASK;
sys/dev/oce/oce_if.c
2657
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
2682
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_if.c
689
bus_dmamap_sync(eq->ring->dma.tag, eq->ring->dma.map,
sys/dev/oce/oce_if.c
696
bus_dmamap_sync(eq->ring->dma.tag, eq->ring->dma.map,
sys/dev/oce/oce_if.c
857
oce_fast_isr, NULL, ii, &ii->tag);
sys/dev/oce/oce_if.c
869
if (sc->intrs[i].tag != NULL)
sys/dev/oce/oce_if.c
871
sc->intrs[i].tag);
sys/dev/oce/oce_if.c
879
sc->intrs[i].tag = NULL;
sys/dev/oce/oce_if.h
265
void *tag; /* cookie returned by bus_setup_intr */
sys/dev/oce/oce_if.h
283
#define DBUF_TAG(obj) ((obj)->tag)
sys/dev/oce/oce_if.h
317
bus_dma_tag_t tag;
sys/dev/oce/oce_if.h
692
bus_dma_tag_t tag;
sys/dev/oce/oce_if.h
746
bus_dma_tag_t tag;
sys/dev/oce/oce_if.h
947
#define oce_dma_sync(d, f) bus_dmamap_sync((d)->tag, (d)->map, f)
sys/dev/oce/oce_mbox.c
350
bus_dmamap_sync(mq->ring->dma.tag, mq->ring->dma.map,
sys/dev/oce/oce_mbox.c
382
tmo = mbx->tag[0];
sys/dev/oce/oce_mbox.c
383
mbx->tag[0] = 0;
sys/dev/oce/oce_queue.c
1008
bus_dmamap_sync(eq->ring->dma.tag, eq->ring->dma.map,
sys/dev/oce/oce_queue.c
1027
bus_dmamap_sync(cq->ring->dma.tag, cq->ring->dma.map,
sys/dev/oce/oce_queue.c
1035
bus_dmamap_sync(cq->ring->dma.tag, cq->ring->dma.map,
sys/dev/oce/oce_queue.c
1095
bus_dmamap_sync(rq->tag, pd->map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_queue.c
1096
bus_dmamap_unload(rq->tag, pd->map);
sys/dev/oce/oce_queue.c
1120
bus_dmamap_sync(cq->ring->dma.tag,cq->ring->dma.map, BUS_DMASYNC_POSTWRITE);
sys/dev/oce/oce_queue.c
1197
bus_dmamap_sync(cq->ring->dma.tag,
sys/dev/oce/oce_queue.c
239
PAGE_SIZE, 0, NULL, NULL, &wq->tag);
sys/dev/oce/oce_queue.c
245
rc = bus_dmamap_create(wq->tag, 0, &wq->pckts[i].map);
sys/dev/oce/oce_queue.c
289
bus_dmamap_unload(wq->tag, wq->pckts[i].map);
sys/dev/oce/oce_queue.c
290
bus_dmamap_destroy(wq->tag, wq->pckts[i].map);
sys/dev/oce/oce_queue.c
295
if (wq->tag != NULL)
sys/dev/oce/oce_queue.c
296
bus_dma_tag_destroy(wq->tag);
sys/dev/oce/oce_queue.c
421
1, oce_rq_buf_size, 0, NULL, NULL, &rq->tag);
sys/dev/oce/oce_queue.c
426
rc = bus_dmamap_create(rq->tag, 0, &rq->pckts[i].map);
sys/dev/oce/oce_queue.c
463
bus_dmamap_unload(rq->tag, rq->pckts[i].map);
sys/dev/oce/oce_queue.c
464
bus_dmamap_destroy(rq->tag, rq->pckts[i].map);
sys/dev/oce/oce_queue.c
473
if (rq->tag != NULL)
sys/dev/oce/oce_queue.c
474
bus_dma_tag_destroy(rq->tag);
sys/dev/oce/oce_util.c
105
if (dma->tag == NULL)
sys/dev/oce/oce_util.c
109
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/oce/oce_util.c
111
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/oce/oce_util.c
116
bus_dmamem_free(dma->tag, dma->ptr, dma->map);
sys/dev/oce/oce_util.c
120
bus_dma_tag_destroy(dma->tag);
sys/dev/oce/oce_util.c
121
dma->tag = NULL;
sys/dev/oce/oce_util.c
177
size, 8, 4096, 0, NULL, NULL, &ring->dma.tag);
sys/dev/oce/oce_util.c
181
rc = bus_dmamem_alloc(ring->dma.tag,
sys/dev/oce/oce_util.c
189
bus_dmamap_sync(ring->dma.tag, ring->dma.map,
sys/dev/oce/oce_util.c
248
bus_dmamap_load(ring->dma.tag,
sys/dev/oce/oce_util.c
69
size, 1, size, 0, NULL, NULL, &dma->tag);
sys/dev/oce/oce_util.c
72
rc = bus_dmamem_alloc(dma->tag,
sys/dev/oce/oce_util.c
81
rc = bus_dmamap_load(dma->tag,
sys/dev/ocs_fc/ocs.h
109
void *tag;
sys/dev/ocs_fc/ocs_cam.c
105
static inline ocs_io_t *ocs_scsi_find_io(struct ocs_softc *ocs, uint32_t tag)
sys/dev/ocs_fc/ocs_cam.c
108
return ocs_io_get_instance(ocs, tag);
sys/dev/ocs_fc/ocs_cam.c
1329
io->node->display_name, io->tag,
sys/dev/ocs_fc/ocs_cam.c
1333
printf("%s: full tag=%x iiu=%d\n", __func__, io->tag,
sys/dev/ocs_fc/ocs_cam.c
1825
__func__, io->tgt_io.state, io->tag);
sys/dev/ocs_fc/ocs_cam.c
2515
abortio->tag, abortio->init_task_tag,
sys/dev/ocs_fc/ocs_cam.c
2696
aio->tgt_io.state, aio->tag,
sys/dev/ocs_fc/ocs_cam.c
594
atio->tag_id = io->tag;
sys/dev/ocs_fc/ocs_cam.c
727
inot->tag_id = tmfio->tag;
sys/dev/ocs_fc/ocs_cam.c
728
inot->seq_id = tmfio->tag;
sys/dev/ocs_fc/ocs_cam.c
742
inot->seq_id = abortio->tag;
sys/dev/ocs_fc/ocs_cam.c
744
__func__, abortio->tag, abortio->tgt_io.state);
sys/dev/ocs_fc/ocs_io.c
125
io->tag = i;
sys/dev/ocs_fc/ocs_io.c
376
ocs_ddump_value(textbuf, "tag", "0x%x", io->tag);
sys/dev/ocs_fc/ocs_io.c
449
ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "tag", "0x%x", io->tag);
sys/dev/ocs_fc/ocs_io.c
478
ocs_mgmt_emit_int(textbuf, MGMT_MODE_RD, "tag", "0x%x", io->tag);
sys/dev/ocs_fc/ocs_io.h
78
uint32_t tag; /**< unique IO identifier */
sys/dev/ocs_fc/ocs_ioctl.h
185
uint32_t tag; /**< returned unique I/O context tag */
sys/dev/ocs_fc/ocs_os.c
331
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_POSTREAD |
sys/dev/ocs_fc/ocs_os.c
333
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/ocs_fc/ocs_os.c
337
bus_dmamem_free(dma->tag, dma->virt, dma->map);
sys/dev/ocs_fc/ocs_os.c
338
bus_dmamap_destroy(dma->tag, dma->map);
sys/dev/ocs_fc/ocs_os.c
340
bus_dma_tag_destroy(dma->tag);
sys/dev/ocs_fc/ocs_os.c
374
size, 1, size, 0, NULL, NULL, &dma->tag)) {
sys/dev/ocs_fc/ocs_os.c
382
if (bus_dmamem_alloc(dma->tag, &dma->virt, BUS_DMA_NOWAIT | BUS_DMA_COHERENT,
sys/dev/ocs_fc/ocs_os.c
392
if (bus_dmamap_load(dma->tag, dma->map, dma->virt, dma->size, ocs_dma_load,
sys/dev/ocs_fc/ocs_os.c
424
bus_dmamap_sync(dma->tag, dma->map, flags);
sys/dev/ocs_fc/ocs_os.h
452
bus_dma_tag_t tag;
sys/dev/ocs_fc/ocs_pci.c
824
&ocs->tag)) {
sys/dev/ocs_fc/ocs_pci.c
848
if (ocs->tag) {
sys/dev/ocs_fc/ocs_pci.c
849
bus_teardown_intr(ocs->dev, ocs->irq, ocs->tag);
sys/dev/ocs_fc/ocs_pci.c
850
ocs->tag = NULL;
sys/dev/ocs_fc/ocs_scsi.c
2093
ocs_log_test(io->ocs, "Got completion for non-busy io with tag 0x%x\n", io->tag);
sys/dev/ocs_fc/sli4.c
6539
uint32_t ids, uint32_t mask, uint16_t tag, uint16_t cq_id)
sys/dev/ocs_fc/sli4.c
6572
abort->request_tag = tag;
sys/dev/ocs_fc/sli4.c
6602
uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode)
sys/dev/ocs_fc/sli4.c
6638
els->request_tag = tag;
sys/dev/ocs_fc/sli4.c
6771
uint16_t xri, uint16_t tag, uint16_t cq_id,
sys/dev/ocs_fc/sli4.c
6817
icmnd->request_tag = tag;
sys/dev/ocs_fc/sli4.c
6855
uint32_t xfer_len, uint16_t xri, uint16_t tag, uint16_t cq_id,
sys/dev/ocs_fc/sli4.c
6912
iread->request_tag = tag;
sys/dev/ocs_fc/sli4.c
6959
uint32_t xfer_len, uint32_t first_burst, uint16_t xri, uint16_t tag, uint16_t cq_id,
sys/dev/ocs_fc/sli4.c
7017
iwrite->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7068
uint32_t relative_off, uint32_t xfer_len, uint16_t xri, uint16_t tag, uint16_t cq_id,
sys/dev/ocs_fc/sli4.c
7138
trecv->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7206
uint32_t relative_off, uint32_t xfer_len, uint16_t xri, uint16_t sec_xri, uint16_t tag,
sys/dev/ocs_fc/sli4.c
7212
rc = sli_fcp_treceive64_wqe(sli4, buf, size, sgl, first_data_sge, relative_off, xfer_len, xri, tag,
sys/dev/ocs_fc/sli4.c
7249
uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode,
sys/dev/ocs_fc/sli4.c
7300
trsp->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7350
uint16_t xri, uint16_t tag, uint16_t cq_id, uint16_t xid, uint32_t rpi, ocs_remote_node_t *rnode,
sys/dev/ocs_fc/sli4.c
7420
tsend->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7482
uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode,
sys/dev/ocs_fc/sli4.c
7534
gen->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7647
uint16_t xri, uint16_t tag, ocs_remote_node_t *rnode,
sys/dev/ocs_fc/sli4.c
7698
xmit->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7731
sli_requeue_xri_wqe(sli4_t *sli4, void *buf, size_t size, uint16_t xri, uint16_t tag, uint16_t cq_id)
sys/dev/ocs_fc/sli4.c
7739
requeue->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7749
uint32_t payload_len, uint8_t timeout, uint16_t xri, uint16_t tag,
sys/dev/ocs_fc/sli4.c
7786
bcast->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7819
uint16_t xri, uint16_t tag, uint16_t cq_id, ocs_remote_node_t *rnode, uint32_t s_id)
sys/dev/ocs_fc/sli4.c
7874
bls->request_tag = tag;
sys/dev/ocs_fc/sli4.c
7912
uint32_t rsp_len, uint16_t xri, uint16_t tag, uint16_t cq_id,
sys/dev/ocs_fc/sli4.c
7938
els->request_tag = tag;
sys/dev/otus/if_otus.c
1781
if (__predict_false(head->tag != htole16(AR_RX_HEAD_TAG))) {
sys/dev/otus/if_otus.c
1783
"tag not valid 0x%x\n", le16toh(head->tag));
sys/dev/otus/if_otusreg.h
221
uint16_t tag;
sys/dev/pci/pci.c
6030
bus_dma_tag_t tag;
sys/dev/pci/pci.c
6035
tag = iommu_get_dma_tag(bus, dev);
sys/dev/pci/pci.c
6037
tag = NULL;
sys/dev/pci/pci.c
6038
if (tag == NULL) {
sys/dev/pci/pci.c
6040
tag = sc->sc_dma_tag;
sys/dev/pci/pci.c
6042
return (tag);
sys/dev/pci/pci.c
6212
static eventhandler_tag tag;
sys/dev/pci/pci.c
6221
tag = EVENTHANDLER_REGISTER(dev_lookup, pci_lookup, NULL,
sys/dev/pci/pci.c
6226
if (tag != NULL)
sys/dev/pci/pci.c
6227
EVENTHANDLER_DEREGISTER(dev_lookup, tag);
sys/dev/pms/RefTisa/sallsdk/api/sa_spec.h
851
bit8 tag[2]; /* CMD or TM tag */
sys/dev/pms/RefTisa/sallsdk/spc/sadisc.c
509
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaRegDevCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
1964
bit32 tag
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
1976
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2030
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2031
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2032
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2374
bit32 tag = 0;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2388
tag = pIomb->sspComplCxt[count].tag;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2390
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2395
SA_DBG1(("mpiParseOBIomb,OPC_OUB_COMBINED_SSP_COMP Resp IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x\n", tag, OSSA_IO_SUCCESS, 0, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2417
SA_DBG3(("mpiParseOBIomb, OPC_OUB_COMBINED_SSP_COMP IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x\n", tag, OSSA_IO_SUCCESS, 0, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2442
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2457
tag = pIomb->stpComplCxt[count].tag;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2458
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2463
SA_DBG1(("mpiParseOBIomb,OPC_OUB_COMBINED_SATA_COMP Resp IOMB tag=0x%x, status=0x%x, param=0x%x\n", tag, OSSA_IO_SUCCESS, 0));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2468
SA_DBG3(("mpiParseOBIomb, OPC_OUB_COMBINED_SATA_COMP IOMB tag=0x%x, status=0x%x, param=0x%x\n", tag, OSSA_IO_SUCCESS, 0));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2970
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2978
OSSA_READ_LE_32(AGROOT, &tag, pIomb1, OSSA_OFFSET_OF(agsaSATACompletionRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2982
SA_DBG3(("mpiSATACompletion: start, HTAG=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2985
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2990
SA_DBG1(("mpiSATACompletion: agNULL == pRequest tag 0x%X status 0x%X\n",tag, status ));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
2998
SA_DBG1(("mpiSATACompletion: not valid IOMB tag=0x%x status=0x%x param=0x%x Device =0x%x\n", tag, status, param,
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3021
SA_DBG2(("mpiSATACompletion: param 0x%x agFirstDwordResp 0x%x Resp 0x%x tag 0x%x\n",param,*agFirstDword,*pResp ,tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3029
SA_DBG2(("mpiSATACompletion: OSSA_IO_ABORTED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3037
SA_DBG1(("mpiSATACompletion, OSSA_IO_UNDERFLOW tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3045
SA_DBG1(("mpiSATACompletion, OSSA_IO_NO_DEVICE tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3052
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_BREAK SPC tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3059
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_PHY_NOT_READY tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3066
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3073
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3080
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_BREAK SPC tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3087
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3094
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_BAD_DESTINATION tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3101
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3108
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_STP_RESOURCES_BUSY tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3115
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_WRONG_DESTINATION tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3122
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_NAK_RECEIVED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3129
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_DMA tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3136
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_SATA_LINK_TIMEOUT tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3143
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_ERROR_REJECTED_NCQ_MODE tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3150
SA_DBG1(("mpiSATACompletion, OSSA_IO_XFER_OPEN_RETRY_TIMEOUT tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3157
SA_DBG1(("mpiSATACompletion: OSSA_IO_PORT_IN_RESET tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3164
SA_DBG1(("mpiSATACompletion: OSSA_IO_DS_NON_OPERATIONAL tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3171
SA_DBG1(("mpiSATACompletion: OSSA_IO_DS_IN_RECOVERY tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3178
SA_DBG1(("mpiSATACompletion: OSSA_IO_DS_IN_ERROR tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3186
SA_DBG1(("mpiSATACompletion: OSSA_IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3193
SA_DBG1(("mpiSATACompletion: OSSA_IO_ABORT_IN_PROGRESS tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3200
SA_DBG1(("mpiSATACompletion: OSSA_IO_ABORT_DELAYED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3207
SA_DBG1(("mpiSATACompletion: OSSA_IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY_ALT tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3214
SA_DBG1(("mpiSATACompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_RETRY_BACKOFF_THRESHOLD_REACHED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3221
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_TMO tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3228
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_NO_DEST tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3235
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_COLLIDE tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3242
SA_DBG1(("mpiSATACompletion, OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_PATHWAY_BLOCKED tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3249
SA_DBG1(("mpiSATACompletion: OSSA_IO_DS_INVALID tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3256
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFER_ERR_LAST_PIO_DATAIN_CRC_ERR tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3263
SA_DBG1(("mpiSATACompletion: OSSA_MPI_IO_RQE_BUSY_FULL tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3271
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFER_ERR_EOB_DATA_OVERRUN tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3286
SA_DBG1(("mpiSATACompletion: OSSA_MPI_ERR_ATAPI_DEVICE_BUSY tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3293
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_KEY_CACHE_MISS tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3300
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_CIPHER_MODE_INVALID tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3307
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_IV_MISMATCH tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3314
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_RAM_INTERFACE_ERROR tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3321
SA_DBG1(("mpiSATACompletion: OSSA_IO_OPEN_CNX_ERROR_OPEN_PREEMPTED tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3329
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_KEY_TAG_MISMATCH tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3336
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_INDEX_OUT_OF_BOUNDS tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3343
SA_DBG1(("mpiSATACompletion: OSSA_IO_XFR_ERROR_DEK_ILLEGAL_TABLE tag 0x%X\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3351
SA_DBG1(("mpiSATACompletion: Unknown status 0x%x tag 0x%x\n", status, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3359
if (pRequest->HTag != tag)
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3361
SA_DBG1(("mpiSATACompletion: Error Htag %d not equal IOMBtag %d\n", pRequest->HTag, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3391
bit32 tag = 0;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3399
OSSA_READ_LE_32(agRoot, &tag, pIomb, OSSA_OFFSET_OF(agsaSSPCompletionRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3404
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3409
SA_DBG1(("mpiSSPCompletion,AGSA_RC_FAILURE SSP Resp IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x\n", tag, status, param, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3417
SA_DBG1(("mpiSSPCompletion, SSP Resp IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x Device =0x%x\n", tag, status, param, sspTag,
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3439
SA_DBG2(("mpiSSPCompletion: pRespIU->status 0x%x tag 0x%x\n", pRespIU->status,tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3449
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_INVALID_SSP_RSP_FRAME tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3458
SA_DBG2(("mpiSSPCompletion: pRespIU->status 0x%x tag 0x%x\n", pRespIU->status,tag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3472
SA_DBG2(("mpiSSPCompletion, OSSA_IO_ABORTED IOMB tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3481
SA_DBG2(("mpiSSPCompletion, OSSA_IO_UNDERFLOW tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3488
SA_DBG1(("mpiSSPCompletion: OSSA_IO_NO_DEVICE tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3495
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_BREAK tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3502
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_PHY_NOT_READY tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3509
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3518
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3523
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_BREAK tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3530
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3537
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_BAD_DESTINATION tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3544
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3551
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_WRONG_DESTINATION tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3558
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_NAK_RECEIVED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3565
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_ACK_NAK_TIMEOUT tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3572
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_DMA tag 0x%x ssptag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3579
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_OPEN_RETRY_TIMEOUT tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3586
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_UNEXPECTED_PHASE tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3593
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_OFFSET_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3600
SA_DBG1(("mpiSSPCompletion: OSSA_IO_PORT_IN_RESET tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3607
SA_DBG1(("mpiSSPCompletion: OSSA_IO_DS_NON_OPERATIONAL tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3614
SA_DBG1(("mpiSSPCompletion: OSSA_IO_DS_IN_RECOVERY tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3621
SA_DBG1(("mpiSSPCompletion: OSSA_IO_TM_TAG_NOT_FOUND tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3628
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_PIO_SETUP_ERROR tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3636
SA_DBG1(("mpiSSPCompletion: OSSA_IO_SSP_IU_ZERO_LEN_ERROR tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3643
SA_DBG1(("mpiSSPCompletion: OSSA_IO_DS_IN_ERROR tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3651
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3659
SA_DBG1(("mpiSSPCompletion: OSSA_IO_ABORT_IN_PROGRESS tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3667
SA_DBG1(("mpiSSPCompletion: OSSA_IO_ABORT_DELAYED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3675
SA_DBG1(("mpiSSPCompletion: OSSA_IO_INVALID_LENGTH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3683
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY_ALT tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3691
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_RETRY_BACKOFF_THRESHOLD_REACHED HTAG = 0x%x ssptag = 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3698
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_TMO tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3705
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_NO_DEST tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3712
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_COLLIDE tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3719
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_PATHWAY_BLOCKED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3726
SA_DBG1(("mpiSSPCompletion: OSSA_IO_DS_INVALID tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3733
SA_DBG1(("mpiSSPCompletion: OSSA_MPI_IO_RQE_BUSY_FULL tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3740
SA_DBG1(("mpiSSPCompletion: OSSA_MPI_ERR_IO_RESOURCE_UNAVAILABLE tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3747
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_KEY_CACHE_MISS tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3754
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_KEY_TAG_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3761
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_CIPHER_MODE_INVALID tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3768
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_IV_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3775
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_RAM_INTERFACE_ERROR tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3782
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_INTERNAL_RAM tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3789
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_INDEX_OUT_OF_BOUNDS tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3796
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DEK_ILLEGAL_TABLE tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3812
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DIF_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3819
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DIF_APPLICATION_TAG_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3826
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DIF_REFERENCE_TAG_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3833
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFR_ERROR_DIF_CRC_MISMATCH tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3840
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERROR_DIF_INTERNAL_ERROR tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3847
SA_DBG1(("mpiSSPCompletion: OSSA_IO_XFER_ERR_EOB_DATA_OVERRUN tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3854
SA_DBG1(("mpiSSPCompletion: OSSA_IO_OPEN_CNX_ERROR_OPEN_PREEMPTED tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saint.c
3861
SA_DBG1(("mpiSSPCompletion: Unknown tag 0x%x sspTag 0x%x status 0x%x param 0x%x\n", tag,sspTag,status,param));
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1425
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1517
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1608
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
166
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1700
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGPIOCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1809
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASDiagExecuteCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1822
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsa_SPC_SASDiagExecuteCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
1936
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASDiagStartEndCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
2039
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetTimeStampCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
2234
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSGpioCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
327
OSSA_OFFSET_OF(agsaFwFlashUpdate_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3509
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3567
OSSA_WRITE_LE_32(agRoot, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3867
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPCIeDiagExecuteCmd_t, tag) , pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3885
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsa_SPC_PCIDiagExecuteCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
3972
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetDDEFDataCmd_t, tag) , pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
473
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwFlashOpExt_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
536
bit32 status, tag, len;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
539
OSSA_READ_LE_32(AGROOT, &tag, payload, OSSA_OFFSET_OF(agsaFwProfileRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
542
pRequest = saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
546
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
547
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
548
SA_DBG1(("mpiFwProfileRsp: the request is NULL. Tag=%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
551
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
553
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
554
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
555
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
600
bit32 status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
604
OSSA_READ_LE_32(AGROOT, &tag, payload, OSSA_OFFSET_OF(agsaFwFlashUpdateRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
606
pRequest = saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
607
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
609
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
610
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
611
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
652
bit32 Command,Status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
656
OSSA_READ_LE_32(AGROOT, &tag, payload, OSSA_OFFSET_OF(agsaFwFlashOpExtRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
662
pRequest = saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
663
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
665
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
666
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/saioctlcmd.c
667
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1008
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaDeregDevHandleCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1116
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetDevHandleCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1174
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1191
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaLocalPhyCntrlCmd_t, tag), tag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1278
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaDevHandleAcceptCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1404
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetNVMDataCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1503
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetNVMDataCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1682
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetNVMDataCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1841
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetDeviceStateCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
1948
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetDeviceStateCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2044
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSasReInitializeCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2151
agControllerConfig->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2210
SA_DBG1(("mpiGetControllerConfigCmd: Tag 0x%0X Page Code %0X\n",agControllerConfig->tag,agControllerConfig->pageCode ));
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2237
agControllerConfig->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
229
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaEchoCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2324
agKekMgmt->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2327
SA_DBG1(("mpiKekManagementCmd, 0x%X 0x%X 0x%X\n", agKekMgmt->tag,agKekMgmt->NEWKIDX_CURKIDX_KBF_Reserved_SKNV_KSOP, agKekMgmt->reserved ));
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2407
agDekMgmt->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2411
agDekMgmt->tag,
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2498
operatorcode->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2581
bist->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2585
bist->tag,
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2674
operatorcode->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2759
operatorcode->tag = pRequest->HTag;
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
2840
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaDifEncOffloadCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
330
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetPhyProfileCmd_V_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
405
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetVHistCap_V_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
490
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetPhyProfileCmd_V_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
591
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaGetDevInfoCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
705
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSetDevInfoCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
756
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
821
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPhyStartCmd_t, tag), tag);
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
855
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/sampicmd.c
869
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPhyStopCmd_t, tag), tag);
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1006
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1023
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1055
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1067
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1079
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1093
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1108
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1146
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1159
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1172
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1198
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1221
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1243
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1253
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1263
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1272
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1288
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1295
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1312
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1319
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1330
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1367
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1379
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1391
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1402
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1504
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1516
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1527
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1540
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1552
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1564
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1587
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1603
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1616
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1630
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1645
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1658
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1682
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1694
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1708
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1721
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1728
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1735
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1743
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1750
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1760
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1769
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1776
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1785
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1807
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1823
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1839
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1852
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1864
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1876
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1889
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1902
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1914
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
192
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1926
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
1958
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
202
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
226
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
237
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
254
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
269
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
283
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
322
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
335
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
351
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
363
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
376
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
389
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
417
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
430
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
446
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
481
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
494
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
505
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
525
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
542
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
559
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
572
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
589
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
613
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
623
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
640
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
658
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
681
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
698
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
711
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
724
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
734
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
761
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
773
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
808
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
825
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
836
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
864
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
879
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
891
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
915
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
933
bit32 tag; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
954
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampidefs.h
977
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1006
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1020
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaHWEvent_Phy_OUB_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1023
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1024
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1026
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1027
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1028
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
103
SA_DBG1(("mpiParseOBIomb,OPC_OUB_COMBINED_SSP_COMP Resp IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x\n", tag, OSSA_IO_SUCCESS, 0, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1031
SA_DBG1(("mpiPhyStopEvent: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x \n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
108
SA_DBG3(("mpiParseOBIomb, OPC_OUB_COMBINED_SSP_COMP IOMB tag=0x%x, status=0x%x, param=0x%x, SSPTag=0x%x\n", tag, OSSA_IO_SUCCESS, 0, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1172
bit32 tag, status;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
133
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
148
tag = pIomb->stpComplCxt[count].tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
149
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1534
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaHWEvent_SPC_OUB_t, EVParam));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
154
SA_DBG1(("mpiParseOBIomb,OPC_OUB_COMBINED_SATA_COMP Resp IOMB tag=0x%x, status=0x%x, param=0x%x\n", tag, OSSA_IO_SUCCESS, 0));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1560
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1564
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1569
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1570
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1571
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
159
SA_DBG3(("mpiParseOBIomb, OPC_OUB_COMBINED_SATA_COMP IOMB tag=0x%x, status=0x%x, param=0x%x\n", tag, OSSA_IO_SUCCESS, 0));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1627
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaHWEvent_SPC_OUB_t, EVParam)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1629
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1639
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1646
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1647
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1648
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1752
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1756
SA_DBG3(("mpiSMPCompletion: start, HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1760
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSMPCompletionRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1764
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1767
SA_DBG1(("mpiSMPCompletion: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x PARAM=0x%x\n", tag, status, param));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1775
SA_DBG3(("mpiSMPCompletion: OSSA_IO_SUCCESS HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1777
siSMPRespRcvd(agRoot, pIomb, param, tag);
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1781
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OVERFLOW HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1788
SA_DBG1(("mpiSMPCompletion: OSSA_IO_ABORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1801
SA_DBG1(("mpiSMPCompletion: OSSA_IO_NO_DEVICE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1807
SA_DBG1(("mpiSMPCompletion: OSSA_IO_ERROR_HW_TIMEOUT HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1813
SA_DBG1(("mpiSMPCompletion: OSSA_IO_XFER_ERROR_BREAK HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1819
SA_DBG1(("mpiSMPCompletion: OSSA_IO_XFER_ERROR_PHY_NOT_READY HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1825
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1831
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1837
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_BREAK HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1843
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1849
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_BAD_DESTINATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1855
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1861
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_WRONG_DESTINATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1867
SA_DBG1(("mpiSMPCompletion: OSSA_IO_XFER_ERROR_RX_FRAME HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1873
SA_DBG1(("mpiSMPCompletion: OSSA_IO_XFER_OPEN_RETRY_TIMEOUT HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1879
SA_DBG1(("mpiSMPCompletion: OSSA_IO_ERROR_INTERNAL_SMP_RESOURCE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1885
SA_DBG1(("mpiSMPCompletion: OSSA_IO_PORT_IN_RESET HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1891
SA_DBG1(("mpiSMPCompletion: OSSA_IO_DS_NON_OPERATIONAL HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1897
SA_DBG1(("mpiSMPCompletion: OSSA_IO_DS_IN_RECOVERY HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1903
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_HW_RESOURCE_BUSY HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1909
SA_DBG1(("mpiSMPCompletion: OSSA_IO_ABORT_IN_PROGRESS HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1915
SA_DBG1(("mpiSMPCompletion:OSSA_IO_ABORT_DELAYED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1921
SA_DBG1(("mpiSMPCompletion: OSSA_IO_INVALID_LENGTH HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1927
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_RETRY_BACKOFF_THRESHOLD_REACHED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1933
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_TMO HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1939
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_NO_DEST HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1945
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_COLLIDE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1951
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_PATHWAY_BLOCKED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1957
SA_DBG1(("mpiSMPCompletion: OSSA_IO_DS_INVALID HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1963
SA_DBG1(("mpiSMPCompletion: OSSA_IO_XFER_READ_COMPL_ERR HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1969
SA_DBG1(("mpiSMPCompletion: OSSA_MPI_ERR_IO_RESOURCE_UNAVAILABLE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1975
SA_DBG1(("mpiSMPCompletion: OSSA_MPI_ERR_IO_RESOURCE_UNAVAILABLE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1981
SA_DBG1(("mpiSMPCompletion: OSSA_IO_OPEN_CNX_ERROR_OPEN_PREEMPTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
1987
SA_DBG1(("mpiSMPCompletion: Unknown Status = 0x%x Tag 0x%x\n", status, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2024
bit32 DeviceIdcPortId, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2026
SA_DBG3(("mpiGetDevHandleRsp: start, HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2031
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDevHandleRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2033
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2034
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2036
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2037
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2038
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2041
SA_DBG1(("mpiGetDevHandleRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x DeviceIdcPortId=0x%x\n", tag, DeviceIdcPortId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2112
bit32 phyId, operation, status, tag, phyOpId;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2116
SA_DBG3(("mpiPhyCntrlRsp: start, HTAG=0x%x,\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2119
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaLocalPhyCntrlRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2123
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2126
SA_DBG1(("mpiPhyCntrlRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x PhyOpId=0x%x\n", tag, status, phyOpId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2130
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2132
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2133
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2134
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2196
bit32 deviceIdx,status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2205
SA_DBG3(("mpiDeviceRegRsp: start, HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2209
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaDeviceRegistrationRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2215
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2218
SA_DBG1(("mpiDeviceRegRsp: Bad IOMB!!! pRequest is NULL. TAG=0x%x, STATUS=0x%x DEVICEID=0x%x\n", tag, status, deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2225
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2228
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2229
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2230
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2233
SA_DBG3(("mpiDeviceRegRsp: hosttag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2386
SA_DBG1(("mpiDeviceRegRsp: pDevice is NULL. TAG=0x%x, STATUS=0x%x DEVICEID=0x%x\n", tag, status, deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2428
SA_DBG1(("mpiDeviceRegRsp: pDevice is NULL. TAG=0x%x, STATUS=0x%x DEVICEID=0x%x\n", tag, status, deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2519
bit32 deviceIdx, status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2524
SA_DBG3(("mpiDeregDevHandleRsp: start, HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2526
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaDeregDevHandleRsp_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2531
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2534
SA_DBG1(("mpiDeregDevHandleRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x deviceIdx 0x%x\n", tag, status,deviceIdx));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2539
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2541
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2542
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2543
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2691
bit32 status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2699
OSSA_READ_LE_32(agRoot, &tag, pIomb, OSSA_OFFSET_OF(agsaGetPhyProfileRspV_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2701
SA_DBG1(("mpiGetPhyProfileRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2704
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2707
SA_DBG1(("mpiGetPhyProfileRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2712
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2717
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2718
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2719
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2935
bit32 status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2943
OSSA_READ_LE_32(agRoot, &tag, pIomb, OSSA_OFFSET_OF(agsaSetPhyProfileRspV_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2946
SA_DBG1(("mpiSetPhyProfileRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2949
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2952
SA_DBG1(("mpiSetPhyProfileRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2957
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2960
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2961
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
2962
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3096
bit32 ARSrateSMPTimeOutPortID, IRMcnITNexusTimeOut, status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3106
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDevInfoRspV_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3108
SA_DBG3(("mpiGetDevInfoRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3111
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3114
SA_DBG1(("mpiGetDevInfoRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3119
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3122
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3123
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3124
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3327
bit32 dTypeSrateSMPTOPortID, FirstBurstSizeITNexusTimeOut, status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3335
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDevInfoRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3337
SA_DBG3(("mpiGetDevInfoRspSpc: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3340
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3343
SA_DBG1(("mpiGetDevInfoRspSpc: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3348
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3351
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3352
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3353
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3546
bit32 tag, status, deviceid, option, param;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3550
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetDeviceInfoRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3552
SA_DBG3(("mpiSetDevInfoRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3555
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3558
SA_DBG1(("mpiSetDevInfoRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3563
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3566
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3567
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3568
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3714
bit32 deviceIdx, tag, portId_tmp;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3726
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSSPEventRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3733
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3779
SA_DBG1(("mpiSSPEvent: DIF Event 0x%x HTAG = 0x%x\n", event, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3814
SA_DBG1(("mpiSSPEvent: OSSA_IO_OVERFLOW tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3821
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_BREAK tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3828
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_PHY_NOT_READY tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3835
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3842
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3849
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_BREAK tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3856
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3863
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_BAD_DESTINATION tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3870
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3877
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_WRONG_DESTINATION tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3884
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_NAK_RECEIVED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3891
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_ACK_NAK_TIMEOUT tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3898
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_OFFSET_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3911
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_XFER_ZERO_DATA_LEN tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3918
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_CMD_ISSUE_ACK_NAK_TIMEOUT tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3925
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_OPEN_RETRY_TIMEOUT tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3932
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_XFER_RDY_OVERRUN tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3939
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_XFER_RDY_NOT_EXPECTED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3946
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_CMD_FRAME_ISSUED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3953
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERROR_UNEXPECTED_PHASE tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3960
SA_DBG1(("mpiSSPEvent:OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_RETRY_BACKOFF_THRESHOLD_REACHED HTAG = 0x%x sspTag = 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3967
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_TMO tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3974
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_NO_DEST tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3981
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_COLLIDE tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3988
SA_DBG1(("mpiSSPEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_PATHWAY_BLOCKED tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
3995
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DEK_KEY_CACHE_MISS tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4002
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DEK_KEY_TAG_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4009
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_INTERNAL_CRC_ERROR HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4016
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DIF_APPLICATION_TAG_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4023
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DIF_REFERENCE_TAG_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4030
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DIF_CRC_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4037
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFR_ERROR_DIF_MISMATCH tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4044
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_ERR_EOB_DATA_OVERRUN tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4051
SA_DBG1(("mpiSSPEvent: OSSA_IO_XFER_READ_COMPL_ERR tag 0x%x ssptag 0x%x\n", tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4058
SA_DBG1(("mpiSSPEvent: Unknown Event 0x%x tag 0x%x ssptag 0x%x\n", event, tag, sspTag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4093
bit32 deviceIdx, portId_tmp, event, tag, deviceId;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4102
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSATAEventRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4107
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4125
SA_DBG1(("mpiSATAEvent: OSSA_IO_OVERFLOW HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4132
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_BREAK HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4139
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_PHY_NOT_READY HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4146
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_PROTOCOL_NOT_SUPPORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4153
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_ZONE_VIOLATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4160
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_BREAK HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4168
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_NO_DEST HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4175
SA_DBG1(("mpiSATAEvent: HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4182
SA_DBG1(("mpiSATAEvent:OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_PATHWAY_BLOCKED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4189
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4196
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_BAD_DESTINATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4203
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_CONNECTION_RATE_NOT_SUPPORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4210
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_WRONG_DESTINATION HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4217
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_NAK_RECEIVED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4224
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_ABORTED_NCQ_MODE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4231
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_OFFSET_MISMATCH HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4238
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_XFER_ZERO_DATA_LEN HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4245
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_OPEN_RETRY_TIMEOUT HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4252
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_PEER_ABORTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4259
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_CMD_FRAME_ISSUED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4266
SA_DBG1(("mpiSATAEvent, OSSA_IO_OPEN_CNX_ERROR_STP_RESOURCES_BUSY HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4273
SA_DBG1(("mpiSATAEvent, OSSA_IO_XFER_ERROR_UNEXPECTED_PHASE HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4280
SA_DBG1(("mpiSATAEvent, OSSA_IO_XFER_ERROR_XFER_RDY_OVERRUN HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4287
SA_DBG1(("mpiSATAEvent, OSSA_IO_XFER_ERROR_XFER_RDY_NOT_EXPECTED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4294
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_PIO_SETUP_ERROR HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4301
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFR_ERROR_DIF_MISMATCH HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4308
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFR_ERROR_INTERNAL_CRC_ERROR HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4315
SA_DBG1(("mpiSATAEvent: OSSA_IO_OPEN_CNX_ERROR_IT_NEXUS_LOSS_OPEN_RETRY_BACKOFF_THRESHOLD_REACHED HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4322
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERR_EOB_DATA_OVERRUN HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4329
SA_DBG1(("mpiSATAEvent: OSSA_IO_XFER_ERROR_DMA_ACTIVATE_TIMEOUT HTAG = 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4336
SA_DBG1(("mpiSATAEvent: Unknown Event 0x%x HTAG = 0x%x\n", event, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4369
bit32 tag, status, iPTdaBnDpsAsNvm;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4373
SA_DBG1(("mpiSetNVMDataRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4375
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetNVMDataRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4380
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4383
SA_DBG1(("mpiSetNVMDataRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4388
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4390
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4391
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4392
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4406
SA_DBG1(("mpiSetNVMDataRsp: NVMD is wrong. TAG=0x%x STATUS=0x%x\n", tag, (iPTdaBnDpsAsNvm & NVMD_TYPE)));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4442
bit32 tag, status, scope;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4445
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSSPAbortRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4450
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4455
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4456
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4458
SA_DBG1(("mpiSSPAbortRsp: the request is NULL. Tag=%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4469
SA_DBG3(("mpiSSPAbortRsp: request abort is valid Htag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4471
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4472
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4538
bit32 tag, status, scope;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4541
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSATAAbortRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4546
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4551
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4552
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4553
SA_DBG1(("mpiSATAAbortRsp: the request is NULL. Tag=%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4564
SA_DBG3(("mpiSATAAbortRsp: request abort is valid Htag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4575
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4576
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4577
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4622
bit32 GpioIe, OT11_0, OT19_12, GPIEVChange, GPIEVFall, GPIEVRise, GpioRdVal, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4626
SA_DBG3(("mpiGPIORsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4628
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGPIORsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4631
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4634
SA_DBG1(("mpiGPIORsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4639
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4641
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4642
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4643
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4740
bit32 tag, Status;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4744
SA_DBG3(("mpiSASDiagStartEndRsp: HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4746
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSASDiagStartEndRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4750
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4753
SA_DBG1(("mpiSASDiagStartEndRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4758
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4760
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4761
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4762
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4836
bit32 tag, Status, CmdTypeDescPhyId, ReportData;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4839
SA_DBG3(("mpiSASDiagExecuteRsp: HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4841
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSASDiagExecuteRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4846
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4849
SA_DBG1(("mpiSASDiagExecuteRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4889
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4891
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4892
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4893
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
4941
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5006
tag = GenEventData.inbIOMBpayload[1];
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5044
SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5046
SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5050
if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs)
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5057
SA_DBG1(("mpiGeneralEventRsp:OpCode found 0x%x htag 0x%x\n",OpCode, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5059
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5061
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5065
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5066
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5067
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5107
SA_DBG1(("mpiGeneralEventRsp:OpCode found 0x%x htag 0x%x\n",OpCode, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5109
tag = GenEventData.inbIOMBpayload[1];
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5111
SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5113
SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5116
if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs)
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5123
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5131
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5132
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5133
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5160
SA_DBG1(("mpiGeneralEventRsp:OpCode Not found 0x%x htag 0x%x\n",OpCode, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5164
tag = GenEventData.inbIOMBpayload[1];
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5166
SA_ASSERT((tag < AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5168
SA_ASSERT((saRoot->IOMap[ tag < (AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs) ? tag : 0 ].Tag != MARK_OFF),
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5172
if (tag > AGSA_MAX_VALID_PORTS * saRoot->swConfig.maxActiveIOs)
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5179
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5181
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5189
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5190
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5191
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5221
SA_DBG1(("mpiGeneralEventRsp: OPC_INB_KEK_MANAGEMENT 0x%x htag 0x%x flags 0x%x\n",OpCode, tag, flags));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5591
bit32 tag, timeStampLower, timeStampUpper;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5595
SA_DBG3(("mpiGetTimeStampRsp: HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5597
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetTimeStampRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5601
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5604
SA_DBG1(("mpiGetTimeStampRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5609
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5611
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5612
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5613
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5663
bit32 tag, status;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5667
SA_DBG2(("mpiSASHwEventAckRsp: Htag=0x%x %p\n", pIomb->tag,pIomb));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5669
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSASHwEventAckRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5672
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5675
SA_DBG1(("mpiSASHwEventAckRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x Status=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5680
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5682
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5683
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5684
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5687
SA_DBG1(("mpiSASHwEventAckRsp: status 0x%x Htag=0x%x HwAckType=0x%x\n",status,pIomb->tag,pRequest->HwAckType ));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5707
SA_DBG1(("mpiSASHwEventAckRsp:pPort->status 0x%x Htag=0x%x %p\n",pPort->status, pIomb->tag,pIomb));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5712
SA_DBG1(("mpiSASHwEventAckRsp: pPort is NULL, no portId, HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5757
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5766
SA_DBG2(("mpiPortControlRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5768
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaPortControlRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5774
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5777
SA_DBG1(("mpiPortControlRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x Status=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5782
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5784
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5785
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5786
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5893
bit32 tag, scp, status;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5897
SA_DBG3(("mpiSMPAbortRsp: HTag=0x%x Status=0x%x\n", pIomb->tag, pIomb->status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5899
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSMPAbortRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5904
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5908
SA_DBG1(("mpiSMPAbortRsp: pRequest is NULL, HTag=0x%x Status=0x%x\n", pIomb->tag, pIomb->status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5919
SA_DBG3(("mpiSMPAbortRsp: request abort is valid Htag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5922
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5923
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5924
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
5928
SA_DBG1(("mpiSMPAbortRsp: ************************************************* Valid for Expander only tag 0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6091
bit32 tag, status, deviceState, deviceId;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6095
SA_DBG1(("mpiSetDeviceStateRsp: HTag=0x%x, deviceId=0x%x\n", pIomb->tag, pIomb->deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6097
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetDeviceStateRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6102
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6105
SA_DBG1(("mpiSetDeviceStateRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6110
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6112
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6113
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6114
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6125
SA_DBG1(("mpiSetDeviceStateRsp: DeviceHandle is NULL!!! deviceId=0x%x TAG=0x%x STATUS=0x%x \n", deviceId, tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6209
bit32 tag, status, deviceId, deviceState;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6213
SA_DBG1(("mpiGetDeviceStateRsp: HTag=0x%x, deviceId=0x%x\n", pIomb->tag, pIomb->deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6215
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDeviceStateRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6220
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6223
SA_DBG1(("mpiGetDeviceStateRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6228
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6230
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6231
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6232
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6327
bit32 tag, status, setFlags, MaxPorts;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6332
SA_DBG1(("mpiSasReInitializeRsp: HTag=0x%x, status=0x%x\n", pIomb->tag, pIomb->status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6334
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSasReInitializeRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6342
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6345
SA_DBG1(("mpiSasReInitializeRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6350
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6352
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6353
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6354
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6407
bit32 i, tag, resultFunctionFrameType;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6412
SA_DBG3(("mpiSGpioRsp: HTAG=0x%x\n", pInIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6414
OSSA_READ_LE_32(AGROOT, &tag, pInIomb, OSSA_OFFSET_OF(agsaSGpioRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6430
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6433
SA_DBG1(("mpiSGpioRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x STATUS=0x%x\n", tag, SgpioResponse.functionResult));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6439
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6472
bit32 tag, Status, Command;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6487
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaPCIeDiagExecuteRsp_t,tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6497
SA_DBG3(("mpiPCIeDiagExecuteRsp: HTAG=0x%x\n",tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6501
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsa_SPC_PCIeDiagExecuteRsp_t,tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6504
SA_DBG3(("mpiPCIeDiagExecuteRsp: SPC HTAG=0x%x\n",tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6510
SA_DBG3(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_SUCCESS TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6513
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_IO_INVALID_LENGTH TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6516
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INVALID_COMMAND TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6519
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INTERNAL_FAILURE TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6522
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INVALID_CMD_TYPE TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6525
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INVALID_CMD_DESC TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6528
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_IO_XFR_ERROR_DIF_REFERENCE_TAG_MISMATCH TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6531
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_IO_XFR_ERROR_DIF_CRC_MISMATCH TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6534
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INVALID_PCIE_ADDR TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6537
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_INVALID_BLOCK_SIZE TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6540
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_LENGTH_NOT_BLOCK_SIZE_ALIGNED TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6543
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_IO_XFR_ERROR_DIF_MISMATCH TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6546
SA_DBG1(("mpiPCIeDiagExecuteRsp: OSSA_PCIE_DIAG_IO_XFR_ERROR_DIF_APPLICATION_TAG_MISMATCH TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6549
SA_DBG1(("mpiPCIeDiagExecuteRsp: UNKNOWN status TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6553
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6556
SA_DBG1(("mpiPCIeDiagExecuteRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x STATUS=0x%x\n", tag, Status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6561
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6563
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6564
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6565
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6612
bit32 tag = 0, status = 0, In_Ln = 0, MCNT = 0, NBT = 0;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6623
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetDDEFDataRsp_t,tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6637
SA_DBG3(("mpiGetDFEDataRsp: OSSA_DFE_MPI_IO_SUCCESS TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6640
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_DATA_OVERFLOW TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6643
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_MPI_ERR_RESOURCE_UNAVAILABLE TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6646
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_CHANNEL_DOWN TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6649
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_MEASUREMENT_IN_PROGRESS TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6652
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_CHANNEL_INVALID TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6655
SA_DBG1(("mpiGetDFEDataRsp: OSSA_DFE_DMA_FAILURE TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6658
SA_DBG1(("mpiGetDFEDataRsp: UNKNOWN status TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6663
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6666
SA_DBG1(("mpiGetDFEDataRsp: Bad Response IOMB!!! pRequest is NULL.TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6671
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6673
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6674
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6675
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6722
bit32 status, errorQualifierPage, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6728
SA_DBG1(("mpiSetControllerConfigRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6730
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetControllerConfigRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6735
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6738
SA_DBG1(("mpiSetControllerConfigRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6746
agMode.context = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6753
tag, pagetype,status, errorQualifier));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6757
SA_DBG1(("mpiSetControllerConfigRsp: tag 0x%x pagetype 0x%x status 0x%x\n", tag, pagetype,status ));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
683
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6866
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6867
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6868
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
687
SA_DBG3(("mpiEchoRsp: HTAG=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
690
OSSA_READ_LE_32(agRoot, &tag, pIomb, OSSA_OFFSET_OF(agsaEchoRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6911
bit32 status, errorQualifier, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
692
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6920
SA_DBG2(("mpiGetControllerConfigRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6922
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetControllerConfigRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6933
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6936
SA_DBG1(("mpiGetControllerConfigRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
695
SA_DBG1(("mpiEchoRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
6998
agMode.context = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
700
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7004
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7005
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7006
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7049
bit32 status, errorQualifier, tag, flags;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
705
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7052
SA_DBG1(("mpiKekManagementRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7054
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaKekManagementRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
706
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
707
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7134
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7137
SA_DBG1(("mpiKekManagementRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7142
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7144
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7145
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7146
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7192
bit32 flags, status, errorQualifier, tag, dekIndex;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7196
SA_DBG1(("mpiDekManagementRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7198
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaDekManagementRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7204
SA_DBG2(("mpiDekManagementRsp:tag =0x%x\n",tag ));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7232
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7235
SA_DBG1(("mpiDekManagementRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7240
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7242
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7243
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7244
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7291
bit32 OPRIDX_AUTIDX_R_OMO,status, errorQualifier, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7295
SA_DBG1(("mpiOperatorManagementRsp: HTag=0x%x\n", pIomb->tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7297
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaOperatorMangmenRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7302
SA_DBG2(("mpiOperatorManagementRsp:tag =0x%x\n",tag ));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7308
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7311
SA_DBG1(("mpiOperatorManagementRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7316
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7318
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7319
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7320
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7368
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7372
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaEncryptBistRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7388
SA_DBG1(("mpiBistRsp: HTag=0x%x subops =0x%x status =0x%x\n",pIomb->tag, subop, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7415
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7418
SA_DBG1(("mpiBistRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7423
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7428
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7429
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7430
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7474
bit32 ERR_QLFR_OPRIDX_PIN_ACS, OPRIDX_PIN_ACS, status, errorQualifier, tag = 0;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7478
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaSetOperatorRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7485
SA_DBG1(("mpiSetOperatorRsp: HTag=0x%x ERR_QLFR=0x%x OPRIDX_PIN_ACS=0x%x \n",tag, errorQualifier, OPRIDX_PIN_ACS));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7488
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7491
SA_DBG1(("mpiSetOperatorRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7496
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7498
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7499
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7500
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
752
bit32 DlenStatus, tag, iRTdaBnDpsAsNvm;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7547
bit32 Num_Option, NumOperators ,status, tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7556
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetOperatorRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
756
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetNVMDataRsp_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7569
tag, status, Num_Option, IDstr[0]));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7572
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7575
SA_DBG1(("mpiGetOperatorRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7580
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7582
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7583
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7584
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
761
SA_DBG1(("mpiGetNVMDataRsp: HTAG=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
764
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7644
bit32 tag = 0; /* 1 */
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7663
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaGetVHistCapRsp_t,tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7681
SA_DBG3(("mpiGetVHistRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7684
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7687
SA_DBG1(("mpiGetVHistRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7692
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7695
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7696
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7697
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
772
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7773
bit32 tag, status;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7778
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaDifEncOffloadRspV_t, tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7781
SA_DBG3(("mpiDifEncOffloadRsp: HTag=0x%x\n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7784
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7787
SA_DBG1(("mpiDifEncOffloadRsp: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x STATUS=0x%x\n", tag, status));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7792
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7795
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7796
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
7797
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
82
bit32 tag = 0;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
855
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
856
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
857
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
904
bit32 tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
917
OSSA_READ_LE_32(AGROOT, &tag, pIomb, OSSA_OFFSET_OF(agsaHWEvent_Phy_OUB_t, tag)) ;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
920
pRequest = (agsaIORequestDesc_t*)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
921
agContext = saRoot->IOMap[tag].agContext;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
923
saRoot->IOMap[tag].Tag = MARK_OFF;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
924
saRoot->IOMap[tag].IORequest = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
925
saRoot->IOMap[tag].agContext = agNULL;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
928
SA_DBG1(("mpiPhyStartEvent: Bad Response IOMB!!! pRequest is NULL. TAG=0x%x \n", tag));
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
96
tag = pIomb->sspComplCxt[count].tag;
sys/dev/pms/RefTisa/sallsdk/spc/sampirsp.c
98
pRequest = (agsaIORequestDesc_t *)saRoot->IOMap[tag].IORequest;
sys/dev/pms/RefTisa/sallsdk/spc/saphy.c
1159
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSASHwEventAckCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saport.c
1191
agControllerConfig.tag = 0; /*HTAG */
sys/dev/pms/RefTisa/sallsdk/spc/saport.c
499
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaPortControlCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/saport.c
746
pagControllerConfig->tag =0;
sys/dev/pms/RefTisa/sallsdk/spc/saport.c
749
pagControllerConfig->tag,
sys/dev/pms/RefTisa/sallsdk/spc/saport.c
778
pagControllerConfig->tag,
sys/dev/pms/RefTisa/sallsdk/spc/saproto.h
313
bit32 tag
sys/dev/pms/RefTisa/sallsdk/spc/saproto.h
624
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/saproto.h
633
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/saproto.h
668
bit32 tag,
sys/dev/pms/RefTisa/sallsdk/spc/sasata.c
304
OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasata.c
322
OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasata.c
778
OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSATAAbortCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasata.c
821
SA_DBG1(("saSATAAbort, HTag 0x%x HTagABT 0x%x deviceId 0x%x\n", payload->tag, payload->HTagAbort, payload->deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c
266
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c
381
OSSA_WRITE_LE_32(agRoot, &vpayload, OSSA_OFFSET_OF(agsaSMPCmd_V_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c
646
OSSA_WRITE_LE_32(agRoot, &payload, OSSA_OFFSET_OF(agsaSMPAbortCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sasmp.c
686
SA_DBG1(("saSMPAbort, HTag 0x%x HTagABT 0x%x deviceId 0x%x\n", payload.tag, payload.HTagAbort, payload.deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1273
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPIniExtIOStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1363
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPIniTMStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1387
pPayload->tag, pPayload->TMfunction, pPayload->relatedTag, pPayload->deviceId));
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1410
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPTgtIOStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1616
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPTgtRspStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1921
OSSA_WRITE_LE_32(agRoot, payload, OSSA_OFFSET_OF(agsaSSPAbortCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
1951
SA_DBG1(("saSSPAbort: HTag 0x%x HTagABT 0x%x deviceId 0x%x flag 0x%x\n", payload->tag, payload->HTagAbort, payload->deviceId,flag));
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
370
offsetTag = OSSA_OFFSET_OF(agsaSSPIniIOStartCmd_t, tag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
427
offsetTag = OSSA_OFFSET_OF(agsaSSPIniExtIOStartCmd_t, tag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
857
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPCompletionRsp_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/sassp.c
867
OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaSSPIniIOStartCmd_t, tag), pRequest->HTag);
sys/dev/pms/RefTisa/sallsdk/spc/satimer.c
138
payload.tag = 0xF0;
sys/dev/pms/RefTisa/sat/src/smproto.h
242
bit8 tag
sys/dev/pms/RefTisa/sat/src/smsat.c
20189
bit8 tag
sys/dev/pms/RefTisa/sat/src/smsat.c
20194
if ( tag < pSatDevData->satNCQMaxIO )
sys/dev/pms/RefTisa/sat/src/smsat.c
20197
smsatBitClear(smRoot, (bit8 *)&pSatDevData->freeSATAFDMATagBitmap, (bit32)tag);
sys/dev/pms/RefTisa/sat/src/smsat.c
20204
SM_DBG1(("smsatTagRelease: tag %d >= satNCQMaxIO %d!!!!\n", tag, pSatDevData->satNCQMaxIO));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdinit.c
638
ttdsaXchg->tag = 0xFFFF;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdinit.c
709
ttdsaXchg->tag = 0xFFFF;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
1396
TI_DBG1(("ttdsaIOCompleted: TM initiator tag 0x%x\n", ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
1549
if (tmp_ttdsaXchg->tag == agTMIU->tagOfTaskToBeManaged)
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
1551
TI_DBG1(("ttdsaTMProcess: tag 0x%x\n",tmp_ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
202
ttdsaXchg->tag = (bit16)agInitiatorTag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
204
= ttdsaXchg->tag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
206
= ttdsaXchg->tag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
2151
agSSPTargetResp->agTag = ttdsaXchg->tag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
525
agSSPTargetReq->agTag = ttdsaXchg->tag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
603
TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
622
TI_DBG4(("tiTGTIOStart: initiator tag 0x%x\n", ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
773
TI_DBG4(("ttdsaSendResp: initiator tag 0x%x\n", ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
776
agSSPTargetResp->agTag = ttdsaXchg->tag;
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdio.c
881
TI_DBG6(("ttdsaIOCompleted: command initiator tag 0x%x\n", ttdsaXchg->tag));
sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ttdtxchg.h
90
bit16 tag;
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
20044
bit8 tag
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
20050
if ( tag < pSatDevData->satNCQMaxIO )
sys/dev/pms/RefTisa/tisa/sassata/sata/host/sat.c
20052
satBitClear( (bit8 *)&pSatDevData->freeSATAFDMATagBitmap, (bit32)tag);
sys/dev/pms/RefTisa/tisa/sassata/sata/host/satproto.h
2731
bit8 tag
sys/dev/proto/proto_busdma.c
100
tag->align = ioc->u.tag.align;
sys/dev/proto/proto_busdma.c
101
tag->bndry = ioc->u.tag.bndry;
sys/dev/proto/proto_busdma.c
102
tag->maxaddr = ioc->u.tag.maxaddr;
sys/dev/proto/proto_busdma.c
103
tag->maxsz = ioc->u.tag.maxsz;
sys/dev/proto/proto_busdma.c
104
tag->maxsegsz = ioc->u.tag.maxsegsz;
sys/dev/proto/proto_busdma.c
105
tag->nsegs = ioc->u.tag.nsegs;
sys/dev/proto/proto_busdma.c
106
tag->datarate = ioc->u.tag.datarate;
sys/dev/proto/proto_busdma.c
108
LIST_INSERT_HEAD(&busdma->tags, tag, tags);
sys/dev/proto/proto_busdma.c
109
ioc->result = (uintptr_t)(void *)tag;
sys/dev/proto/proto_busdma.c
114
proto_busdma_tag_destroy(struct proto_busdma *busdma, struct proto_tag *tag)
sys/dev/proto/proto_busdma.c
117
if (!LIST_EMPTY(&tag->mds))
sys/dev/proto/proto_busdma.c
119
if (!LIST_EMPTY(&tag->children))
sys/dev/proto/proto_busdma.c
122
if (tag->parent != NULL) {
sys/dev/proto/proto_busdma.c
123
LIST_REMOVE(tag, peers);
sys/dev/proto/proto_busdma.c
124
tag->parent = NULL;
sys/dev/proto/proto_busdma.c
126
LIST_REMOVE(tag, tags);
sys/dev/proto/proto_busdma.c
127
free(tag, M_PROTO_BUSDMA);
sys/dev/proto/proto_busdma.c
134
struct proto_tag *tag;
sys/dev/proto/proto_busdma.c
136
LIST_FOREACH(tag, &busdma->tags, tags) {
sys/dev/proto/proto_busdma.c
137
if ((void *)tag == (void *)key)
sys/dev/proto/proto_busdma.c
138
return (tag);
sys/dev/proto/proto_busdma.c
172
proto_busdma_mem_alloc(struct proto_busdma *busdma, struct proto_tag *tag,
sys/dev/proto/proto_busdma.c
180
md->tag = tag;
sys/dev/proto/proto_busdma.c
182
error = bus_dma_tag_create(busdma->bd_roottag, tag->align, tag->bndry,
sys/dev/proto/proto_busdma.c
183
tag->maxaddr, BUS_SPACE_MAXADDR, NULL, NULL, tag->maxsz,
sys/dev/proto/proto_busdma.c
184
tag->nsegs, tag->maxsegsz, 0, NULL, NULL, &md->bd_tag);
sys/dev/proto/proto_busdma.c
200
tag->maxsz, proto_busdma_mem_alloc_callback, &pcb, BUS_DMA_NOWAIT);
sys/dev/proto/proto_busdma.c
207
LIST_INSERT_HEAD(&tag->mds, md, peers);
sys/dev/proto/proto_busdma.c
210
ioc->u.md.virt_size = tag->maxsz;
sys/dev/proto/proto_busdma.c
227
proto_busdma_md_create(struct proto_busdma *busdma, struct proto_tag *tag,
sys/dev/proto/proto_busdma.c
234
md->tag = tag;
sys/dev/proto/proto_busdma.c
236
error = bus_dma_tag_create(busdma->bd_roottag, tag->align, tag->bndry,
sys/dev/proto/proto_busdma.c
237
tag->maxaddr, BUS_SPACE_MAXADDR, NULL, NULL, tag->maxsz,
sys/dev/proto/proto_busdma.c
238
tag->nsegs, tag->maxsegsz, 0, NULL, NULL, &md->bd_tag);
sys/dev/proto/proto_busdma.c
250
LIST_INSERT_HEAD(&tag->mds, md, peers);
sys/dev/proto/proto_busdma.c
374
struct proto_tag *tag, *tag1;
sys/dev/proto/proto_busdma.c
379
LIST_FOREACH_SAFE(tag, &busdma->tags, tags, tag1)
sys/dev/proto/proto_busdma.c
380
proto_busdma_tag_destroy(busdma, tag);
sys/dev/proto/proto_busdma.c
389
struct proto_tag *tag;
sys/dev/proto/proto_busdma.c
402
tag = proto_busdma_tag_lookup(busdma, ioc->key);
sys/dev/proto/proto_busdma.c
403
if (tag == NULL) {
sys/dev/proto/proto_busdma.c
407
error = proto_busdma_tag_create(busdma, tag, ioc);
sys/dev/proto/proto_busdma.c
410
tag = proto_busdma_tag_lookup(busdma, ioc->key);
sys/dev/proto/proto_busdma.c
411
if (tag == NULL) {
sys/dev/proto/proto_busdma.c
415
error = proto_busdma_tag_destroy(busdma, tag);
sys/dev/proto/proto_busdma.c
418
tag = proto_busdma_tag_lookup(busdma, ioc->u.md.tag);
sys/dev/proto/proto_busdma.c
419
if (tag == NULL) {
sys/dev/proto/proto_busdma.c
423
error = proto_busdma_mem_alloc(busdma, tag, ioc);
sys/dev/proto/proto_busdma.c
434
tag = proto_busdma_tag_lookup(busdma, ioc->u.md.tag);
sys/dev/proto/proto_busdma.c
435
if (tag == NULL) {
sys/dev/proto/proto_busdma.c
439
error = proto_busdma_md_create(busdma, tag, ioc);
sys/dev/proto/proto_busdma.c
494
physaddr <= trunc_page(md->physaddr + md->tag->maxsz)) {
sys/dev/proto/proto_busdma.c
65
struct proto_tag *tag;
sys/dev/proto/proto_busdma.c
68
if (ioc->u.tag.bndry != 0 &&
sys/dev/proto/proto_busdma.c
69
(ioc->u.tag.bndry & (ioc->u.tag.bndry - 1)) != 0)
sys/dev/proto/proto_busdma.c
77
if (ioc->u.tag.maxsegsz > ioc->u.tag.maxsz || ioc->u.tag.nsegs == 1)
sys/dev/proto/proto_busdma.c
78
ioc->u.tag.maxsegsz = ioc->u.tag.maxsz;
sys/dev/proto/proto_busdma.c
80
tag = malloc(sizeof(*tag), M_PROTO_BUSDMA, M_WAITOK | M_ZERO);
sys/dev/proto/proto_busdma.c
82
tag->parent = parent;
sys/dev/proto/proto_busdma.c
83
LIST_INSERT_HEAD(&parent->children, tag, peers);
sys/dev/proto/proto_busdma.c
84
tag->align = MAX(ioc->u.tag.align, parent->align);
sys/dev/proto/proto_busdma.c
85
tag->bndry = BNDRY_MIN(ioc->u.tag.bndry, parent->bndry);
sys/dev/proto/proto_busdma.c
86
tag->maxaddr = MIN(ioc->u.tag.maxaddr, parent->maxaddr);
sys/dev/proto/proto_busdma.c
87
tag->maxsz = MIN(ioc->u.tag.maxsz, parent->maxsz);
sys/dev/proto/proto_busdma.c
88
tag->maxsegsz = MIN(ioc->u.tag.maxsegsz, parent->maxsegsz);
sys/dev/proto/proto_busdma.c
89
tag->nsegs = MIN(ioc->u.tag.nsegs, parent->nsegs);
sys/dev/proto/proto_busdma.c
90
tag->datarate = MIN(ioc->u.tag.datarate, parent->datarate);
sys/dev/proto/proto_busdma.c
92
ioc->u.tag.align = tag->align;
sys/dev/proto/proto_busdma.c
93
ioc->u.tag.bndry = tag->bndry;
sys/dev/proto/proto_busdma.c
94
ioc->u.tag.maxaddr = tag->maxaddr;
sys/dev/proto/proto_busdma.c
95
ioc->u.tag.maxsz = tag->maxsz;
sys/dev/proto/proto_busdma.c
96
ioc->u.tag.maxsegsz = tag->maxsegsz;
sys/dev/proto/proto_busdma.c
97
ioc->u.tag.nsegs = tag->nsegs;
sys/dev/proto/proto_busdma.c
98
ioc->u.tag.datarate = tag->datarate;
sys/dev/proto/proto_busdma.h
50
struct proto_tag *tag;
sys/dev/proto/proto_dev.h
64
} tag;
sys/dev/proto/proto_dev.h
66
unsigned long tag;
sys/dev/qlnx/qlnxr/qlnxr_cm.c
527
udh->vlan.tag = htons(vlan_id);
sys/dev/qlxgb/qla_hw.h
626
uint16_t tag;
sys/dev/safe/safe.c
1805
safe_dump_dmastatus(struct safe_softc *sc, const char *tag)
sys/dev/safe/safe.c
1808
, tag
sys/dev/safe/safe.c
1817
safe_dump_intrstate(struct safe_softc *sc, const char *tag)
sys/dev/safe/safe.c
1820
, tag
sys/dev/safe/safe.c
1830
safe_dump_ringstate(struct safe_softc *sc, const char *tag)
sys/dev/safe/safe.c
1836
tag,
sys/dev/safe/safe.c
1843
safe_dump_request(struct safe_softc *sc, const char* tag, struct safe_ringentry *re)
sys/dev/safe/safe.c
1849
, tag
sys/dev/safe/safe.c
1930
safe_dump_ring(struct safe_softc *sc, const char *tag)
sys/dev/safe/safe.c
1934
safe_dump_intrstate(sc, tag);
sys/dev/safe/safe.c
1935
safe_dump_dmastatus(sc, tag);
sys/dev/safe/safe.c
1936
safe_dump_ringstate(sc, tag);
sys/dev/safe/safe.c
1940
safe_dump_request(sc, tag, re);
sys/dev/safexcel/safexcel.c
187
bus_dmamap_sync(ring->rdr.dma.tag, ring->rdr.dma.map,
sys/dev/safexcel/safexcel.c
189
bus_dmamap_sync(ring->cdr.dma.tag, ring->cdr.dma.map,
sys/dev/safexcel/safexcel.c
191
bus_dmamap_sync(ring->dma_atok.tag, ring->dma_atok.map,
sys/dev/safexcel/safexcel.c
198
bus_dmamap_sync(req->ctx.tag, req->ctx.map,
sys/dev/safexcel/safexcel.c
2572
bus_dmamap_sync(req->ctx.tag, req->ctx.map,
sys/dev/safexcel/safexcel.c
2574
bus_dmamap_sync(ring->cdr.dma.tag, ring->cdr.dma.map,
sys/dev/safexcel/safexcel.c
2576
bus_dmamap_sync(ring->dma_atok.tag, ring->dma_atok.map,
sys/dev/safexcel/safexcel.c
2578
bus_dmamap_sync(ring->rdr.dma.tag, ring->rdr.dma.map,
sys/dev/safexcel/safexcel.c
845
&sdm->tag); /* dmat */
sys/dev/safexcel/safexcel.c
852
error = bus_dmamem_alloc(sdm->tag, (void **)&sdm->vaddr,
sys/dev/safexcel/safexcel.c
860
error = bus_dmamap_load(sdm->tag, sdm->map, sdm->vaddr, size,
sys/dev/safexcel/safexcel.c
870
bus_dmamem_free(sdm->tag, sdm->vaddr, sdm->map);
sys/dev/safexcel/safexcel.c
872
bus_dma_tag_destroy(sdm->tag);
sys/dev/safexcel/safexcel.c
882
bus_dmamap_unload(sdm->tag, sdm->map);
sys/dev/safexcel/safexcel.c
883
bus_dmamem_free(sdm->tag, sdm->vaddr, sdm->map);
sys/dev/safexcel/safexcel.c
884
bus_dma_tag_destroy(sdm->tag);
sys/dev/safexcel/safexcel_var.h
318
bus_dma_tag_t tag;
sys/dev/sfxge/common/ef10_image.c
156
__in uint8_t tag)
sys/dev/sfxge/common/ef10_image.c
165
if (ASN1_TAG_IS_PRIM(tag)) {
sys/dev/sfxge/common/ef10_image.c
170
rc = efx_asn1_parse_header_match_tag(cursor, tag);
sys/dev/sfxge/common/ef10_image.c
199
__in uint8_t tag,
sys/dev/sfxge/common/ef10_image.c
209
rc = efx_asn1_parse_header_match_tag(cursor, tag);
sys/dev/sfxge/common/ef10_image.c
245
__in uint8_t tag)
sys/dev/sfxge/common/ef10_image.c
254
rc = efx_asn1_parse_header_match_tag(cursor, tag);
sys/dev/sfxge/common/ef10_image.c
276
__in uint8_t tag,
sys/dev/sfxge/common/ef10_image.c
287
rc = efx_asn1_parse_header_match_tag(cursor, tag);
sys/dev/sfxge/common/ef10_image.c
54
#define ASN1_TAG_IS_PRIM(tag) ((tag & 0x20) == 0)
sys/dev/sfxge/common/ef10_image.c
63
uint8_t tag;
sys/dev/sfxge/common/ef10_image.c
72
__in uint8_t tag)
sys/dev/sfxge/common/ef10_image.c
81
cursor->tag = cursor->buffer[0];
sys/dev/sfxge/common/ef10_image.c
82
if (cursor->tag != tag) {
sys/dev/sfxge/common/ef10_image.c
88
if ((cursor->tag & 0x1F) == 0x1F) {
sys/dev/sfxge/common/ef10_impl.h
366
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
374
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
383
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
391
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
399
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
577
__in uint32_t tag,
sys/dev/sfxge/common/ef10_impl.h
588
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1011
uint32_t tag;
sys/dev/sfxge/common/ef10_nvram.c
1018
tag = tlv_tag(&cursor);
sys/dev/sfxge/common/ef10_nvram.c
1019
*tagp = tag;
sys/dev/sfxge/common/ef10_nvram.c
1020
if (tag == TLV_TAG_END) {
sys/dev/sfxge/common/ef10_nvram.c
1025
*lengthp = sizeof (tag);
sys/dev/sfxge/common/ef10_nvram.c
1026
*value_offsetp = sizeof (tag);
sys/dev/sfxge/common/ef10_nvram.c
1096
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1109
rc = tlv_insert(&cursor, tag, (uint8_t *)valuep, length);
sys/dev/sfxge/common/ef10_nvram.c
1133
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1146
rc = tlv_modify(&cursor, tag, (uint8_t *)valuep, length);
sys/dev/sfxge/common/ef10_nvram.c
1370
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1393
if ((rc = tlv_find(&cursor, tag)) != 0) {
sys/dev/sfxge/common/ef10_nvram.c
1434
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1484
tag, &data, &length)) != 0)
sys/dev/sfxge/common/ef10_nvram.c
1646
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1672
if ((rc = tlv_find(&cursor, tag)) == 0) {
sys/dev/sfxge/common/ef10_nvram.c
1674
if ((rc = tlv_modify(&cursor, tag,
sys/dev/sfxge/common/ef10_nvram.c
1684
if ((rc = tlv_insert(&cursor, tag,
sys/dev/sfxge/common/ef10_nvram.c
1747
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1751
return ef10_nvram_partn_write_segment_tlv(enp, partn, tag, data,
sys/dev/sfxge/common/ef10_nvram.c
1763
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1800
*dest_remain_lenp, tag, data, size,
sys/dev/sfxge/common/ef10_nvram.c
1855
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
1893
rc = ef10_nvram_segment_write_tlv(enp, partn, tag, data, size,
sys/dev/sfxge/common/ef10_nvram.c
196
__in uint32_t tag)
sys/dev/sfxge/common/ef10_nvram.c
202
if (tlv_tag(cursor) == tag)
sys/dev/sfxge/common/ef10_nvram.c
376
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
385
*ptr++ = __CPU_TO_LE_32(tag);
sys/dev/sfxge/common/ef10_nvram.c
401
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
416
if (tag == TLV_TAG_END) {
sys/dev/sfxge/common/ef10_nvram.c
437
tlv_write(cursor, tag, data, size);
sys/dev/sfxge/common/ef10_nvram.c
499
__in uint32_t tag,
sys/dev/sfxge/common/ef10_nvram.c
518
if (tlv_tag(cursor) != tag) {
sys/dev/sfxge/common/ef10_nvram.c
566
tlv_write(cursor, tag, data, size);
sys/dev/sfxge/common/ef10_nvram.c
626
if (__LE_TO_CPU_32(header->tag) != TLV_TAG_PARTITION_HEADER) {
sys/dev/sfxge/common/ef10_nvram.c
79
uint32_t dword, tag;
sys/dev/sfxge/common/ef10_nvram.c
803
header.tag = __CPU_TO_LE_32(TLV_TAG_PARTITION_HEADER);
sys/dev/sfxge/common/ef10_nvram.c
816
trailer.tag = __CPU_TO_LE_32(TLV_TAG_PARTITION_TRAILER);
sys/dev/sfxge/common/ef10_nvram.c
82
tag = __LE_TO_CPU_32(dword);
sys/dev/sfxge/common/ef10_nvram.c
84
return (tag);
sys/dev/sfxge/common/ef10_nvram.c
974
uint32_t tag;
sys/dev/sfxge/common/ef10_nvram.c
982
tag = tlv_tag(&cursor);
sys/dev/sfxge/common/ef10_nvram.c
983
if (tag == TLV_TAG_PARTITION_HEADER ||
sys/dev/sfxge/common/ef10_nvram.c
984
tag == TLV_TAG_PARTITION_TRAILER) {
sys/dev/sfxge/common/ef10_tlv_layout.h
1008
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
117
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
138
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
154
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
171
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
188
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
207
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
215
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
231
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
239
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
255
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
267
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
290
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
306
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
319
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
337
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
358
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
389
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
408
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
438
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
457
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
468
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
488
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
502
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
511
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
527
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
559
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
622
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
639
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
650
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
665
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
673
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
681
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
692
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
703
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
714
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
744
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
756
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
779
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
797
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
815
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
826
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
840
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
854
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
875
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
899
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
919
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
936
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
954
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
967
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
979
uint32_t tag;
sys/dev/sfxge/common/ef10_tlv_layout.h
993
uint32_t tag;
sys/dev/sfxge/common/ef10_vpd.c
140
uint32_t tag;
sys/dev/sfxge/common/ef10_vpd.c
148
tag = TLV_TAG_GLOBAL_DYNAMIC_VPD;
sys/dev/sfxge/common/ef10_vpd.c
151
tag = TLV_TAG_PF_DYNAMIC_VPD(pci_pf);
sys/dev/sfxge/common/ef10_vpd.c
156
tag, &dvpd, &dvpd_size)) != 0)
sys/dev/sfxge/common/ef10_vpd.c
419
uint32_t tag;
sys/dev/sfxge/common/ef10_vpd.c
427
tag = TLV_TAG_GLOBAL_DYNAMIC_VPD;
sys/dev/sfxge/common/ef10_vpd.c
430
tag = TLV_TAG_PF_DYNAMIC_VPD(pci_pf);
sys/dev/sfxge/common/ef10_vpd.c
440
tag, data, vpd_length, B_TRUE)) != 0) {
sys/dev/sfxge/common/ef10_vpd.c
48
uint32_t tag;
sys/dev/sfxge/common/ef10_vpd.c
57
tag = TLV_TAG_GLOBAL_STATIC_VPD;
sys/dev/sfxge/common/ef10_vpd.c
60
tag = TLV_TAG_PF_STATIC_VPD(pci_pf);
sys/dev/sfxge/common/ef10_vpd.c
72
tag, &svpd, &svpd_size);
sys/dev/sfxge/common/efsys.h
145
sfxge_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/sfxge/common/efsys.h
154
bus_dmamap_load_mbuf_sg(tag, map, m, seg, &nsegstmp, 0);
sys/dev/sfxge/common/efx_bootcfg.c
188
uint8_t tag;
sys/dev/sfxge/common/efx_bootcfg.c
192
tag = data[offset];
sys/dev/sfxge/common/efx_bootcfg.c
193
if (tag == EFX_DHCP_END) {
sys/dev/sfxge/common/efx_bootcfg.c
198
if (tag == EFX_DHCP_PAD) {
sys/dev/sfxge/common/efx_bootcfg.c
493
hdrp->tag = DHCP_ENCAPSULATED(opt);
sys/dev/sfxge/common/efx_bootcfg.c
59
uint8_t tag;
sys/dev/sfxge/common/efx_bootcfg.c
726
EFSYS_ASSERT(hdrp->tag == DHCP_ENCAPSULATED(opt));
sys/dev/sfxge/common/efx_impl.h
1231
__in efx_vpd_tag_t tag,
sys/dev/sfxge/common/efx_lic.c
1151
uint32_t tag;
sys/dev/sfxge/common/efx_lic.c
1156
offset, length, &tag, keyp, key_max_size, lengthp);
sys/dev/sfxge/common/efx_vpd.c
436
__in_bcount(size) caddr_t tag,
sys/dev/sfxge/common/efx_vpd.c
451
keyword = EFX_VPD_KEYWORD(tag[pos], tag[pos + 1]);
sys/dev/sfxge/common/efx_vpd.c
452
length = tag[pos + 2];
sys/dev/sfxge/common/efx_vpd.c
478
efx_vpd_tag_t tag;
sys/dev/sfxge/common/efx_vpd.c
487
&tag, &taglen)) != 0)
sys/dev/sfxge/common/efx_vpd.c
490
if (tag == EFX_VPD_END)
sys/dev/sfxge/common/efx_vpd.c
510
efx_vpd_tag_t tag;
sys/dev/sfxge/common/efx_vpd.c
529
&tag, &taglen)) != 0)
sys/dev/sfxge/common/efx_vpd.c
531
if (tag == EFX_VPD_END)
sys/dev/sfxge/common/efx_vpd.c
533
else if (tag == EFX_VPD_ID)
sys/dev/sfxge/common/efx_vpd.c
663
efx_vpd_tag_t tag;
sys/dev/sfxge/common/efx_vpd.c
677
&tag, &taglen)) != 0)
sys/dev/sfxge/common/efx_vpd.c
680
if (tag == EFX_VPD_END) {
sys/dev/sfxge/common/efx_vpd.c
687
if (tag == EFX_VPD_ID) {
sys/dev/sfxge/common/efx_vpd.c
714
*tagp = tag;
sys/dev/sfxge/common/efx_vpd.c
736
__in efx_vpd_tag_t tag,
sys/dev/sfxge/common/efx_vpd.c
758
if (itag == tag) {
sys/dev/sfxge/common/efx_vpd.c
801
efx_vpd_tag_t tag;
sys/dev/sfxge/common/efx_vpd.c
850
&tag, &taglen)) != 0)
sys/dev/sfxge/common/efx_vpd.c
852
if (tag == EFX_VPD_END)
sys/dev/sfxge/common/efx_vpd.c
854
else if (tag != evvp->evv_tag) {
sys/dev/sfxge/common/efx_vpd.c
870
if (tag == EFX_VPD_ID) {
sys/dev/sfxge/common/efx_vpd.c
876
EFSYS_ASSERT3U(tag, ==, EFX_VPD_RO);
sys/dev/sfxge/common/efx_vpd.c
929
if (tag != EFX_VPD_ID && evvp->evv_length > 0) {
sys/dev/sfxge/common/efx_vpd.c
958
&tag, &taglen)) != 0)
sys/dev/sfxge/common/efx_vpd.c
960
if (tag == EFX_VPD_END)
sys/dev/sfxge/common/efx_vpd.c
962
if (tag == EFX_VPD_RO) {
sys/dev/sfxge/sfxge.c
330
value.evv_tag = ioc->u.vpd.tag;
sys/dev/sfxge/sfxge.c
344
value.evv_tag = ioc->u.vpd.tag;
sys/dev/sfxge/sfxge.c
949
efx_vpd_tag_t tag, const char *keyword)
sys/dev/sfxge/sfxge.c
955
value.evv_tag = tag;
sys/dev/sfxge/sfxge.c
962
sc, tag << 16 | EFX_VPD_KEYWORD(keyword[0], keyword[1]),
sys/dev/sfxge/sfxge.h
360
extern int sfxge_dma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/sfxge/sfxge_dma.c
101
err = bus_dmamap_load_mbuf_sg(tag, map, *mp, segs, &seg_count, 0);
sys/dev/sfxge/sfxge_dma.c
65
sfxge_dma_map_sg_collapse(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/sfxge/sfxge_dma.c
84
sfxge_map_mbuf_fast(tag, map, m, segs);
sys/dev/sfxge/sfxge_dma.c
95
sfxge_map_mbuf_fast(tag, map, m, psegs);
sys/dev/sfxge/sfxge_ioc.h
98
uint8_t tag;
sys/dev/siis/siis.c
1686
siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag)
sys/dev/siis/siis.c
1725
fis[12] |= tag << 3;
sys/dev/siis/siis.c
75
static int siis_setup_fis(device_t dev, struct siis_cmd *ctp, union ccb *ccb, int tag);
sys/dev/siis/siis.c
981
int tag, tags;
sys/dev/siis/siis.c
989
tag = fls((~ch->oslots) & (0x7fffffff >> (31 - tags))) - 1;
sys/dev/siis/siis.c
991
slot = &ch->slot[tag];
sys/dev/sis/if_sis.c
1185
bus_size_t maxsize, bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map,
sys/dev/sis/if_sis.c
1193
maxsize, 0, NULL, NULL, tag);
sys/dev/sis/if_sis.c
1200
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/sis/if_sis.c
1209
error = bus_dmamap_load(*tag, *map, *ring, maxsize, sis_dmamap_cb,
sys/dev/smartpqi/smartpqi_cam.c
1012
uint32_t tag;
sys/dev/smartpqi/smartpqi_cam.c
1036
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_cam.c
1037
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_cam.c
1038
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_cam.c
1051
pqisrc_put_tag(&softs->taglist, tag);
sys/dev/smartpqi/smartpqi_cam.c
226
pqisrc_put_tag(&rcb->softs->taglist, rcb->tag);
sys/dev/smartpqi/smartpqi_cam.c
297
release_tag = rcb->tag;
sys/dev/smartpqi/smartpqi_cam.c
656
rcb->tag = INVALID_ELEM;
sys/dev/smartpqi/smartpqi_cam.c
776
int tag = 0;
sys/dev/smartpqi/smartpqi_cam.c
781
for (tag = 1; tag <= softs->max_outstanding_io; tag++) {
sys/dev/smartpqi/smartpqi_cam.c
782
rcb_t *prcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_cam.c
803
uint32_t tag;
sys/dev/smartpqi/smartpqi_cam.c
858
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_cam.c
859
if( tag == INVALID_ELEM ) {
sys/dev/smartpqi/smartpqi_cam.c
867
DBG_IO("tag = %u &softs->taglist : %p\n", tag, &softs->taglist);
sys/dev/smartpqi/smartpqi_cam.c
869
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_cam.c
871
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_cam.c
930
uint32_t tag;
sys/dev/smartpqi/smartpqi_cam.c
935
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_cam.c
936
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_cam.c
937
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_cam.c
955
pqisrc_put_tag(&softs->taglist, tag);
sys/dev/smartpqi/smartpqi_cam.c
970
uint32_t tag;
sys/dev/smartpqi/smartpqi_cam.c
975
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_cam.c
976
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_cam.c
977
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_cam.c
995
pqisrc_put_tag(&softs->taglist, tag);
sys/dev/smartpqi/smartpqi_discovery.c
380
os_strlcpy(device_mem->tag, "device_mem", sizeof(device_mem->tag));
sys/dev/smartpqi/smartpqi_discovery.c
412
uint32_t tag = 0;
sys/dev/smartpqi/smartpqi_discovery.c
430
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_discovery.c
431
if (INVALID_ELEM == tag) {
sys/dev/smartpqi/smartpqi_discovery.c
437
((pqisrc_raid_req_t *)request)->request_id = tag;
sys/dev/smartpqi/smartpqi_discovery.c
440
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_discovery.c
445
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_event.c
261
rcb->tag = request->request_id;
sys/dev/smartpqi/smartpqi_event.c
309
rcb->tag = request->request_id;
sys/dev/smartpqi/smartpqi_event.c
395
os_strlcpy(buf_report_event.tag, "pqi_report_event_buf", sizeof(buf_report_event.tag)); ;
sys/dev/smartpqi/smartpqi_event.c
456
os_strlcpy(buf_set_event.tag, "pqi_set_event_buf", sizeof(buf_set_event.tag));
sys/dev/smartpqi/smartpqi_helper.c
390
uint32_t tag = softs->max_outstanding_io, active_requests;
sys/dev/smartpqi/smartpqi_helper.c
404
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_helper.c
410
tag--;
sys/dev/smartpqi/smartpqi_helper.c
415
} while(tag);
sys/dev/smartpqi/smartpqi_init.c
200
char tag[15];
sys/dev/smartpqi/smartpqi_init.c
201
sprintf(tag, "sg_dma_buf%d", i);
sys/dev/smartpqi/smartpqi_init.c
202
os_strlcpy(softs->sg_dma_desc[i].tag, tag, sizeof(softs->sg_dma_desc[i].tag));
sys/dev/smartpqi/smartpqi_init.c
56
os_strlcpy(pqi_cap_dma_buf.tag, "pqi_cap_buf", sizeof(pqi_cap_dma_buf.tag));
sys/dev/smartpqi/smartpqi_init.c
669
int tag = 0;
sys/dev/smartpqi/smartpqi_init.c
672
for (tag = 1; tag <= softs->max_outstanding_io; tag++) {
sys/dev/smartpqi/smartpqi_init.c
673
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_ioctl.c
250
uint32_t tag = 0;
sys/dev/smartpqi/smartpqi_ioctl.c
288
os_strlcpy(ioctl_dma_buf.tag, "Ioctl_PassthruCmd_Buffer", sizeof(ioctl_dma_buf.tag));
sys/dev/smartpqi/smartpqi_ioctl.c
340
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_ioctl.c
341
if (INVALID_ELEM == tag) {
sys/dev/smartpqi/smartpqi_ioctl.c
345
request.request_id = tag;
sys/dev/smartpqi/smartpqi_ioctl.c
352
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_ioctl.c
355
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_ioctl.c
442
uint32_t tag = 0;
sys/dev/smartpqi/smartpqi_ioctl.c
480
os_strlcpy(ioctl_dma_buf.tag, "Ioctl_PassthruCmd_Buffer", sizeof(ioctl_dma_buf.tag));
sys/dev/smartpqi/smartpqi_ioctl.c
532
tag = pqisrc_get_tag(&softs->taglist);
sys/dev/smartpqi/smartpqi_ioctl.c
533
if (INVALID_ELEM == tag) {
sys/dev/smartpqi/smartpqi_ioctl.c
537
request.request_id = tag;
sys/dev/smartpqi/smartpqi_ioctl.c
544
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_ioctl.c
547
rcb->tag = tag;
sys/dev/smartpqi/smartpqi_queue.c
149
pqisrc_allocate_and_init_inbound_q(pqisrc_softstate_t *softs, ib_queue_t *ib_q, char *tag)
sys/dev/smartpqi/smartpqi_queue.c
165
os_strlcpy(dma_mem->tag, tag, sizeof(dma_mem->tag));
sys/dev/smartpqi/smartpqi_queue.c
170
DBG_ERR("Failed to Allocate Q tag=%s ret=%d\n", dma_mem->tag, ret);
sys/dev/smartpqi/smartpqi_queue.c
175
dma_mem->tag, dma_mem->size, dma_mem->align, dma_mem->virt_addr, (void*)dma_mem->dma_addr);
sys/dev/smartpqi/smartpqi_queue.c
221
char *tag)
sys/dev/smartpqi/smartpqi_queue.c
237
os_strlcpy(dma_mem->tag, tag, sizeof(dma_mem->tag));
sys/dev/smartpqi/smartpqi_queue.c
242
DBG_ERR("Failed to Allocate Q tag=%s ret=%d\n", dma_mem->tag, ret);
sys/dev/smartpqi/smartpqi_queue.c
247
dma_mem->tag, dma_mem->size, dma_mem->align, dma_mem->virt_addr, (void*)dma_mem->dma_addr);
sys/dev/smartpqi/smartpqi_queue.c
59
softs->rcb[req->req_id].tag = req->req_id;
sys/dev/smartpqi/smartpqi_request.c
1591
DBG_INFO("======= AIO Locator Content, tag#0x%08x =====\n", rcb->tag);
sys/dev/smartpqi/smartpqi_request.c
1742
DBG_INFO("tag=0x%x dir=%u host_timeout=%ums\n", rcb->tag,
sys/dev/smartpqi/smartpqi_request.c
1790
rcb->tag, device->bus, device->target, device->lun);
sys/dev/smartpqi/smartpqi_request.c
1909
tmf_req.req_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
1910
tmf_req.error_idx = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
1927
tmf_req.req_id_to_manage = rcb_to_manage->tag;
sys/dev/smartpqi/smartpqi_request.c
1985
tmf_req.req_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
1996
tmf_req.req_id_to_manage = rcb_to_manage->tag;
sys/dev/smartpqi/smartpqi_request.c
2043
msg, rcb->req_pending, rcb->path, rcb->tag,
sys/dev/smartpqi/smartpqi_request.c
2044
rcb->tag, qid, (uint32_t)rcb->host_timeout_ms);
sys/dev/smartpqi/smartpqi_request.c
214
raid_req->request_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
345
aio_req->req_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
411
DBG_INFO("AIO IU Content, tag# 0x%08x\n", rcb->tag);
sys/dev/smartpqi/smartpqi_request.c
469
aio_req->req_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
530
DBG_INFO("AIO RAID1 Write IU Content, tag# 0x%08x\n", rcb->tag);
sys/dev/smartpqi/smartpqi_request.c
605
aio_req->req_id = rcb->tag;
sys/dev/smartpqi/smartpqi_request.c
681
DBG_INFO("AIO RAID5or6 Write IU Content, tag# 0x%08x\n", rcb->tag);
sys/dev/smartpqi/smartpqi_response.c
369
uint32_t tag = (uint32_t)tmf_resp->req_id;
sys/dev/smartpqi/smartpqi_response.c
370
rcb_t *rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_response.c
372
ASSERT(rcb->tag == tag);
sys/dev/smartpqi/smartpqi_response.c
383
rcb->tag, tmf_resp->resp_code);
sys/dev/smartpqi/smartpqi_response.c
438
uint32_t tag = 0;
sys/dev/smartpqi/smartpqi_response.c
447
tag = response->request_id;
sys/dev/smartpqi/smartpqi_response.c
448
rcb = &softs->rcb[tag];
sys/dev/smartpqi/smartpqi_response.c
450
if ((rcb->tag != tag) || (rcb->req_pending == false)) {
sys/dev/smartpqi/smartpqi_response.c
451
DBG_ERR("No such request pending with tag : %x rcb->tag : %x\n", tag, rcb->tag);
sys/dev/smartpqi/smartpqi_response.c
460
DBG_WARN("timed out request completing from firmware, driver already completed it with failure , free the tag 0x%x\n", tag);
sys/dev/smartpqi/smartpqi_response.c
463
pqisrc_put_tag(&softs->taglist, tag);
sys/dev/smartpqi/smartpqi_response.c
469
DBG_INFO("cmd that was aborted came back. tag=%u\n", rcb->tag);
sys/dev/smartpqi/smartpqi_response.c
473
DBG_INFO("abort cmd came back. tag=%u\n", rcb->tag);
sys/dev/smartpqi/smartpqi_response.c
90
error_info.status, error_info.data_in_result, error_info.data_out_result, rcb->tag);
sys/dev/smartpqi/smartpqi_sis.c
345
os_strlcpy(init_struct_mem.tag, "init_struct", sizeof(init_struct_mem.tag));
sys/dev/smartpqi/smartpqi_sis.c
364
os_strlcpy(softs->err_buf_dma_mem.tag, "error_buffer", sizeof(softs->err_buf_dma_mem.tag));
sys/dev/smartpqi/smartpqi_structures.h
1225
uint32_t tag;
sys/dev/smartpqi/smartpqi_structures.h
199
char tag[32];
sys/dev/smartpqi/smartpqi_tag.c
115
softs->rcb[i].tag = INVALID_ELEM;
sys/dev/smartpqi/smartpqi_tag.c
180
softs->rcb[index].tag = INVALID_ELEM;
sys/dev/sound/macio/aoa.c
116
bus_dma_tag_t tag;
sys/dev/sound/macio/aoa.c
123
AOA_BUFFER_SIZE, 1, AOA_BUFFER_SIZE, 0, NULL, NULL, &tag);
sys/dev/sound/macio/aoa.c
128
dma->tag = tag;
sys/dev/sound/macio/aoa.c
142
bus_dma_tag_destroy(dma->tag);
sys/dev/sound/macio/aoa.c
246
if (sndbuf_alloc(dma->buf, dma->tag, 0, dma->bufsz) != 0) {
sys/dev/sound/macio/aoa.c
60
bus_dma_tag_t tag; /* bus_dma tag */
sys/dev/sound/pci/hda/hdaa.c
6824
int i, tag, flags;
sys/dev/sound/pci/hda/hdaa.c
6829
tag = resp >> 26;
sys/dev/sound/pci/hda/hdaa.c
6835
if (w->unsol != tag)
sys/dev/sound/pci/hda/hdac.c
2167
hdac_unsol_alloc(device_t dev, device_t child, int tag)
sys/dev/sound/pci/hda/hdac.c
2173
return (tag);
sys/dev/sound/pci/hda/hdac.c
2177
hdac_unsol_free(device_t dev, device_t child, int tag)
sys/dev/sound/pci/hda/hdacc.c
714
int tag;
sys/dev/sound/pci/hda/hdacc.c
717
tag = wanted;
sys/dev/sound/pci/hda/hdacc.c
719
if (codec->tags[tag] == NULL) {
sys/dev/sound/pci/hda/hdacc.c
720
codec->tags[tag] = child;
sys/dev/sound/pci/hda/hdacc.c
721
HDAC_UNSOL_ALLOC(device_get_parent(dev), dev, tag);
sys/dev/sound/pci/hda/hdacc.c
722
return (tag);
sys/dev/sound/pci/hda/hdacc.c
724
tag++;
sys/dev/sound/pci/hda/hdacc.c
725
tag &= 0x3f;
sys/dev/sound/pci/hda/hdacc.c
726
} while (tag != wanted);
sys/dev/sound/pci/hda/hdacc.c
731
hdacc_unsol_free(device_t dev, device_t child, int tag)
sys/dev/sound/pci/hda/hdacc.c
735
KASSERT(tag >= 0 && tag <= 0x3f, ("Wrong tag value %d\n", tag));
sys/dev/sound/pci/hda/hdacc.c
736
codec->tags[tag] = NULL;
sys/dev/sound/pci/hda/hdacc.c
737
HDAC_UNSOL_FREE(device_get_parent(dev), dev, tag);
sys/dev/sound/pci/hda/hdacc.c
745
int tag;
sys/dev/sound/pci/hda/hdacc.c
747
tag = resp >> 26;
sys/dev/sound/pci/hda/hdacc.c
748
if ((child = codec->tags[tag]) != NULL)
sys/dev/sound/pci/hda/hdacc.c
752
"response with tag %d: %08x\n", tag, resp);
sys/dev/sume/adapter.h
131
void *tag;
sys/dev/sume/if_sume.c
1544
if (adapter->irq.tag)
sys/dev/sume/if_sume.c
1545
bus_teardown_intr(dev, adapter->irq.res, adapter->irq.tag);
sys/dev/sume/if_sume.c
604
&adapter->irq.tag);
sys/dev/sym/sym_hipd.c
1425
u_short tag; /* Tag for this transfer */
sys/dev/sym/sym_hipd.c
4503
if (cp->tag != NO_TAG && olen - rest <= 3) {
sys/dev/sym/sym_hipd.c
4566
(task == -1 || cp->tag == task)) {
sys/dev/sym/sym_hipd.c
4838
(cp->tag != NO_TAG && cp->scsi_smsg[2] != task))) {
sys/dev/sym/sym_hipd.c
5118
if (cp->tag == NO_TAG) {
sys/dev/sym/sym_hipd.c
6251
u_short tag = NO_TAG;
sys/dev/sym/sym_hipd.c
6309
tag = lp->cb_tags[lp->ia_tag];
sys/dev/sym/sym_hipd.c
6312
lp->itlq_tbl[tag] = cpu_to_scr(cp->ccb_ba);
sys/dev/sym/sym_hipd.c
6348
cp->tag = tag;
sys/dev/sym/sym_hipd.c
6354
printf ("ccb @%p using tag %d.\n", cp, tag);
sys/dev/sym/sym_hipd.c
6374
printf ("ccb @%p freeing tag %d.\n", cp, cp->tag);
sys/dev/sym/sym_hipd.c
6384
if (cp->tag != NO_TAG) {
sys/dev/sym/sym_hipd.c
6388
lp->cb_tags[lp->if_tag] = cp->tag;
sys/dev/sym/sym_hipd.c
6395
lp->itlq_tbl[cp->tag] = cpu_to_scr(np->bad_itlq_ba);
sys/dev/sym/sym_hipd.c
7496
if (cp->tag != NO_TAG || (lp && (lp->current_flags & SYM_DISC_ENABLED)))
sys/dev/sym/sym_hipd.c
7506
if (cp->tag != NO_TAG) {
sys/dev/sym/sym_hipd.c
7527
msgptr[msglen++] = cp->tag;
sys/dev/sym/sym_hipd.c
7529
msgptr[msglen++] = (cp->tag << 1) + 1;
sys/dev/ti/if_ti.c
1004
bus_dma_tag_t *tag, uint8_t **ring, bus_dmamap_t *map, bus_addr_t *paddr,
sys/dev/ti/if_ti.c
1012
NULL, maxsize, 1, maxsize, 0, NULL, NULL, tag);
sys/dev/ti/if_ti.c
1019
error = bus_dmamem_alloc(*tag, (void **)ring,
sys/dev/ti/if_ti.c
1028
error = bus_dmamap_load(*tag, *map, *ring, maxsize, ti_dma_map_addr,
sys/dev/ti/if_ti.c
1040
ti_dma_ring_free(struct ti_softc *sc, bus_dma_tag_t *tag, uint8_t **ring,
sys/dev/ti/if_ti.c
1045
bus_dmamap_unload(*tag, map);
sys/dev/ti/if_ti.c
1049
bus_dmamem_free(*tag, *ring, map);
sys/dev/ti/if_ti.c
1052
if (*tag) {
sys/dev/ti/if_ti.c
1053
bus_dma_tag_destroy(*tag);
sys/dev/ti/if_ti.c
1054
*tag = NULL;
sys/dev/tsec/if_tsec.c
1042
tsec_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map, struct mbuf **mbufp,
sys/dev/tsec/if_tsec.c
1057
bus_dmamap_sync(tag, map, BUS_DMASYNC_POSTREAD);
sys/dev/tsec/if_tsec.c
1058
bus_dmamap_unload(tag, map);
sys/dev/tsec/if_tsec.c
1061
error = bus_dmamap_load_mbuf_sg(tag, map, new_mbuf, seg, &nsegs,
sys/dev/tsec/if_tsec.c
1080
bus_dmamap_sync(tag, map, BUS_DMASYNC_PREREAD);
sys/dev/tsec/if_tsec.c
80
static int tsec_new_rxbuf(bus_dma_tag_t tag, bus_dmamap_t map,
sys/dev/uart/uart_subr.c
114
int tag;
sys/dev/uart/uart_subr.c
117
tag = UART_TAG_BD;
sys/dev/uart/uart_subr.c
121
tag = UART_TAG_BR;
sys/dev/uart/uart_subr.c
125
tag = UART_TAG_CH;
sys/dev/uart/uart_subr.c
129
tag = UART_TAG_DB;
sys/dev/uart/uart_subr.c
133
tag = UART_TAG_DT;
sys/dev/uart/uart_subr.c
137
tag = UART_TAG_IO;
sys/dev/uart/uart_subr.c
141
tag = UART_TAG_MM;
sys/dev/uart/uart_subr.c
145
tag = UART_TAG_PA;
sys/dev/uart/uart_subr.c
149
tag = UART_TAG_RS;
sys/dev/uart/uart_subr.c
153
tag = UART_TAG_RW;
sys/dev/uart/uart_subr.c
157
tag = UART_TAG_SB;
sys/dev/uart/uart_subr.c
161
tag = UART_TAG_XO;
sys/dev/uart/uart_subr.c
171
return (tag);
sys/dev/ufshci/ufshci_acpi.c
141
ctrlr, &ctrlr->tag);
sys/dev/ufshci/ufshci_acpi.c
205
if (ctrlr->tag)
sys/dev/ufshci/ufshci_acpi.c
206
bus_teardown_intr(dev, ctrlr->res, ctrlr->tag);
sys/dev/ufshci/ufshci_ctrlr.c
444
if (ctrlr->tag)
sys/dev/ufshci/ufshci_ctrlr.c
445
bus_teardown_intr(ctrlr->dev, ctrlr->res, ctrlr->tag);
sys/dev/ufshci/ufshci_pci.c
132
if (ctrlr->tag)
sys/dev/ufshci/ufshci_pci.c
133
bus_teardown_intr(dev, ctrlr->res, ctrlr->tag);
sys/dev/ufshci/ufshci_pci.c
174
ctrlr, &ctrlr->tag);
sys/dev/ufshci/ufshci_private.h
359
void *tag;
sys/dev/usb/storage/umass.c
1339
uint32_t tag;
sys/dev/usb/storage/umass.c
1358
tag = UGETDW(sc->cbw.dCBWTag) + 1;
sys/dev/usb/storage/umass.c
1361
USETDW(sc->cbw.dCBWTag, tag);
sys/dev/usb/storage/umass.c
2968
uint32_t tag = UGETDW(cbw->dCBWTag);
sys/dev/usb/storage/umass.c
2977
tag, clen,
sys/dev/usb/storage/umass.c
2987
uint32_t tag = UGETDW(csw->dCSWTag);
sys/dev/usb/storage/umass.c
2993
tag, sig, (sig == CSWSIGNATURE ? "valid" : "invalid"),
sys/dev/usb/storage/umass.c
2994
tag, res,
sys/dev/usb/storage/ustorage_fs.c
516
uint32_t tag;
sys/dev/usb/storage/ustorage_fs.c
524
tag = UGETDW(sc->sc_cbw->dCBWSignature);
sys/dev/usb/storage/ustorage_fs.c
526
if (tag != CBWSIGNATURE) {
sys/dev/usb/storage/ustorage_fs.c
528
DPRINTF("invalid signature 0x%08x\n", tag);
sys/dev/usb/storage/ustorage_fs.c
531
tag = UGETDW(sc->sc_cbw->dCBWTag);
sys/dev/usb/storage/ustorage_fs.c
534
USETDW(sc->sc_csw->dCSWTag, tag);
sys/dev/usb/usb_busdma.c
377
bus_dma_tag_t tag;
sys/dev/usb/usb_busdma.c
380
( /* parent */ udt->tag_parent->tag,
sys/dev/usb/usb_busdma.c
395
&tag)) {
sys/dev/usb/usb_busdma.c
396
tag = NULL;
sys/dev/usb/usb_busdma.c
398
udt->tag = tag;
sys/dev/usb/usb_busdma.c
407
bus_dma_tag_destroy(udt->tag);
sys/dev/usb/usb_busdma.c
573
utag->tag, &ptr, (BUS_DMA_WAITOK | BUS_DMA_COHERENT), &map)) {
sys/dev/usb/usb_busdma.c
582
pc->tag = utag->tag;
sys/dev/usb/usb_busdma.c
589
utag->tag, map, ptr, size, &usb_pc_alloc_mem_cb,
sys/dev/usb/usb_busdma.c
599
bus_dmamem_free(utag->tag, ptr, map);
sys/dev/usb/usb_busdma.c
617
pc->tag = NULL;
sys/dev/usb/usb_busdma.c
631
bus_dmamap_unload(pc->tag, pc->map);
sys/dev/usb/usb_busdma.c
633
bus_dmamem_free(pc->tag, pc->buffer, pc->map);
sys/dev/usb/usb_busdma.c
669
bus_dmamap_unload(pc->tag, pc->map);
sys/dev/usb/usb_busdma.c
675
pc->tag, pc->map, pc->buffer, size,
sys/dev/usb/usb_busdma.c
691
bus_dmamap_unload(pc->tag, pc->map);
sys/dev/usb/usb_busdma.c
698
pc->tag, pc->map, pc->buffer, size,
sys/dev/usb/usb_busdma.c
732
bus_dmamap_sync(pc->tag, pc->map, BUS_DMASYNC_POSTREAD);
sys/dev/usb/usb_busdma.c
733
bus_dmamap_sync(pc->tag, pc->map, BUS_DMASYNC_PREREAD);
sys/dev/usb/usb_busdma.c
746
bus_dmamap_sync(pc->tag, pc->map, BUS_DMASYNC_PREWRITE);
sys/dev/usb/usb_busdma.c
774
if (bus_dmamap_create(utag->tag, 0, &pc->map)) {
sys/dev/usb/usb_busdma.c
777
pc->tag = utag->tag;
sys/dev/usb/usb_busdma.c
782
pc->tag = NULL;
sys/dev/usb/usb_busdma.c
794
if (pc && pc->tag) {
sys/dev/usb/usb_busdma.c
796
bus_dmamap_unload(pc->tag, pc->map);
sys/dev/usb/usb_busdma.c
797
bus_dmamap_destroy(pc->tag, pc->map);
sys/dev/usb/usb_busdma.c
798
pc->tag = NULL;
sys/dev/usb/usb_busdma.c
822
if (udt->tag == NULL) {
sys/dev/usb/usb_busdma.c
861
udpt->tag = dmat;
sys/dev/usb/usb_busdma.h
109
bus_dma_tag_t tag; /* always set */
sys/dev/usb/usb_busdma.h
128
bus_dma_tag_t tag;
sys/dev/usb/usb_busdma.h
86
bus_dma_tag_t tag;
sys/dev/usb/usb_msctest.c
311
uint32_t tag;
sys/dev/usb/usb_msctest.c
323
tag = UGETDW(sc->cbw->dCBWTag) + 1;
sys/dev/usb/usb_msctest.c
325
USETDW(sc->cbw->dCBWTag, tag);
sys/dev/usb/usb_transfer.c
1081
parm->dma_tag_p, udev->bus->dma_parent_tag[0].tag,
sys/dev/usb/wlan/if_zyd.c
2241
if (UGETW(desc.tag) == ZYD_TAG_MULTIFRAME) {
sys/dev/usb/wlan/if_zydreg.h
1086
uWord tag;
sys/dev/virtio/balloon/virtio_balloon.h
84
uint16_t tag;
sys/dev/virtio/network/if_vtnet.c
3859
vtnet_exec_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
3866
uint16_t tag __aligned(2);
sys/dev/virtio/network/if_vtnet.c
3877
s.tag = vtnet_gtoh16(sc, tag);
sys/dev/virtio/network/if_vtnet.c
3882
error |= sglist_append(&sg, &s.tag, sizeof(uint16_t));
sys/dev/virtio/network/if_vtnet.c
3897
uint16_t tag;
sys/dev/virtio/network/if_vtnet.c
3908
tag = sizeof(w) * CHAR_BIT * i + bit;
sys/dev/virtio/network/if_vtnet.c
3910
if (vtnet_exec_vlan_filter(sc, 1, tag) != 0) {
sys/dev/virtio/network/if_vtnet.c
3912
"cannot enable VLAN %d filter\n", tag);
sys/dev/virtio/network/if_vtnet.c
3919
vtnet_update_vlan_filter(struct vtnet_softc *sc, int add, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
3925
idx = (tag >> 5) & 0x7F;
sys/dev/virtio/network/if_vtnet.c
3926
bit = tag & 0x1F;
sys/dev/virtio/network/if_vtnet.c
3928
if (tag == 0 || tag > 4095)
sys/dev/virtio/network/if_vtnet.c
3940
vtnet_exec_vlan_filter(sc, add, tag) != 0) {
sys/dev/virtio/network/if_vtnet.c
3943
add ? "add" : "remove", tag, add ? "to" : "from");
sys/dev/virtio/network/if_vtnet.c
3950
vtnet_register_vlan(void *arg, if_t ifp, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
3956
vtnet_update_vlan_filter(arg, 1, tag);
sys/dev/virtio/network/if_vtnet.c
3960
vtnet_unregister_vlan(void *arg, if_t ifp, uint16_t tag)
sys/dev/virtio/network/if_vtnet.c
3966
vtnet_update_vlan_filter(arg, 0, tag);
sys/dev/virtio/p9fs/virtio_p9fs.c
115
KASSERT(req->tc->tag != req->rc->tag,
sys/dev/virtio/p9fs/virtio_p9fs.c
127
KASSERT(req->tc->tag == req->rc->tag,
sys/dev/virtio/p9fs/virtio_p9fs.c
229
curreq->rc->tag = curreq->tc->tag;
sys/dev/virtio/scsi/virtio_scsi.c
1650
cmd_req->tag = vtscsi_gtoh64(sc, (uintptr_t) csio);
sys/dev/virtio/scsi/virtio_scsi.c
1661
uint32_t subtype, uintptr_t tag, struct virtio_scsi_ctrl_tmf_req *tmf_req)
sys/dev/virtio/scsi/virtio_scsi.c
1668
tmf_req->tag = vtscsi_gtoh64(sc, tag);
sys/dev/virtio/scsi/virtio_scsi.h
39
uint64_t tag; /* Command identifier */
sys/dev/virtio/scsi/virtio_scsi.h
49
uint64_t tag; /* Command identifier */
sys/dev/virtio/scsi/virtio_scsi.h
73
uint64_t tag;
sys/dev/vkbd/vkbd.c
1351
static eventhandler_tag tag;
sys/dev/vkbd/vkbd.c
1356
tag = EVENTHANDLER_REGISTER(dev_clone, vkbd_dev_clone, 0, 1000);
sys/dev/vkbd/vkbd.c
1357
if (tag == NULL) {
sys/dev/vkbd/vkbd.c
1366
EVENTHANDLER_DEREGISTER(dev_clone, tag);
sys/dev/vmware/pvscsi/pvscsi.c
1344
e->tag = MSG_SIMPLE_Q_TAG;
sys/dev/vmware/pvscsi/pvscsi.c
1346
e->tag = csio->tag_action;
sys/dev/vmware/pvscsi/pvscsi.c
181
bus_dma_tag_t tag;
sys/dev/vmware/pvscsi/pvscsi.c
443
if (dma->tag != NULL) {
sys/dev/vmware/pvscsi/pvscsi.c
445
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/vmware/pvscsi/pvscsi.c
449
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/vmware/pvscsi/pvscsi.c
452
bus_dma_tag_destroy(dma->tag);
sys/dev/vmware/pvscsi/pvscsi.c
468
BUS_DMA_ALLOCNOW, NULL, NULL, &dma->tag);
sys/dev/vmware/pvscsi/pvscsi.c
475
error = bus_dmamem_alloc(dma->tag, &dma->vaddr,
sys/dev/vmware/pvscsi/pvscsi.c
483
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/vmware/pvscsi/pvscsi.h
118
uint8_t tag;
sys/dev/vmware/vmxnet3/if_vmx.c
2066
vmxnet3_update_vlan_filter(struct vmxnet3_softc *sc, int add, uint16_t tag)
sys/dev/vmware/vmxnet3/if_vmx.c
2070
if (tag == 0 || tag > 4095)
sys/dev/vmware/vmxnet3/if_vmx.c
2073
idx = (tag >> 5) & 0x7F;
sys/dev/vmware/vmxnet3/if_vmx.c
2074
bit = tag & 0x1F;
sys/dev/vmware/vmxnet3/if_vmx.c
2084
vmxnet3_vlan_register(if_ctx_t ctx, uint16_t tag)
sys/dev/vmware/vmxnet3/if_vmx.c
2087
vmxnet3_update_vlan_filter(iflib_get_softc(ctx), 1, tag);
sys/dev/vmware/vmxnet3/if_vmx.c
2091
vmxnet3_vlan_unregister(if_ctx_t ctx, uint16_t tag)
sys/dev/vmware/vmxnet3/if_vmx.c
2094
vmxnet3_update_vlan_filter(iflib_get_softc(ctx), 0, tag);
sys/dev/wpi/if_wpi.c
1060
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/wpi/if_wpi.c
1183
bus_dmamap_sync(sc->shared_dma.tag, sc->shared_dma.map,
sys/dev/wpi/if_wpi.c
1281
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/wpi/if_wpi.c
1986
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/wpi/if_wpi.c
2183
bus_dmamap_sync(sc->shared_dma.tag, sc->shared_dma.map,
sys/dev/wpi/if_wpi.c
2749
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/wpi/if_wpi.c
3306
bus_dmamap_sync(ring->desc_dma.tag, ring->desc_dma.map,
sys/dev/wpi/if_wpi.c
4958
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/wpi/if_wpi.c
4960
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/wpi/if_wpi.c
4993
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/wpi/if_wpi.c
4995
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/wpi/if_wpi.c
718
if (sc->fw_dma.tag)
sys/dev/wpi/if_wpi.c
909
dma->tag = NULL;
sys/dev/wpi/if_wpi.c
914
1, size, 0, NULL, NULL, &dma->tag);
sys/dev/wpi/if_wpi.c
918
error = bus_dmamem_alloc(dma->tag, (void **)&dma->vaddr,
sys/dev/wpi/if_wpi.c
923
error = bus_dmamap_load(dma->tag, dma->map, dma->vaddr, size,
sys/dev/wpi/if_wpi.c
928
bus_dmamap_sync(dma->tag, dma->map, BUS_DMASYNC_PREWRITE);
sys/dev/wpi/if_wpi.c
943
bus_dmamap_sync(dma->tag, dma->map,
sys/dev/wpi/if_wpi.c
945
bus_dmamap_unload(dma->tag, dma->map);
sys/dev/wpi/if_wpi.c
946
bus_dmamem_free(dma->tag, dma->vaddr, dma->map);
sys/dev/wpi/if_wpi.c
949
if (dma->tag != NULL) {
sys/dev/wpi/if_wpi.c
950
bus_dma_tag_destroy(dma->tag);
sys/dev/wpi/if_wpi.c
951
dma->tag = NULL;
sys/dev/wpi/if_wpivar.h
53
bus_dma_tag_t tag;
sys/dev/xen/netfront/netfront.c
1603
struct mbuf_xennet *tag;
sys/dev/xen/netfront/netfront.c
1608
tag = SLIST_FIRST(&txq->tags);
sys/dev/xen/netfront/netfront.c
1610
KASSERT(tag->count == 0, ("tag already in-use"));
sys/dev/xen/netfront/netfront.c
1611
map = tag->dma_map;
sys/dev/xen/netfront/netfront.c
1624
SLIST_INSERT_HEAD(&txq->tags, tag, next);
sys/dev/xen/netfront/netfront.c
1633
SLIST_INSERT_HEAD(&txq->tags, tag, next);
sys/dev/xen/netfront/netfront.c
1638
SLIST_INSERT_HEAD(&txq->tags, tag, next);
sys/dev/xen/netfront/netfront.c
1656
SLIST_INSERT_HEAD(&txq->tags, tag, next);
sys/dev/xen/netfront/netfront.c
1680
m_tag_prepend(m_head, &tag->tag);
sys/dev/xen/netfront/netfront.c
203
struct m_tag tag;
sys/dev/xen/netfront/netfront.c
345
m_tag_delete(m, &ref->tag);
sys/dev/xen/netfront/netfront.c
919
m_tag_setup(&txq->xennet_tag[i].tag,
sys/dev/xen/netfront/netfront.c
922
sizeof(txq->xennet_tag[i].tag));
sys/dev/xen/netfront/netfront.c
923
txq->xennet_tag[i].tag.m_tag_free = &tag_free;
sys/fs/nfs/nfs_commonacl.c
195
uint32_t *tl, tag;
sys/fs/nfs/nfs_commonacl.c
203
tag = fxdr_unsigned(uint32_t, *tl++);
sys/fs/nfs/nfs_commonacl.c
214
if (tag < NFSV4_POSIXACL_TAG_USER_OBJ ||
sys/fs/nfs/nfs_commonacl.c
215
tag > NFSV4_POSIXACL_TAG_OTHER) {
sys/fs/nfs/nfs_commonacl.c
219
acep->ae_tag = nfsv4_to_posixacltag[tag];
sys/fs/nfs/nfs_commonsubs.c
266
const u_char *tag;
sys/fs/nfs/nfs_commonsubs.c
436
(void) nfsm_strtom(nd, nfsv4_opmap[procnum].tag,
sys/fs/nfsclient/nfs_clstate.c
3580
u_char tag[NFSV4_SMALLSTR + 1], *tagstr;
sys/fs/nfsclient/nfs_clstate.c
3608
tagstr = tag;
sys/fs/nfsclient/nfs_clstate.c
3618
(void) nfsm_strtom(nd, tag, taglen);
sys/fs/nfsserver/nfs_nfsdkrpc.c
416
u_char tag[NFSV4_SMALLSTR + 1], *tagstr = NULL;
sys/fs/nfsserver/nfs_nfsdkrpc.c
452
nfsd_getminorvers(nd, tag, &tagstr, &taglen,
sys/fs/nfsserver/nfs_nfsdsocket.c
430
u_char *tag, int taglen, u_int32_t minorvers);
sys/fs/nfsserver/nfs_nfsdsocket.c
539
nfsrvd_dorpc(struct nfsrv_descript *nd, int isdgram, u_char *tag, int taglen,
sys/fs/nfsserver/nfs_nfsdsocket.c
633
nfsrvd_compound(nd, isdgram, tag, taglen, minorvers);
sys/fs/nfsserver/nfs_nfsdsocket.c
709
nfsrvd_compound(struct nfsrv_descript *nd, int isdgram, u_char *tag,
sys/fs/nfsserver/nfs_nfsdsocket.c
847
(void) nfsm_strtom(nd, tag, taglen);
sys/fs/nfsserver/nfs_nfsdsubs.c
2234
nfsd_getminorvers(struct nfsrv_descript *nd, u_char *tag, u_char **tagstrp,
sys/fs/nfsserver/nfs_nfsdsubs.c
2248
tagstr = tag;
sys/fs/p9fs/p9_client.c
137
if (req->tc->tag != P9_NOTAG)
sys/fs/p9fs/p9_client.c
138
p9_tag_destroy(clnt, req->tc->tag);
sys/fs/p9fs/p9_client.c
154
uint16_t tag;
sys/fs/p9fs/p9_client.c
162
tag = p9_tag_create(clnt);
sys/fs/p9fs/p9_client.c
163
if (tag == P9_NOTAG) {
sys/fs/p9fs/p9_client.c
165
req->tc->tag = P9_NOTAG;
sys/fs/p9fs/p9_client.c
169
req->tc->tag = tag;
sys/fs/p9fs/p9_client.c
178
int16_t tag;
sys/fs/p9fs/p9_client.c
189
error = p9_buf_readf(buf, 0, "dbw", &size, &type, &tag);
sys/fs/p9fs/p9_client.c
195
buf->tag = tag;
sys/fs/p9fs/p9_client.c
197
__func__, buf->size, buf->id, buf->tag);
sys/fs/p9fs/p9_client.c
383
int tag;
sys/fs/p9fs/p9_client.c
385
tag = alloc_unr(&clnt->tagpool);
sys/fs/p9fs/p9_client.c
386
P9_DEBUG(LPROTO, "%s: clnt %p: tag %d\n", __func__, clnt, tag);
sys/fs/p9fs/p9_client.c
389
if (tag == -1) {
sys/fs/p9fs/p9_client.c
392
return (tag);
sys/fs/p9fs/p9_client.c
397
p9_tag_destroy(struct p9_client *clnt, uint16_t tag)
sys/fs/p9fs/p9_client.c
400
P9_DEBUG(LPROTO, "%s: clnt %p: tag %d\n", __func__, clnt, tag);
sys/fs/p9fs/p9_client.c
403
free_unr(&clnt->tagpool, tag);
sys/fs/p9fs/p9_client.h
134
void p9_tag_destroy(struct p9_client *clnt, uint16_t tag);
sys/fs/p9fs/p9_protocol.c
568
return (p9_buf_writef(buf, 0, "dbw", 0, type, buf->tag));
sys/fs/p9fs/p9_protocol.c
587
__func__, buf->size, buf->id, buf->tag);
sys/fs/p9fs/p9_protocol.h
275
uint16_t tag;
sys/fs/udf/ecma167-udf.h
146
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
153
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
160
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
186
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
264
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
274
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
290
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
313
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
330
struct desc_tag tag;
sys/fs/udf/ecma167-udf.h
370
struct desc_tag tag;
sys/fs/udf/udf_vfsops.c
275
udf_checktag(struct desc_tag *tag, uint16_t id)
sys/fs/udf/udf_vfsops.c
280
itag = (uint8_t *)tag;
sys/fs/udf/udf_vfsops.c
282
if (le16toh(tag->id) != id)
sys/fs/udf/udf_vfsops.c
289
if (cksum == tag->cksum)
sys/fs/udf/udf_vfsops.c
402
if (!udf_checktag(&lvd->tag, TAGID_LOGVOL)) {
sys/fs/udf/udf_vfsops.c
418
if (!udf_checktag(&pd->tag, TAGID_PARTITION)) {
sys/fs/udf/udf_vfsops.c
453
if (!udf_checktag(&fsd->tag, TAGID_FSD)) {
sys/fs/udf/udf_vfsops.c
484
if ((error = udf_checktag(&root_fentry->tag, TAGID_FENTRY))) {
sys/fs/udf/udf_vfsops.c
649
if (udf_checktag(&fe->tag, TAGID_FENTRY)) {
sys/fs/udf/udf_vfsops.c
819
if (udf_checktag(&udfmp->s_table->tag, 0)) {
sys/fs/udf/udf_vnops.c
1181
if (udf_checktag(&fid->tag, TAGID_FID)) {
sys/fs/udf/udf_vnops.c
1397
struct icb_tag *tag;
sys/fs/udf/udf_vnops.c
1405
tag = &fentry->icbtag;
sys/fs/udf/udf_vnops.c
1407
switch (le16toh(tag->strat_type)) {
sys/fs/udf/udf_vnops.c
1416
printf("Unknown strategy type %d\n", tag->strat_type);
sys/fs/udf/udf_vnops.c
1420
switch (le16toh(tag->flags) & 0x7) {
sys/fs/udf/udf_vnops.c
1484
tag->flags & 0x7);
sys/fs/udf/udf_vnops.c
835
if (udf_checktag(&fid->tag, TAGID_FID)) {
sys/i386/i386/bios.c
575
u_int8_t *devnodebuf, tag;
sys/i386/i386/bios.c
679
tag = pd->devdata[idx++];
sys/i386/i386/bios.c
680
if (PNP_RES_TYPE(tag) == 0) {
sys/i386/i386/bios.c
682
switch (PNP_SRES_NUM(tag)) {
sys/i386/i386/bios.c
692
idx += PNP_SRES_LEN(tag);
sys/isa/pnp.c
387
u_char tag, *resp, *resinfo, *startres = NULL;
sys/isa/pnp.c
398
tag = *resp++;
sys/isa/pnp.c
400
if (PNP_RES_TYPE(tag) != 0) {
sys/isa/pnp.c
417
if (PNP_LRES_NUM(tag) == PNP_TAG_ID_ANSI) {
sys/isa/pnp.c
445
if (scanning < PNP_SRES_LEN(tag)) {
sys/isa/pnp.c
450
resp += PNP_SRES_LEN(tag);
sys/isa/pnp.c
451
scanning -= PNP_SRES_LEN(tag);
sys/isa/pnp.c
453
switch (PNP_SRES_NUM(tag)) {
sys/isa/pnp.c
588
u_char tag;
sys/isa/pnp.c
596
tag = resources[len-1];
sys/isa/pnp.c
597
if (PNP_RES_TYPE(tag) == 0) {
sys/isa/pnp.c
601
error = pnp_read_bytes(PNP_SRES_LEN(tag),
sys/isa/pnp.c
605
if (PNP_SRES_NUM(tag) == PNP_TAG_END)
sys/isa/pnpparse.c
209
PNP_SRES_NUM(tag));
sys/isa/pnpparse.c
214
switch (PNP_LRES_NUM(tag)) {
sys/isa/pnpparse.c
332
PNP_SRES_NUM(tag));
sys/isa/pnpparse.c
412
u_char tag;
sys/isa/pnpparse.c
434
tag = *p++;
sys/isa/pnpparse.c
436
if (PNP_RES_TYPE(tag) == 0) {
sys/isa/pnpparse.c
438
l = PNP_SRES_LEN(tag);
sys/isa/pnpparse.c
445
switch (PNP_SRES_NUM(tag)) {
sys/isa/pnpparse.c
518
if (pnp_parse_desc(dev, tag, p, l, config, ldn))
sys/isa/pnpparse.c
538
pnp_parse_desc(dev, tag, p, l, config, ldn)) {
sys/isa/pnpparse.c
571
u_char tag;
sys/isa/pnpparse.c
576
tag = *p++;
sys/isa/pnpparse.c
578
if (PNP_RES_TYPE(tag) == 0) {
sys/isa/pnpparse.c
580
l = PNP_SRES_LEN(tag);
sys/isa/pnpparse.c
583
if ((*cb)(dev, tag, p, l, config, ldn))
sys/isa/pnpparse.c
585
if (PNP_SRES_NUM(tag) == PNP_TAG_END)
sys/isa/pnpparse.c
59
pnp_parse_desc(device_t dev, u_char tag, u_char *res, int len,
sys/isa/pnpparse.c
596
if ((*cb)(dev, tag, p, l, config, ldn))
sys/isa/pnpparse.c
69
if (PNP_RES_TYPE(tag) == 0) {
sys/isa/pnpparse.c
72
switch (PNP_SRES_NUM(tag)) {
sys/isa/pnpparse.c
84
PNP_SRES_NUM(tag));
sys/isa/pnpvar.h
50
typedef int pnp_scan_cb(device_t dev, u_char tag, u_char *res, int len,
sys/kern/kern_lockf.c
2613
lf_print(char *tag, struct lockf_entry *lock)
sys/kern/kern_lockf.c
2616
printf("%s: lock %p for ", tag, (void *)lock);
sys/kern/kern_lockf.c
2637
lf_printlist(char *tag, struct lockf_entry *lock)
sys/kern/kern_lockf.c
2642
printf("%s: Lock list for vnode %p:\n", tag, lock->lf_vnode);
sys/kern/subr_acl_nfs4.c
1011
int i, flags, tag;
sys/kern/subr_acl_nfs4.c
1021
tag = parent_entry->ae_tag;
sys/kern/subr_acl_nfs4.c
1026
if (tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ ||
sys/kern/subr_acl_nfs4.c
1027
tag == ACL_EVERYONE)
sys/kern/subr_acl_nfs4.c
299
_acl_entry_matches(struct acl_entry *entry, acl_tag_t tag, acl_perm_t perm,
sys/kern/subr_acl_nfs4.c
302
if (entry->ae_tag != tag)
sys/kern/subr_acl_nfs4.c
321
_acl_append(struct acl *aclp, acl_tag_t tag, acl_perm_t perm,
sys/kern/subr_acl_nfs4.c
332
entry->ae_tag = tag;
sys/kern/subr_acl_posix1e.c
362
acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode)
sys/kern/subr_acl_posix1e.c
366
switch(tag) {
sys/kern/subr_acl_posix1e.c
395
printf("acl_posix1e_mode_to_perm: invalid tag (%d)\n", tag);
sys/kern/subr_acl_posix1e.c
405
acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode)
sys/kern/subr_acl_posix1e.c
409
acl_entry.ae_tag = tag;
sys/kern/subr_acl_posix1e.c
410
acl_entry.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
sys/kern/subr_acl_posix1e.c
413
switch(tag) {
sys/kern/subr_acl_posix1e.c
428
printf("acl_posix1e_mode_to_entry: invalid tag (%d)\n", tag);
sys/kern/subr_asan.c
1027
void kasan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
1031
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/kern/subr_asan.c
1051
int kasan_bus_space_peek_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
1054
return (bus_space_peek_##width(tag, hnd, offset, \
sys/kern/subr_asan.c
1064
int kasan_bus_space_poke_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
1067
return (bus_space_poke_##width(tag, hnd, offset, \
sys/kern/subr_asan.c
902
kasan_bus_space_map(bus_space_tag_t tag, bus_addr_t hnd, bus_size_t size,
sys/kern/subr_asan.c
905
return (bus_space_map(tag, hnd, size, flags, handlep));
sys/kern/subr_asan.c
909
kasan_bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_asan.c
912
bus_space_unmap(tag, hnd, size);
sys/kern/subr_asan.c
916
kasan_bus_space_subregion(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_asan.c
919
return (bus_space_subregion(tag, hnd, offset, size, handlep));
sys/kern/subr_asan.c
923
kasan_bus_space_free(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_asan.c
926
bus_space_free(tag, hnd, size);
sys/kern/subr_asan.c
930
kasan_bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_asan.c
933
bus_space_barrier(tag, hnd, offset, size, flags);
sys/kern/subr_asan.c
937
type kasan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
940
return (bus_space_read##func##_##width(tag, hnd, \
sys/kern/subr_asan.c
945
void kasan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
951
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_asan.c
986
void kasan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_asan.c
989
bus_space_write##func##_##width(tag, hnd, offset, value);\
sys/kern/subr_asan.c
993
void kasan_bus_space_write_##func##_##width(bus_space_tag_t tag,\
sys/kern/subr_asan.c
999
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
688
kcsan_bus_space_map(bus_space_tag_t tag, bus_addr_t hnd, bus_size_t size,
sys/kern/subr_csan.c
692
return (bus_space_map(tag, hnd, size, flags, handlep));
sys/kern/subr_csan.c
696
kcsan_bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_csan.c
700
bus_space_unmap(tag, hnd, size);
sys/kern/subr_csan.c
704
kcsan_bus_space_subregion(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_csan.c
708
return (bus_space_subregion(tag, hnd, offset, size, handlep));
sys/kern/subr_csan.c
713
kcsan_bus_space_alloc(bus_space_tag_t tag, bus_addr_t reg_start,
sys/kern/subr_csan.c
719
return (bus_space_alloc(tag, reg_start, reg_end, size, alignment,
sys/kern/subr_csan.c
725
kcsan_bus_space_free(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_csan.c
729
bus_space_free(tag, hnd, size);
sys/kern/subr_csan.c
733
kcsan_bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_csan.c
737
bus_space_barrier(tag, hnd, offset, size, flags);
sys/kern/subr_csan.c
741
type kcsan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
744
return (bus_space_read##func##_##width(tag, hnd, \
sys/kern/subr_csan.c
749
void kcsan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
755
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
790
void kcsan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
793
bus_space_write##func##_##width(tag, hnd, offset, value); \
sys/kern/subr_csan.c
797
void kcsan_bus_space_write_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
803
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_csan.c
838
void kcsan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
842
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/kern/subr_csan.c
877
int kcsan_bus_space_peek_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
882
return (bus_space_peek_##width(tag, hnd, offset, value)); \
sys/kern/subr_csan.c
893
int kcsan_bus_space_poke_##width(bus_space_tag_t tag, \
sys/kern/subr_csan.c
896
return (bus_space_poke_##width(tag, hnd, offset, value)); \
sys/kern/subr_devstat.c
350
devstat_tag_type tag;
sys/kern/subr_devstat.c
357
tag = DEVSTAT_TAG_ORDERED;
sys/kern/subr_devstat.c
359
tag = DEVSTAT_TAG_SIMPLE;
sys/kern/subr_devstat.c
372
tag, flg, now, &bp->bio_t0);
sys/kern/subr_eventhandler.c
185
_eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag,
sys/kern/subr_eventhandler.c
188
struct eventhandler_entry *ep = tag;
sys/kern/subr_eventhandler.c
226
eventhandler_deregister(struct eventhandler_list *list, eventhandler_tag tag)
sys/kern/subr_eventhandler.c
229
_eventhandler_deregister(list, tag, true);
sys/kern/subr_eventhandler.c
234
eventhandler_tag tag)
sys/kern/subr_eventhandler.c
237
_eventhandler_deregister(list, tag, false);
sys/kern/subr_msan.c
1387
kmsan_bus_space_map(bus_space_tag_t tag, bus_addr_t hnd, bus_size_t size,
sys/kern/subr_msan.c
1390
return (bus_space_map(tag, hnd, size, flags, handlep));
sys/kern/subr_msan.c
1394
kmsan_bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_msan.c
1397
bus_space_unmap(tag, hnd, size);
sys/kern/subr_msan.c
1401
kmsan_bus_space_subregion(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_msan.c
1404
return (bus_space_subregion(tag, hnd, offset, size, handlep));
sys/kern/subr_msan.c
1408
kmsan_bus_space_free(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_msan.c
1411
bus_space_free(tag, hnd, size);
sys/kern/subr_msan.c
1415
kmsan_bus_space_barrier(bus_space_tag_t tag, bus_space_handle_t hnd,
sys/kern/subr_msan.c
1418
bus_space_barrier(tag, hnd, offset, size, flags);
sys/kern/subr_msan.c
1422
#define BUS_SPACE_IO(tag) ((tag) == X86_BUS_SPACE_IO)
sys/kern/subr_msan.c
1424
#define BUS_SPACE_IO(tag) (false)
sys/kern/subr_msan.c
1428
type kmsan_bus_space_read##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1432
if (!BUS_SPACE_IO(tag)) \
sys/kern/subr_msan.c
1435
ret = bus_space_read##func##_##width(tag, hnd, offset); \
sys/kern/subr_msan.c
1441
void kmsan_bus_space_read_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1447
bus_space_read_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_msan.c
1482
void kmsan_bus_space_write##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1485
bus_space_write##func##_##width(tag, hnd, offset, value);\
sys/kern/subr_msan.c
1489
void kmsan_bus_space_write_##func##_##width(bus_space_tag_t tag,\
sys/kern/subr_msan.c
1495
bus_space_write_##func##_##width(tag, hnd, size, buf, \
sys/kern/subr_msan.c
1523
void kmsan_bus_space_set_##func##_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1527
bus_space_set_##func##_##width(tag, hnd, offset, value, \
sys/kern/subr_msan.c
1547
int kmsan_bus_space_peek_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1550
return (bus_space_peek_##width(tag, hnd, offset, value)); \
sys/kern/subr_msan.c
1558
int kmsan_bus_space_poke_##width(bus_space_tag_t tag, \
sys/kern/subr_msan.c
1561
return (bus_space_poke_##width(tag, hnd, offset, value)); \
sys/kern/uipc_socket.c
321
socket_zone_change(void *tag)
sys/kern/uipc_socket.c
727
socket_init(void *tag)
sys/kern/uipc_usrreq.c
3579
unp_zone_change(void *tag)
sys/kern/vfs_subr.c
2073
getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
sys/kern/vfs_subr.c
2080
CTR3(KTR_VFS, "%s: mp %p with tag %s", __func__, mp, tag);
sys/kern/vfs_subr.c
2113
if (lo->lo_name != tag) {
sys/kern/vfs_subr.c
2115
lo->lo_name = tag;
sys/kern/vfs_subr.c
2118
WITNESS_INIT(lo, tag);
sys/kern/vfs_subr.c
2139
printf("NULL mp in getnewvnode(9), tag %s\n", tag);
sys/net/bpf.c
2140
struct m_tag *tag;
sys/net/bpf.c
2153
tag = m_tag_locate(m, MTAG_BPF, MTAG_BPF_TIMESTAMP, NULL);
sys/net/bpf.c
2154
if (tag != NULL) {
sys/net/bpf.c
2155
*bt = *(struct bintime *)(tag + 1);
sys/net/ethernet.h
124
#define EVL_VLANOFTAG(tag) ((tag) & EVL_VLID_MASK)
sys/net/ethernet.h
125
#define EVL_PRIOFTAG(tag) (((tag) >> 13) & 7)
sys/net/ethernet.h
126
#define EVL_CFIOFTAG(tag) (((tag) >> 12) & 1)
sys/net/ethernet.h
476
static __inline struct mbuf *ether_vlanencap(struct mbuf *m, uint16_t tag)
sys/net/ethernet.h
479
return ether_vlanencap_proto(m, tag, ETHERTYPE_VLAN);
sys/net/if.c
4642
if_setvtag(struct mbuf *m, uint16_t tag)
sys/net/if.c
4644
m->m_pkthdr.ether_vtag = tag;
sys/net/if_ethersubr.c
1292
ether_vlanencap_proto(struct mbuf *m, uint16_t tag, uint16_t proto)
sys/net/if_ethersubr.c
1315
evl->evl_tag = htons(tag);
sys/net/if_ethersubr.c
1373
uint16_t tag;
sys/net/if_ethersubr.c
1419
tag = EVL_MAKETAG(qtag->vid, *(uint8_t *)(mtag + 1), 0);
sys/net/if_ethersubr.c
1421
tag = EVL_MAKETAG(qtag->vid, pcp, 0);
sys/net/if_ethersubr.c
1424
(*mp)->m_pkthdr.ether_vtag = tag;
sys/net/if_ethersubr.c
1427
*mp = ether_vlanencap_proto(*mp, tag, qtag->proto);
sys/net/if_lagg.c
102
struct m_snd_tag *tag;
sys/net/if_lagg.c
1931
lst->tag = mst;
sys/net/if_lagg.c
1946
return (lst->tag);
sys/net/if_lagg.c
1956
return (lst->tag->sw->snd_tag_modify(lst->tag, params));
sys/net/if_lagg.c
1966
return (lst->tag->sw->snd_tag_query(lst->tag, params));
sys/net/if_lagg.c
1975
m_snd_tag_rele(lst->tag);
sys/net/if_lagg.c
2379
if (lst->tag->ifp != ifp) {
sys/net/if_lagg.c
2383
m->m_pkthdr.snd_tag = m_snd_tag_ref(lst->tag);
sys/net/if_var.h
661
void if_setvtag(struct mbuf *m, u_int16_t tag);
sys/net/if_vlan.c
116
struct m_snd_tag *tag;
sys/net/if_vlan.c
1447
if (vst->tag->ifp != p) {
sys/net/if_vlan.c
1453
m->m_pkthdr.snd_tag = m_snd_tag_ref(vst->tag);
sys/net/if_vlan.c
1557
uint16_t vid, tag;
sys/net/if_vlan.c
1572
tag = m->m_pkthdr.ether_vtag;
sys/net/if_vlan.c
1588
tag = ntohs(evl->evl_tag);
sys/net/if_vlan.c
1612
vid = EVL_VLANOFTAG(tag);
sys/net/if_vlan.c
1640
*(uint8_t *)(mtag + 1) = EVL_PRIOFTAG(tag);
sys/net/if_vlan.c
2542
vst->tag = mst;
sys/net/if_vlan.c
2560
return (vst->tag);
sys/net/if_vlan.c
2570
return (vst->tag->sw->snd_tag_modify(vst->tag, params));
sys/net/if_vlan.c
2580
return (vst->tag->sw->snd_tag_query(vst->tag, params));
sys/net/if_vlan.c
2589
m_snd_tag_rele(vst->tag);
sys/net/if_vlan.c
315
static int vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag,
sys/net/iflib.c
1642
void *tag = NULL;
sys/net/iflib.c
1660
filter, handler, arg, &tag);
sys/net/iflib.c
1667
bus_describe_intr(dev, res, tag, "%s", name);
sys/net/iflib.c
1669
irq->ii_tag = tag;
sys/net/pfvar.h
1202
u_int16_t tag;
sys/net/pfvar.h
1440
int tag;
sys/net/pfvar.h
779
uint16_t tag;
sys/net/pfvar.h
860
u_int16_t tag;
sys/net/vnet.h
381
#define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
sys/net/vnet.h
384
(tag) = vimage_eventhandler_register(NULL, #name, func, \
sys/net/vnet.h
457
#define VNET_GLOBAL_EVENTHANDLER_REGISTER_TAG(tag, name, func, arg, priority) \
sys/net/vnet.h
458
(tag) = eventhandler_register(NULL, #name, func, arg, priority)
sys/net80211/ieee80211_crypto_gcm.c
311
const uint8_t *aad, size_t aad_len, uint8_t *crypt, uint8_t *tag)
sys/net80211/ieee80211_crypto_gcm.c
327
aes_gctr(aes, J0, S, sizeof(S), tag);
sys/net80211/ieee80211_crypto_gcm.c
340
const uint8_t *aad, size_t aad_len, const uint8_t *tag, uint8_t *plain)
sys/net80211/ieee80211_crypto_gcm.c
358
if (memcmp(tag, T, 16) != 0) {
sys/net80211/ieee80211_crypto_gcm.h
49
const uint8_t *aad, size_t aad_len, uint8_t *crypt, uint8_t *tag);
sys/net80211/ieee80211_crypto_gcm.h
53
const uint8_t *aad, size_t aad_len, const uint8_t *tag,
sys/net80211/ieee80211_ddb.c
1003
_db_show_txparams(const char *tag, const void *arg,
sys/net80211/ieee80211_ddb.c
1007
db_printf(tag, arg);
sys/net80211/ieee80211_ddb.c
1015
_db_show_ageq(const char *tag, const struct ieee80211_ageq *q)
sys/net80211/ieee80211_ddb.c
1020
tag, &q->aq_lock, q->aq_len, q->aq_maxlen, q->aq_drops,
sys/net80211/ieee80211_ddb.c
1023
db_printf("%s %p (len %d, %b)\n", tag, m, m->m_len,
sys/net80211/ieee80211_ddb.c
75
static void _db_show_node_table(const char *tag,
sys/net80211/ieee80211_ddb.c
77
static void _db_show_channel(const char *tag, const struct ieee80211_channel *);
sys/net80211/ieee80211_ddb.c
78
static void _db_show_ssid(const char *tag, int ix, int len, const uint8_t *);
sys/net80211/ieee80211_ddb.c
79
static void _db_show_appie(const char *tag, const struct ieee80211_appie *);
sys/net80211/ieee80211_ddb.c
80
static void _db_show_key(const char *tag, int ix, const struct ieee80211_key *);
sys/net80211/ieee80211_ddb.c
81
static void _db_show_roamparams(const char *tag, const void *arg,
sys/net80211/ieee80211_ddb.c
83
static void _db_show_txparams(const char *tag, const void *arg,
sys/net80211/ieee80211_ddb.c
842
_db_show_node_table(const char *tag, const struct ieee80211_node_table *nt)
sys/net80211/ieee80211_ddb.c
846
db_printf("%s%s@%p:\n", tag, nt->nt_name, nt);
sys/net80211/ieee80211_ddb.c
847
db_printf("%s nodelock %p", tag, &nt->nt_nodelock);
sys/net80211/ieee80211_ddb.c
85
static void _db_show_ageq(const char *tag, const struct ieee80211_ageq *q);
sys/net80211/ieee80211_ddb.c
850
tag, nt->nt_keyixmax, nt->nt_keyixmap);
sys/net80211/ieee80211_ddb.c
854
db_printf("%s [%3u] %p %s\n", tag, i, ni,
sys/net80211/ieee80211_ddb.c
860
_db_show_channel(const char *tag, const struct ieee80211_channel *c)
sys/net80211/ieee80211_ddb.c
862
db_printf("%s ", tag);
sys/net80211/ieee80211_ddb.c
876
_db_show_ssid(const char *tag, int ix, int len, const uint8_t *ssid)
sys/net80211/ieee80211_ddb.c
881
db_printf(tag, ix);
sys/net80211/ieee80211_ddb.c
903
_db_show_appie(const char *tag, const struct ieee80211_appie *ie)
sys/net80211/ieee80211_ddb.c
910
db_printf("%s [0x", tag);
sys/net80211/ieee80211_ddb.c
917
_db_show_key(const char *tag, int ix, const struct ieee80211_key *wk)
sys/net80211/ieee80211_ddb.c
923
db_printf(tag, ix);
sys/net80211/ieee80211_ddb.c
977
printrate(const char *tag, int v)
sys/net80211/ieee80211_ddb.c
980
db_printf(" %s <none>", tag);
sys/net80211/ieee80211_ddb.c
982
db_printf(" %s 5.5", tag);
sys/net80211/ieee80211_ddb.c
984
db_printf(" %s MCS%d", tag, v &~ IEEE80211_RATE_MCS);
sys/net80211/ieee80211_ddb.c
986
db_printf(" %s %d", tag, v/2);
sys/net80211/ieee80211_ddb.c
990
_db_show_roamparams(const char *tag, const void *arg,
sys/net80211/ieee80211_ddb.c
994
db_printf(tag, arg);
sys/net80211/ieee80211_hostap.c
1691
int reassoc, int resp, const char *tag, int rate)
sys/net80211/ieee80211_hostap.c
1695
reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL);
sys/net80211/ieee80211_hostap.c
1702
int reassoc, int resp, const char *tag, int capinfo)
sys/net80211/ieee80211_hostap.c
1708
reassoc ? "reassoc" : "assoc", tag, capinfo);
sys/net80211/ieee80211_input.c
915
ieee80211_ssid_mismatch(struct ieee80211vap *vap, const char *tag,
sys/net80211/ieee80211_input.c
919
ether_sprintf(mac), tag);
sys/net80211/ieee80211_input.h
56
void ieee80211_ssid_mismatch(struct ieee80211vap *, const char *tag,
sys/netgraph/netgraph.h
1192
struct m_tag tag;
sys/netgraph/ng_car.c
296
m_tag_prepend(m, &colp->tag); \
sys/netgraph/ng_checksum.h
82
u_int16_t tag;
sys/netgraph/ng_ipfw.c
229
struct m_tag *tag;
sys/netgraph/ng_ipfw.c
237
tag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
sys/netgraph/ng_ipfw.c
238
if (tag == NULL) {
sys/netgraph/ng_ipfw.c
249
r = (struct ipfw_rule_ref *)(tag + 1);
sys/netgraph/ng_ipfw.c
303
struct m_tag *tag;
sys/netgraph/ng_ipfw.c
308
tag = m_tag_alloc(MTAG_IPFW_RULE, 0, sizeof(*r),
sys/netgraph/ng_ipfw.c
310
if (tag == NULL) {
sys/netgraph/ng_ipfw.c
314
r = (struct ipfw_rule_ref *)(tag + 1);
sys/netgraph/ng_ipfw.c
319
m_tag_prepend(m, tag);
sys/netgraph/ng_ksocket.c
1231
m_tag_prepend(m, &stag->tag);
sys/netgraph/ng_ksocket.h
100
struct m_tag tag;
sys/netgraph/ng_lmi.c
333
m_tag_prepend(m, &ptag->tag);
sys/netgraph/ng_patch.h
126
u_int16_t tag;
sys/netgraph/ng_pppoe.c
1160
struct pppoe_tag *tag;
sys/netgraph/ng_pppoe.c
1180
tag = (void *)(&wh->ph + 1);
sys/netgraph/ng_pppoe.c
1181
tag->tag_type = PTT_HURL;
sys/netgraph/ng_pppoe.c
1182
tag->tag_len = htons(ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1183
strncpy((char *)(tag + 1), ourmsg->data, ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1184
m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) +
sys/netgraph/ng_pppoe.c
1186
wh->ph.length = htons(sizeof(*tag) + ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1205
struct pppoe_tag *tag;
sys/netgraph/ng_pppoe.c
1225
tag = (void *)(&wh->ph + 1);
sys/netgraph/ng_pppoe.c
1226
tag->tag_type = PTT_MOTM;
sys/netgraph/ng_pppoe.c
1227
tag->tag_len = htons(ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1228
strncpy((char *)(tag + 1), ourmsg->data, ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1229
m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) +
sys/netgraph/ng_pppoe.c
1231
wh->ph.length = htons(sizeof(*tag) + ourmsg->data_len);
sys/netgraph/ng_pppoe.c
1313
send_acname(sessp sp, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
1327
tlen = min(NG_HOOKSIZ - 1, ntohs(tag->tag_len));
sys/netgraph/ng_pppoe.c
1328
strncpy(sts->hook, (const char *)(tag + 1), tlen);
sys/netgraph/ng_pppoe.c
1355
send_maxp(sessp sp, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
1370
maxp->data = ntohs(((const struct maxptag *)tag)->data);
sys/netgraph/ng_pppoe.c
1377
send_hurl(sessp sp, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
1391
tlen = min(PPPOE_PADM_VALUE_SIZE - 1, ntohs(tag->tag_len));
sys/netgraph/ng_pppoe.c
1392
strncpy(padm->msg, (const char *)(tag + 1), tlen);
sys/netgraph/ng_pppoe.c
1400
send_motm(sessp sp, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
1414
tlen = min(PPPOE_PADM_VALUE_SIZE - 1, ntohs(tag->tag_len));
sys/netgraph/ng_pppoe.c
1415
strncpy(padm->msg, (const char *)(tag + 1), tlen);
sys/netgraph/ng_pppoe.c
1481
const struct pppoe_tag *tag;
sys/netgraph/ng_pppoe.c
1527
if ((tag = get_tag(ph, PTT_SRV_NAME)))
sys/netgraph/ng_pppoe.c
1528
insert_tag(sp, tag); /* return service */
sys/netgraph/ng_pppoe.c
1536
if (((tag == NULL) || (tag->tag_len == 0)) &&
sys/netgraph/ng_pppoe.c
1540
if ((tag = get_tag(ph, PTT_HOST_UNIQ)))
sys/netgraph/ng_pppoe.c
1541
insert_tag(sp, tag); /* returned hostunique */
sys/netgraph/ng_pppoe.c
1580
const struct pppoe_tag *utag = NULL, *tag = NULL;
sys/netgraph/ng_pppoe.c
1668
tag = get_tag(ph, PTT_SRV_NAME);
sys/netgraph/ng_pppoe.c
1669
if (tag == NULL)
sys/netgraph/ng_pppoe.c
1670
tag = &sntag;
sys/netgraph/ng_pppoe.c
1678
sendhook = pppoe_match_svc(node, tag);
sys/netgraph/ng_pppoe.c
1682
ntohs(tag->tag_len) == 0)
sys/netgraph/ng_pppoe.c
1725
tag = get_tag(ph, PTT_AC_NAME);
sys/netgraph/ng_pppoe.c
1726
if (!tag) {
sys/netgraph/ng_pppoe.c
1730
if (neg->ac_name_len != htons(tag->tag_len) ||
sys/netgraph/ng_pppoe.c
1732
(const char *)(tag + 1),
sys/netgraph/ng_pppoe.c
1753
if ((tag = get_tag(ph, PTT_AC_COOKIE)))
sys/netgraph/ng_pppoe.c
1754
insert_tag(sp, tag); /* return cookie */
sys/netgraph/ng_pppoe.c
1755
if ((tag = get_tag(ph, PTT_AC_NAME))) {
sys/netgraph/ng_pppoe.c
1756
insert_tag(sp, tag); /* return it */
sys/netgraph/ng_pppoe.c
1757
send_acname(sp, tag);
sys/netgraph/ng_pppoe.c
1759
if ((tag = get_tag(ph, PTT_MAX_PAYL)) &&
sys/netgraph/ng_pppoe.c
1761
insert_tag(sp, tag); /* return it */
sys/netgraph/ng_pppoe.c
1818
if ((tag = get_tag(ph, PTT_SRV_NAME)))
sys/netgraph/ng_pppoe.c
1819
insert_tag(sp, tag);/* return service */
sys/netgraph/ng_pppoe.c
1820
if ((tag = get_tag(ph, PTT_HOST_UNIQ)))
sys/netgraph/ng_pppoe.c
1821
insert_tag(sp, tag); /* return it */
sys/netgraph/ng_pppoe.c
1899
if ((tag = get_tag(ph, PTT_MAX_PAYL)) &&
sys/netgraph/ng_pppoe.c
1901
send_maxp(sp, tag);
sys/netgraph/ng_pppoe.c
1922
if ((tag = get_tag(ph, PTT_HURL)))
sys/netgraph/ng_pppoe.c
1923
send_hurl(sp, tag);
sys/netgraph/ng_pppoe.c
1924
if ((tag = get_tag(ph, PTT_MOTM)))
sys/netgraph/ng_pppoe.c
1925
send_motm(sp, tag);
sys/netgraph/ng_pppoe.c
2056
struct pppoe_tag *tag;
sys/netgraph/ng_pppoe.c
2078
tag = (void *)(&wh->ph + 1);
sys/netgraph/ng_pppoe.c
2079
tag->tag_type = PTT_GEN_ERR;
sys/netgraph/ng_pppoe.c
2080
tag->tag_len = htons((u_int16_t)msglen);
sys/netgraph/ng_pppoe.c
2081
strncpy((char *)(tag + 1), SIGNOFF, msglen);
sys/netgraph/ng_pppoe.c
2082
m->m_pkthdr.len = m->m_len = sizeof(*wh) + sizeof(*tag) +
sys/netgraph/ng_pppoe.c
2084
wh->ph.length = htons(sizeof(*tag) + msglen);
sys/netgraph/ng_pppoe.c
411
const struct pppoe_tag **tag;
sys/netgraph/ng_pppoe.c
422
for (count = 0, tag = sp->neg->tags;
sys/netgraph/ng_pppoe.c
424
tag++, count++) {
sys/netgraph/ng_pppoe.c
425
tlen = ntohs((*tag)->tag_len) + sizeof(**tag);
sys/netgraph/ng_pppoe.c
431
bcopy(*tag, (char *)dp, tlen);
sys/netgraph/ng_pppoe.c
454
pppoe_match_svc(node_p node, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
471
if (neg->service_len != ntohs(tag->tag_len))
sys/netgraph/ng_pppoe.c
474
if (strncmp((const char *)(tag + 1), neg->service.data,
sys/netgraph/ng_pppoe.c
475
ntohs(tag->tag_len)) == 0)
sys/netgraph/ng_pppoe.c
479
sp?sp->hook:NULL, (const char *)(tag + 1));
sys/netgraph/ng_pppoe.c
618
pppoe_finduniq(node_p node, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
632
if (sp->neg->host_uniq_len == ntohs(tag->tag_len) &&
sys/netgraph/ng_pppoe.c
633
bcmp(sp->neg->host_uniq.data, (const char *)(tag + 1),
sys/netgraph/ng_pppoe.c
643
pppoe_findcookie(node_p node, const struct pppoe_tag *tag)
sys/netgraph/ng_pppoe.c
648
bcopy(tag + 1, cookie.bytes, sizeof(void *));
sys/netgraph/ng_tag.c
253
NETGRAPH_INIT(tag, &typestruct);
sys/netgraph/ng_tag.c
504
struct m_tag *tag = NULL;
sys/netgraph/ng_tag.c
536
tag = m_tag_locate(m, cookie, type, NULL);
sys/netgraph/ng_tag.c
537
while (tag != NULL) {
sys/netgraph/ng_tag.c
538
if (memcmp((void *)(tag + 1),
sys/netgraph/ng_tag.c
543
tag = m_tag_locate(m, cookie, type, tag);
sys/netgraph/ng_tag.c
554
m_tag_delete(m, tag);
sys/netgraph/ng_tag.c
576
tag = m_tag_alloc(cookie, type, tag_len, M_NOWAIT);
sys/netgraph/ng_tag.c
578
if (tag != NULL) {
sys/netgraph/ng_tag.c
581
memcpy((void *)(tag + 1),
sys/netgraph/ng_tag.c
584
m_tag_prepend(m, tag);
sys/netgraph/ng_vlan_rotate.c
326
uint16_t tag;
sys/netgraph/qos.h
64
struct m_tag tag;
sys/netgraph/qos.h
77
struct m_tag tag;
sys/netinet/icmp6.h
717
#define icmp6_ifstat_inc(ifp, tag) \
sys/netinet/icmp6.h
721
offsetof(struct icmp6_ifstat, tag) / sizeof(uint64_t)], 1);\
sys/netinet/ip_fw.h
1005
uint32_t tag; /* O_TAG/O_TAGGED */
sys/netinet/ip_options.h
45
struct m_tag tag; /* m_tag */
sys/netinet/ip_reass.c
827
ipreass_zone_change(void *tag)
sys/netinet/sctp_input.c
5827
uint32_t flowid, tag;
sys/netinet/sctp_input.c
5845
tag = htonl(sh->v_tag);
sys/netinet/sctp_input.c
5846
flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port);
sys/netinet/sctp_pcb.c
4430
sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport, time_t now)
sys/netinet/sctp_pcb.c
4437
chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
sys/netinet/sctp_pcb.c
4441
(twait_block->vtag_block[i].v_tag == tag) &&
sys/netinet/sctp_pcb.c
4453
uint32_t tag, uint16_t lport, uint16_t rport)
sys/netinet/sctp_pcb.c
4456
vtag_block->v_tag = tag;
sys/netinet/sctp_pcb.c
4462
sctp_add_vtag_to_timewait(uint32_t tag, uint16_t lport, uint16_t rport)
sys/netinet/sctp_pcb.c
4474
chain = &SCTP_BASE_INFO(vtag_timewait)[(tag % SCTP_STACK_VTAG_HASH_SIZE)];
sys/netinet/sctp_pcb.c
4480
sctp_set_vtag_block(twait_block->vtag_block + i, time, tag, lport, rport);
sys/netinet/sctp_pcb.c
4491
sctp_set_vtag_block(twait_block->vtag_block + i, time, tag, lport, rport);
sys/netinet/sctp_pcb.c
4513
sctp_set_vtag_block(twait_block->vtag_block, time, tag, lport, rport);
sys/netinet/sctp_pcb.c
6603
sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now)
sys/netinet/sctp_pcb.c
6610
head = &SCTP_BASE_INFO(sctp_asochash)[SCTP_PCBHASH_ASOC(tag, SCTP_BASE_INFO(hashasocmark))];
sys/netinet/sctp_pcb.c
6621
if (stcb->asoc.my_vtag == tag) {
sys/netinet/sctp_pcb.c
6633
return (!sctp_is_in_timewait(tag, lport, rport, now->tv_sec));
sys/netinet/sctp_pcb.h
57
#define SCTP_PCBHASH_ASOC(tag, mask) (tag & mask)
sys/netinet/siftr.c
573
struct m_tag *tag = m_tag_alloc(PACKET_COOKIE_SIFTR,
sys/netinet/siftr.c
575
if (tag == NULL) {
sys/netinet/siftr.c
584
m_tag_prepend(m, tag);
sys/netinet/tcp_log_buf.c
613
tcp_log_set_tag(struct tcpcb *tp, char *tag)
sys/netinet/tcp_log_buf.c
631
strlcpy(tlb->tlb_tag, tag, TCP_LOG_TAG_LEN);
sys/netinet/tcp_log_buf.h
565
int tcp_log_set_tag(struct tcpcb *tp, char *tag);
sys/netinet/tcp_ratelimit.c
1053
struct m_snd_tag *tag, *ntag;
sys/netinet/tcp_ratelimit.c
1068
err = m_snd_tag_alloc(ifp, &params, &tag);
sys/netinet/tcp_ratelimit.c
1075
ntag = tag;
sys/netinet/tcp_ratelimit.c
1080
m_snd_tag_rele(tag);
sys/netinet/tcp_ratelimit.c
1288
in_pcbdetach_tag(rs->rs_rlt[i].tag);
sys/netinet/tcp_ratelimit.c
1289
rs->rs_rlt[i].tag = NULL;
sys/netinet/tcp_ratelimit.c
1321
in_pcbdetach_tag(rs->rs_rlt[i].tag);
sys/netinet/tcp_ratelimit.c
1322
rs->rs_rlt[i].tag = NULL;
sys/netinet/tcp_ratelimit.c
466
struct m_snd_tag **tag)
sys/netinet/tcp_ratelimit.c
477
error = m_snd_tag_alloc(ifp, &params, tag);
sys/netinet/tcp_ratelimit.c
688
rs->rs_rlt[i].tag = NULL;
sys/netinet/tcp_ratelimit.c
722
&rs->rs_rlt[i].tag);
sys/netinet/tcp_ratelimit.h
47
struct m_snd_tag *tag; /* Send tag if needed (chelsio) */
sys/netinet/tcp_reass.c
182
tcp_reass_zone_change(void *tag)
sys/netinet6/frag6.c
1016
frag6_change(void *tag)
sys/netinet6/in6_var.h
574
#define in6_ifstat_inc(ifp, tag) \
sys/netinet6/in6_var.h
578
offsetof(struct in6_ifstat, tag) / sizeof(uint64_t)], 1);\
sys/netipsec/ipsec.c
632
struct ipsec_accel_in_tag *tag;
sys/netipsec/ipsec.c
638
tag = ipsec_accel_input_tag_lookup(m);
sys/netipsec/ipsec.c
639
if (tag != NULL) {
sys/netipsec/ipsec.c
640
tag->tag.m_tag_id = PACKET_TAG_IPSEC_IN_DONE;
sys/netipsec/ipsec.c
821
struct ipsec_accel_in_tag *tag;
sys/netipsec/ipsec.c
826
tag = ipsec_accel_input_tag_lookup(m);
sys/netipsec/ipsec.c
827
if (tag != NULL)
sys/netipsec/ipsec_offload.c
877
struct ipsec_accel_out_tag *tag;
sys/netipsec/ipsec_offload.c
879
tag = (struct ipsec_accel_out_tag *)m_tag_get(
sys/netipsec/ipsec_offload.c
880
PACKET_TAG_IPSEC_ACCEL_OUT, sizeof(*tag), M_NOWAIT);
sys/netipsec/ipsec_offload.c
881
if (tag == NULL)
sys/netipsec/ipsec_offload.c
883
tag->drv_spi = drv_spi;
sys/netipsec/ipsec_offload.c
884
m_tag_prepend(m, &tag->tag);
sys/netipsec/ipsec_offload.c
962
struct ipsec_accel_in_tag *tag;
sys/netipsec/ipsec_offload.c
969
tag = __containerof(xtag, struct ipsec_accel_in_tag, tag);
sys/netipsec/ipsec_offload.c
970
return (tag);
sys/netipsec/ipsec_offload.c
977
struct ipsec_accel_in_tag *tag;
sys/netipsec/ipsec_offload.c
979
tag = ipsec_accel_input_tag_lookup(m);
sys/netipsec/ipsec_offload.c
980
if (tag == NULL)
sys/netipsec/ipsec_offload.c
983
if (tag->drv_spi < IPSEC_ACCEL_DRV_SPI_MIN ||
sys/netipsec/ipsec_offload.c
984
tag->drv_spi > IPSEC_ACCEL_DRV_SPI_MAX) {
sys/netipsec/ipsec_offload.c
987
"<unknwn>", m, tag->drv_spi);
sys/netipsec/ipsec_offload.c
992
sav = ipsec_accel_drvspi_to_sa(tag->drv_spi);
sys/netipsec/ipsec_offload.h
40
struct m_tag tag;
sys/netipsec/ipsec_offload.h
45
struct m_tag tag;
sys/netpfil/ipfilter/netinet/fil.c
1911
u_char *t, tag, tlen, sensitivity;
sys/netpfil/ipfilter/netinet/fil.c
1930
tag = *t;
sys/netpfil/ipfilter/netinet/fil.c
1944
if (tag == 0) {
sys/netpfil/ipfilter/netinet/fil.c
1946
DT2(ipf_fi_bad_checkcipso_tag, fr_info_t *, fin, u_int, tag);
sys/netpfil/ipfilter/netinet/fil.c
1948
} else if (tag == 1) {
sys/netpfil/ipfilter/netinet/fil.c
1957
} else if (tag == 4) {
sys/netpfil/ipfilter/netinet/fil.c
1966
} else if (tag == 5) {
sys/netpfil/ipfilter/netinet/fil.c
1975
} else if (tag > 127) {
sys/netpfil/ipfilter/netinet/fil.c
1980
DT2(ipf_fi_bad_checkcipso_tag127, fr_info_t *, fin, u_int, tag);
sys/netpfil/ipfilter/netinet/ip_scan.c
188
ipf_scan_lookup(char *tag)
sys/netpfil/ipfilter/netinet/ip_scan.c
193
if (!strcmp(i->ipsc_tag, tag))
sys/netpfil/ipfw/ip_dn_io.c
785
struct m_tag *tag;
sys/netpfil/ipfw/ip_dn_io.c
790
tag = m_tag_first(m);
sys/netpfil/ipfw/ip_dn_io.c
791
if (tag == NULL) { /* should not happen */
sys/netpfil/ipfw/ip_dn_io.c
805
tag->m_tag_cookie = MTAG_IPFW_RULE;
sys/netpfil/ipfw/ip_dn_io.c
806
tag->m_tag_id = 0;
sys/netpfil/ipfw/ip_dn_io.c
988
struct m_tag *tag = m_tag_first(m);
sys/netpfil/ipfw/ip_dn_io.c
990
tag->m_tag_cookie = MTAG_IPFW_RULE;
sys/netpfil/ipfw/ip_dn_io.c
991
tag->m_tag_id = 0;
sys/netpfil/ipfw/ip_fw2.c
1355
tvalue = TARG_VAL(ch, tablearg, tag);
sys/netpfil/ipfw/ip_fw2.c
2799
uint32_t tag = TARG(cmd->arg1, tag);
sys/netpfil/ipfw/ip_fw2.c
2802
mtag = m_tag_locate(m, MTAG_IPFW, tag, NULL);
sys/netpfil/ipfw/ip_fw2.c
2818
tag, 0, M_NOWAIT);
sys/netpfil/ipfw/ip_fw2.c
2890
uint32_t tag = TARG(cmd->arg1, tag);
sys/netpfil/ipfw/ip_fw2.c
2894
tag, NULL) != NULL;
sys/netpfil/ipfw/ip_fw_pfil.c
125
struct m_tag *tag;
sys/netpfil/ipfw/ip_fw_pfil.c
136
tag = m_tag_locate(*m0, MTAG_IPFW_RULE, 0, NULL);
sys/netpfil/ipfw/ip_fw_pfil.c
137
if (tag != NULL) {
sys/netpfil/ipfw/ip_fw_pfil.c
138
args.rule = *((struct ipfw_rule_ref *)(tag+1));
sys/netpfil/ipfw/ip_fw_pfil.c
139
m_tag_delete(*m0, tag);
sys/netpfil/ipfw/ip_fw_pfil.c
200
tag = (flags & PFIL_IN) ? NULL :
sys/netpfil/ipfw/ip_fw_pfil.c
202
if (tag != NULL) {
sys/netpfil/ipfw/ip_fw_pfil.c
203
m_tag_unlink(*m0, tag);
sys/netpfil/ipfw/ip_fw_pfil.c
205
tag = m_tag_get(PACKET_TAG_IPFORWARD, len,
sys/netpfil/ipfw/ip_fw_pfil.c
207
if (tag == NULL) {
sys/netpfil/ipfw/ip_fw_pfil.c
213
bcopy(psa, tag + 1, len);
sys/netpfil/ipfw/ip_fw_pfil.c
214
m_tag_prepend(*m0, tag);
sys/netpfil/ipfw/ip_fw_pfil.c
221
sa6 = satosin6(tag + 1);
sys/netpfil/ipfw/ip_fw_pfil.c
490
struct m_tag *tag;
sys/netpfil/ipfw/ip_fw_pfil.c
556
tag = m_tag_alloc(MTAG_IPFW_RULE, 0,
sys/netpfil/ipfw/ip_fw_pfil.c
558
if (tag == NULL) {
sys/netpfil/ipfw/ip_fw_pfil.c
562
*((struct ipfw_rule_ref *)(tag+1)) = args->rule;
sys/netpfil/ipfw/ip_fw_pfil.c
563
m_tag_prepend(clone, tag);
sys/netpfil/ipfw/ip_fw_private.h
337
uint32_t tag; /* O_TAG/O_TAGGED */
sys/netpfil/ipfw/ip_fw_table_value.c
111
_MCPY(tag, IPFW_VTYPE_TAG);
sys/netpfil/ipfw/ip_fw_table_value.c
528
v.tag = iv->tag;
sys/netpfil/ipfw/ip_fw_table_value.c
555
iv.tag = v->tag;
sys/netpfil/pf/if_pfsync.c
854
st->tag = pf_tagname2tag(sp->pfs_1500.tagname);
sys/netpfil/pf/pf.c
11620
uint16_t tag;
sys/netpfil/pf/pf.c
11903
tag = s->tag;
sys/netpfil/pf/pf.c
11905
tag = r->tag;
sys/netpfil/pf/pf.c
11908
if (tag > 0 && pf_tag_packet(&pd, tag)) {
sys/netpfil/pf/pf.c
3130
TH_RST|TH_ACK, 0, 0, 0, M_SKIP_FIREWALL, s->tag, 0,
sys/netpfil/pf/pf.c
4507
pf_mtag->tag = mtag_tag;
sys/netpfil/pf/pf.c
5055
pf_match_tag(struct mbuf *m, struct pf_krule *r, int *tag, int mtag)
sys/netpfil/pf/pf.c
5057
if (*tag == -1)
sys/netpfil/pf/pf.c
5058
*tag = mtag;
sys/netpfil/pf/pf.c
5060
return ((!r->match_tag_not && r->match_tag == *tag) ||
sys/netpfil/pf/pf.c
5061
(r->match_tag_not && r->match_tag != *tag));
sys/netpfil/pf/pf.c
5086
pf_tag_packet(struct pf_pdesc *pd, int tag)
sys/netpfil/pf/pf.c
5089
KASSERT(tag > 0, ("%s: tag %d", __func__, tag));
sys/netpfil/pf/pf.c
5094
pd->pf_mtag->tag = tag;
sys/netpfil/pf/pf.c
5624
pf_match_eth_tag(struct mbuf *m, struct pf_keth_rule *r, int *tag, int mtag)
sys/netpfil/pf/pf.c
5626
if (*tag == -1)
sys/netpfil/pf/pf.c
5627
*tag = mtag;
sys/netpfil/pf/pf.c
5629
return ((!r->match_tag_not && r->match_tag == *tag) ||
sys/netpfil/pf/pf.c
5630
(r->match_tag_not && r->match_tag != *tag));
sys/netpfil/pf/pf.c
5677
int tag = -1;
sys/netpfil/pf/pf.c
5787
else if (r->match_tag && !pf_match_eth_tag(m, r, &tag,
sys/netpfil/pf/pf.c
5788
mtag ? mtag->tag : 0)) {
sys/netpfil/pf/pf.c
5794
if (r->tag)
sys/netpfil/pf/pf.c
5795
tag = r->tag;
sys/netpfil/pf/pf.c
5837
if (tag > 0) {
sys/netpfil/pf/pf.c
5845
mtag->tag = tag;
sys/netpfil/pf/pf.c
6095
&ctx->tag, pd->pf_mtag ? pd->pf_mtag->tag : 0),
sys/netpfil/pf/pf.c
6261
if (r->tag)
sys/netpfil/pf/pf.c
6262
ctx->tag = r->tag;
sys/netpfil/pf/pf.c
6387
ctx.tag = -1;
sys/netpfil/pf/pf.c
6540
if (ctx.tag > 0 && pf_tag_packet(pd, ctx.tag)) {
sys/netpfil/pf/pf.c
6962
if (ctx->tag > 0)
sys/netpfil/pf/pf.c
6963
s->tag = ctx->tag;
sys/netpfil/pf/pf.c
7764
state->tag, 0, state->act.rtableid,
sys/netpfil/pf/pf.c
7780
state->tag, 0, state->act.rtableid,
sys/netpfil/pf/pf.h
574
u_int16_t tag;
sys/netpfil/pf/pf_ioctl.c
1454
PF_MD5_UPD_HTONS(rule, tag, x); /* dup? */
sys/netpfil/pf/pf_ioctl.c
162
uint16_t tag;
sys/netpfil/pf/pf_ioctl.c
2895
krule->tag = rule->tag;
sys/netpfil/pf/pf_ioctl.c
3145
if ((rule->tag = pf_tagname2tag(rule->tagname)) == 0)
sys/netpfil/pf/pf_ioctl.c
4258
if ((rule->tag = pf_tagname2tag(rule->tagname)) == 0)
sys/netpfil/pf/pf_ioctl.c
4807
if ((newrule->tag =
sys/netpfil/pf/pf_ioctl.c
560
if (rule->tag)
sys/netpfil/pf/pf_ioctl.c
561
tag_unref(&V_pf_tags, rule->tag);
sys/netpfil/pf/pf_ioctl.c
596
if (rule->tag)
sys/netpfil/pf/pf_ioctl.c
597
tag_unref(&V_pf_tags, rule->tag);
sys/netpfil/pf/pf_ioctl.c
6763
if ((tagname = pf_tag2tagname(st->tag)) != NULL)
sys/netpfil/pf/pf_ioctl.c
689
tag2hashindex(const struct pf_tagset *ts, uint16_t tag)
sys/netpfil/pf/pf_ioctl.c
692
return (tag & ts->mask);
sys/netpfil/pf/pf_ioctl.c
698
struct pf_tagname *tag;
sys/netpfil/pf/pf_ioctl.c
707
TAILQ_FOREACH(tag, &ts->namehash[index], namehash_entries)
sys/netpfil/pf/pf_ioctl.c
708
if (strcmp(tagname, tag->name) == 0) {
sys/netpfil/pf/pf_ioctl.c
709
tag->ref++;
sys/netpfil/pf/pf_ioctl.c
710
new_tagid = tag->tag;
sys/netpfil/pf/pf_ioctl.c
734
TAILQ_FOREACH(tag, &ts->namehash[index], namehash_entries)
sys/netpfil/pf/pf_ioctl.c
735
if (strcmp(tagname, tag->name) == 0) {
sys/netpfil/pf/pf_ioctl.c
736
tag->ref++;
sys/netpfil/pf/pf_ioctl.c
737
new_tagid = tag->tag;
sys/netpfil/pf/pf_ioctl.c
765
tag = uma_zalloc(V_pf_tag_z, M_NOWAIT);
sys/netpfil/pf/pf_ioctl.c
766
if (tag == NULL) {
sys/netpfil/pf/pf_ioctl.c
770
strlcpy(tag->name, tagname, sizeof(tag->name));
sys/netpfil/pf/pf_ioctl.c
771
tag->tag = new_tagid;
sys/netpfil/pf/pf_ioctl.c
772
tag->ref = 1;
sys/netpfil/pf/pf_ioctl.c
775
TAILQ_INSERT_TAIL(&ts->namehash[index], tag, namehash_entries);
sys/netpfil/pf/pf_ioctl.c
779
TAILQ_INSERT_TAIL(&ts->taghash[index], tag, taghash_entries);
sys/netpfil/pf/pf_ioctl.c
786
tag2tagname(struct pf_tagset *ts, u_int16_t tag)
sys/netpfil/pf/pf_ioctl.c
795
index = tag2hashindex(ts, tag);
sys/netpfil/pf/pf_ioctl.c
797
if (tag == t->tag) {
sys/netpfil/pf/pf_ioctl.c
807
tag_unref(struct pf_tagset *ts, u_int16_t tag)
sys/netpfil/pf/pf_ioctl.c
814
index = tag2hashindex(ts, tag);
sys/netpfil/pf/pf_ioctl.c
816
if (tag == t->tag) {
sys/netpfil/pf/pf_ioctl.c
824
BIT_SET(TAGID_MAX, tag - 1, &ts->avail);
sys/netpfil/pf/pf_ioctl.c
840
pf_tag2tagname(uint16_t tag)
sys/netpfil/pf/pf_ioctl.c
842
return (tag2tagname(&V_pf_tags, tag));
sys/netpfil/pf/pf_lb.c
185
PF_TEST_ATTRIB(r->match_tag && !pf_match_tag(pd->m, r, &ctx->tag,
sys/netpfil/pf/pf_lb.c
186
pd->pf_mtag ? pd->pf_mtag->tag : 0),
sys/netpfil/pf/pf_lb.c
192
if (r->tag)
sys/netpfil/pf/pf_lb.c
193
ctx->tag = r->tag;
sys/netpfil/pf/pf_lb.c
231
if (ctx->tag > 0 && pf_tag_packet(pd, ctx->tag))
sys/netpfil/pf/pf_mtag.h
52
u_int16_t tag; /* tag id */
sys/netpfil/pf/pf_norm.c
1033
struct m_tag *tag;
sys/netpfil/pf/pf_norm.c
1036
tag = m_tag_find(m, PACKET_TAG_PF_REASSEMBLED, NULL);
sys/netpfil/pf/pf_norm.c
1037
if (tag == NULL)
sys/netpfil/pf/pf_norm.c
1040
ftag = (struct pf_fragment_tag *)(tag + 1);
sys/netpfil/pf/pf_norm.c
1162
int tag = -1;
sys/netpfil/pf/pf_norm.c
1198
else if (r->match_tag && !pf_match_tag(pd->m, r, &tag,
sys/netpfil/pf/pf_norm.c
1199
pd->pf_mtag ? pd->pf_mtag->tag : 0))
sys/nfs/bootp_subr.c
1253
unsigned char *start, int len, int tag)
sys/nfs/bootp_subr.c
1276
if (code == tag) {
sys/nfs/bootp_subr.c
1296
struct bootp_packet *bp, int len, int tag)
sys/nfs/bootp_subr.c
1308
(unsigned char *) bp + len - &bp->vend[4], tag);
sys/nfs/bootp_subr.c
1314
tag);
sys/nfs/bootp_subr.c
1319
tag);
sys/nfs/bootp_subr.c
1366
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
1369
if (gctx->tag.taglen != 4)
sys/nfs/bootp_subr.c
1371
gctx->tag.taglen);
sys/nfs/bootp_subr.c
1379
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
1383
if (gctx->tag.taglen % 4)
sys/nfs/bootp_subr.c
1384
panic("bootpc: Router Len is %d", gctx->tag.taglen);
sys/nfs/bootp_subr.c
1385
if (gctx->tag.taglen > 0) {
sys/nfs/bootp_subr.c
1410
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
1435
p = bootpc_tag(&gctx->tag, &ifctx->reply,
sys/nfs/bootp_subr.c
1446
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
1449
if (gctx->tag.taglen >= MAXHOSTNAMELEN)
sys/nfs/bootp_subr.c
1463
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
1472
p = bootpc_tag(&gctx->tag, &ifctx->reply, ifctx->replylen,
sys/nfs/bootp_subr.c
188
struct bootpc_tagcontext tag;
sys/nfs/bootp_subr.c
259
struct bootp_packet *bp, int len, int tag);
sys/nfs/bootp_subr.c
261
unsigned char *start, int len, int tag);
sys/ofed/drivers/infiniband/core/ib_ud_header.c
113
{ STRUCT_FIELD(vlan, tag),
sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
1861
sdp_zone_change(void *tag)
sys/ofed/include/rdma/ib_addr.h
179
uint16_t tag;
sys/ofed/include/rdma/ib_addr.h
183
if (VLAN_TAG(__DECONST(if_t, dev), &tag) != 0)
sys/ofed/include/rdma/ib_addr.h
185
return tag;
sys/ofed/include/rdma/ib_pack.h
256
__be16 tag;
sys/ofed/include/rdma/ib_pma.h
76
__be16 tag;
sys/ofed/include/rdma/ib_pma.h
84
__be16 tag;
sys/ofed/include/rdma/ib_pma.h
90
__be16 tag;
sys/ofed/include/rdma/ib_verbs.h
1839
__be32 tag;
sys/opencrypto/cryptodev.c
1000
error = copyin(caead->tag, cod->buf + crp->crp_digest_start,
sys/opencrypto/cryptodev.c
1050
crp->crp_digest_start, caead->tag, cse->hashsize);
sys/opencrypto/cryptodev.c
128
uint32_t tag;
sys/opencrypto/cryptodev.c
224
PTRIN_CP(*from, *to, tag);
sys/opencrypto/cryptodev.c
241
PTROUT_CP(*from, *to, tag);
sys/opencrypto/cryptodev.c
881
if (cse->hashsize == 0 || caead->tag == NULL) {
sys/opencrypto/cryptodev.h
283
void *tag; /* must fit for chosen TAG length */
sys/opencrypto/cryptosoft.c
1085
exf->final(s.tag, ctx);
sys/opencrypto/cryptosoft.c
1092
r = timingsafe_bcmp(s.tag, s.tag2, swa->sw_mlen);
sys/opencrypto/cryptosoft.c
1151
s.tag);
sys/opencrypto/cryptosoft.c
325
u_char tag[GMAC_DIGEST_LEN];
sys/opencrypto/cryptosoft.c
382
axf->Final(s.tag, &s.ctx);
sys/opencrypto/cryptosoft.c
388
if (timingsafe_bcmp(s.tag, s.tag2, swa->sw_mlen) != 0)
sys/opencrypto/cryptosoft.c
392
crypto_copyback(crp, crp->crp_digest_start, swa->sw_mlen, s.tag);
sys/opencrypto/cryptosoft.c
403
u_char tag[GMAC_DIGEST_LEN];
sys/opencrypto/cryptosoft.c
545
exf->final(s.tag, ctx);
sys/opencrypto/cryptosoft.c
552
r = timingsafe_bcmp(s.tag, s.tag2, swa->sw_mlen);
sys/opencrypto/cryptosoft.c
610
s.tag);
sys/opencrypto/cryptosoft.c
678
u_char tag[AES_CBC_MAC_HASH_LEN];
sys/opencrypto/cryptosoft.c
714
axf->Final(s.tag, &s.ctx);
sys/opencrypto/cryptosoft.c
720
if (timingsafe_bcmp(s.tag, s.tag2, swa->sw_mlen) != 0)
sys/opencrypto/cryptosoft.c
725
s.tag);
sys/opencrypto/cryptosoft.c
737
u_char tag[AES_CBC_MAC_HASH_LEN];
sys/opencrypto/cryptosoft.c
879
exf->final(s.tag, ctx);
sys/opencrypto/cryptosoft.c
886
r = timingsafe_bcmp(s.tag, s.tag2, swa->sw_mlen);
sys/opencrypto/cryptosoft.c
947
s.tag);
sys/opencrypto/cryptosoft.c
962
u_char tag[POLY1305_HASH_LEN];
sys/opencrypto/xform_aes_icm.c
302
aes_gcm_final(uint8_t *tag, void *vctx)
sys/opencrypto/xform_aes_icm.c
306
AES_GMAC_Final(tag, &ctx->gmac);
sys/opencrypto/xform_aes_icm.c
310
aes_ccm_final(uint8_t *tag, void *vctx)
sys/opencrypto/xform_aes_icm.c
314
AES_CBC_MAC_Final(tag, &ctx->cbc_mac);
sys/powerpc/include/bus.h
465
bus_space_peek_##width(bus_space_tag_t tag, \
sys/powerpc/include/bus.h
469
tmp = bus_space_read_##width(tag, hnd, offset); \
sys/powerpc/include/bus.h
480
bus_space_poke_##width(bus_space_tag_t tag, \
sys/powerpc/include/bus.h
483
bus_space_write_##width(tag, hnd, offset, value); \
sys/powerpc/mpc85xx/fsl_sata.c
1643
fsl_sata_setup_fis(struct fsl_sata_channel *ch, struct fsl_sata_cmd_tab *ctp, union ccb *ccb, int tag)
sys/powerpc/mpc85xx/fsl_sata.c
1679
fis[12] = tag << 3;
sys/powerpc/mpc85xx/fsl_sata.c
71
static int fsl_sata_setup_fis(struct fsl_sata_channel *ch, struct fsl_sata_cmd_tab *ctp, union ccb *ccb, int tag);
sys/powerpc/mpc85xx/fsl_sata.c
887
int tag, tags;
sys/powerpc/mpc85xx/fsl_sata.c
897
tag = ffs(~(ch->oslots >> (ch->lastslot + 1)));
sys/powerpc/mpc85xx/fsl_sata.c
899
tag = 0;
sys/powerpc/mpc85xx/fsl_sata.c
900
if (tag == 0 || tag + ch->lastslot >= tags)
sys/powerpc/mpc85xx/fsl_sata.c
901
tag = ffs(~ch->oslots) - 1;
sys/powerpc/mpc85xx/fsl_sata.c
903
tag += ch->lastslot;
sys/powerpc/mpc85xx/fsl_sata.c
904
ch->lastslot = tag;
sys/powerpc/mpc85xx/fsl_sata.c
906
slot = &ch->slot[tag];
sys/powerpc/mpc85xx/fsl_sata.c
913
ch->oslots |= (1 << tag);
sys/powerpc/mpc85xx/fsl_sata.c
924
ch->aslots |= (1 << tag);
sys/powerpc/ofw/ofw_machdep.c
848
OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag,
sys/powerpc/ofw/ofw_machdep.c
861
*tag = &bs_be_tag;
sys/powerpc/ofw/ofw_machdep.c
864
*tag = &bs_le_tag;
sys/powerpc/ofw/ofw_machdep.c
872
return (bus_space_map(*tag, addr, size, flags, handle));
sys/powerpc/powerpc/busdma_machdep.c
780
bus_dma_tag_set_iommu(bus_dma_tag_t tag, device_t iommu, void *cookie)
sys/powerpc/powerpc/busdma_machdep.c
782
tag->iommu = iommu;
sys/powerpc/powerpc/busdma_machdep.c
783
tag->iommu_cookie = cookie;
sys/powerpc/ps3/ps3cdrom.c
473
uint64_t tag, status;
sys/powerpc/ps3/ps3cdrom.c
475
if (lv1_storage_get_async_status(devid, &tag, &status) != 0)
sys/powerpc/ps3/ps3cdrom.c
483
if (xp->x_tag == tag)
sys/powerpc/ps3/ps3cdrom.c
495
cdb[0], tag, status));
sys/powerpc/ps3/ps3cdrom.c
540
"Could not find transfer with tag 0x%016lx\n", tag);
sys/powerpc/ps3/ps3disk.c
416
uint64_t tag, status;
sys/powerpc/ps3/ps3disk.c
418
if (lv1_storage_get_async_status(devid, &tag, &status) != 0)
sys/powerpc/ps3/ps3disk.c
424
"status 0x%016lx\n", __func__, tag, status);
sys/powerpc/ps3/ps3disk.c
428
if ((uint64_t)bp->bio_driver2 != tag)
sys/powerpc/pseries/phyp_vscsi.c
131
uint64_t tag;
sys/powerpc/pseries/phyp_vscsi.c
145
uint8_t tag;
sys/powerpc/pseries/phyp_vscsi.c
160
uint64_t tag;
sys/powerpc/pseries/phyp_vscsi.c
173
uint64_t tag;
sys/powerpc/pseries/phyp_vscsi.c
187
uint64_t tag;
sys/powerpc/pseries/phyp_vscsi.c
518
login->tag = (uint64_t)(xp);
sys/powerpc/pseries/phyp_vscsi.c
564
cmd->tag = (uint64_t)xp;
sys/powerpc/pseries/phyp_vscsi.c
629
cmd->tag = (uint64_t)(xp); /* Let the responder find this again */
sys/powerpc/pseries/phyp_vscsi.c
743
uint64_t tag;
sys/powerpc/pseries/phyp_vscsi.c
812
mad_adapter_info.tag = (uint64_t)xp;
sys/powerpc/pseries/phyp_vscsi.c
86
uint64_t tag;
sys/powerpc/pseries/plpar_iommu.c
153
bus_dma_tag_set_iommu(tag, bus, window);
sys/powerpc/pseries/plpar_iommu.c
71
phyp_iommu_set_dma_tag(device_t bus, device_t dev, bus_dma_tag_t tag)
sys/powerpc/pseries/plpar_iommu.h
35
int phyp_iommu_set_dma_tag(device_t dev, device_t child, bus_dma_tag_t tag);
sys/riscv/cvitek/cvitek_restart.c
123
sc->tag = EVENTHANDLER_REGISTER(shutdown_final,
sys/riscv/cvitek/cvitek_restart.c
143
EVENTHANDLER_DEREGISTER(shutdown_final, sc->tag);
sys/riscv/cvitek/cvitek_restart.c
65
eventhandler_tag tag;
sys/riscv/include/bus.h
454
bus_space_peek_##width(bus_space_tag_t tag, \
sys/riscv/include/bus.h
458
tmp = bus_space_read_##width(tag, hnd, offset); \
sys/riscv/include/bus.h
469
bus_space_poke_##width(bus_space_tag_t tag, \
sys/riscv/include/bus.h
472
bus_space_write_##width(tag, hnd, offset, value); \
sys/riscv/riscv/ofw_machdep.c
38
OF_decode_addr(phandle_t dev, int regno, bus_space_tag_t *tag,
sys/riscv/riscv/ofw_machdep.c
49
*tag = &memmap_bus;
sys/riscv/riscv/ofw_machdep.c
54
return (bus_space_map(*tag, addr, size, 0, handle));
sys/security/mac/mac_net.c
102
tag = m_tag_find(m, PACKET_TAG_MACLABEL, NULL);
sys/security/mac/mac_net.c
103
if (tag == NULL)
sys/security/mac/mac_net.c
105
label = (struct label *)(tag+1);
sys/security/mac/mac_net.c
150
mac_mbuf_tag_init(struct m_tag *tag, int flag)
sys/security/mac/mac_net.c
155
label = (struct label *) (tag + 1);
sys/security/mac/mac_net.c
172
struct m_tag *tag;
sys/security/mac/mac_net.c
178
tag = m_tag_get(PACKET_TAG_MACLABEL, sizeof(struct label),
sys/security/mac/mac_net.c
180
if (tag == NULL)
sys/security/mac/mac_net.c
182
error = mac_mbuf_tag_init(tag, flag);
sys/security/mac/mac_net.c
184
m_tag_free(tag);
sys/security/mac/mac_net.c
187
m_tag_prepend(m, tag);
sys/security/mac/mac_net.c
229
mac_mbuf_tag_destroy(struct m_tag *tag)
sys/security/mac/mac_net.c
233
label = (struct label *)(tag+1);
sys/security/mac/mac_net.c
97
struct m_tag *tag;
sys/sys/acl.h
289
acl_perm_t acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode);
sys/sys/acl.h
290
struct acl_entry acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
sys/sys/eventhandler.h
143
#define EVENTHANDLER_DEREGISTER(name, tag) \
sys/sys/eventhandler.h
148
eventhandler_deregister(_el, tag); \
sys/sys/eventhandler.h
151
#define EVENTHANDLER_DEREGISTER_NOWAIT(name, tag) \
sys/sys/eventhandler.h
156
eventhandler_deregister_nowait(_el, tag); \
sys/sys/eventhandler.h
162
eventhandler_tag tag);
sys/sys/eventhandler.h
164
eventhandler_tag tag);
sys/sys/vnode.h
707
int getnewvnode(const char *tag, struct mount *mp, struct vop_vector *vops,
sys/x86/cpufreq/smist.c
192
bus_dma_tag_t tag;
sys/x86/cpufreq/smist.c
205
/*maxsegsize*/ PAGE_SIZE, 0, NULL, NULL, &tag) != 0) {
sys/x86/cpufreq/smist.c
209
if (bus_dmamem_alloc(tag, &cb_data.buf, BUS_DMA_NOWAIT, &map) != 0) {
sys/x86/cpufreq/smist.c
210
bus_dma_tag_destroy(tag);
sys/x86/cpufreq/smist.c
218
if (bus_dmamap_load(tag, map, cb_data.buf, PAGE_SIZE, set_ownership_cb,
sys/x86/cpufreq/smist.c
220
bus_dmamem_free(tag, cb_data.buf, map);
sys/x86/cpufreq/smist.c
221
bus_dma_tag_destroy(tag);
sys/x86/cpufreq/smist.c
226
bus_dmamap_unload(tag, map);
sys/x86/cpufreq/smist.c
227
bus_dmamem_free(tag, cb_data.buf, map);
sys/x86/cpufreq/smist.c
228
bus_dma_tag_destroy(tag);
sys/x86/include/bus.h
1050
bus_space_peek_##width(bus_space_tag_t tag, \
sys/x86/include/bus.h
1054
tmp = bus_space_read_##width(tag, hnd, offset); \
sys/x86/include/bus.h
1067
bus_space_poke_##width(bus_space_tag_t tag, \
sys/x86/include/bus.h
1070
bus_space_write_##width(tag, hnd, offset, value); \
sys/x86/include/bus.h
140
int bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size,
sys/x86/include/bus.h
147
void bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
195
static __inline u_int8_t bus_space_read_1(bus_space_tag_t tag,
sys/x86/include/bus.h
199
static __inline u_int16_t bus_space_read_2(bus_space_tag_t tag,
sys/x86/include/bus.h
203
static __inline u_int32_t bus_space_read_4(bus_space_tag_t tag,
sys/x86/include/bus.h
208
static __inline uint64_t bus_space_read_8(bus_space_tag_t tag,
sys/x86/include/bus.h
214
bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t handle,
sys/x86/include/bus.h
218
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
224
bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle,
sys/x86/include/bus.h
228
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
234
bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle,
sys/x86/include/bus.h
238
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
245
bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle,
sys/x86/include/bus.h
249
if (tag == X86_BUS_SPACE_IO) /* No 8 byte IO space access on x86 */
sys/x86/include/bus.h
259
static __inline void bus_space_read_multi_1(bus_space_tag_t tag,
sys/x86/include/bus.h
264
static __inline void bus_space_read_multi_2(bus_space_tag_t tag,
sys/x86/include/bus.h
269
static __inline void bus_space_read_multi_4(bus_space_tag_t tag,
sys/x86/include/bus.h
275
bus_space_read_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
279
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
293
bus_space_read_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
297
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
311
bus_space_read_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
315
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
337
static __inline void bus_space_read_region_1(bus_space_tag_t tag,
sys/x86/include/bus.h
342
static __inline void bus_space_read_region_2(bus_space_tag_t tag,
sys/x86/include/bus.h
347
static __inline void bus_space_read_region_4(bus_space_tag_t tag,
sys/x86/include/bus.h
353
bus_space_read_region_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
357
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
379
bus_space_read_region_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
383
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
405
bus_space_read_region_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
409
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
439
static __inline void bus_space_write_1(bus_space_tag_t tag,
sys/x86/include/bus.h
443
static __inline void bus_space_write_2(bus_space_tag_t tag,
sys/x86/include/bus.h
447
static __inline void bus_space_write_4(bus_space_tag_t tag,
sys/x86/include/bus.h
452
static __inline void bus_space_write_8(bus_space_tag_t tag,
sys/x86/include/bus.h
458
bus_space_write_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
462
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
469
bus_space_write_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
473
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
480
bus_space_write_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
484
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
492
bus_space_write_8(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
496
if (tag == X86_BUS_SPACE_IO) /* No 8 byte IO space access on x86 */
sys/x86/include/bus.h
508
static __inline void bus_space_write_multi_1(bus_space_tag_t tag,
sys/x86/include/bus.h
513
static __inline void bus_space_write_multi_2(bus_space_tag_t tag,
sys/x86/include/bus.h
519
static __inline void bus_space_write_multi_4(bus_space_tag_t tag,
sys/x86/include/bus.h
526
bus_space_write_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
530
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
544
bus_space_write_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
548
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
562
bus_space_write_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
566
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
589
static __inline void bus_space_write_region_1(bus_space_tag_t tag,
sys/x86/include/bus.h
594
static __inline void bus_space_write_region_2(bus_space_tag_t tag,
sys/x86/include/bus.h
599
static __inline void bus_space_write_region_4(bus_space_tag_t tag,
sys/x86/include/bus.h
606
bus_space_write_region_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
610
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
632
bus_space_write_region_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
636
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
658
bus_space_write_region_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
662
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
693
static __inline void bus_space_set_multi_1(bus_space_tag_t tag,
sys/x86/include/bus.h
697
static __inline void bus_space_set_multi_2(bus_space_tag_t tag,
sys/x86/include/bus.h
701
static __inline void bus_space_set_multi_4(bus_space_tag_t tag,
sys/x86/include/bus.h
707
bus_space_set_multi_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
712
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
721
bus_space_set_multi_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
726
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
735
bus_space_set_multi_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
740
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
757
static __inline void bus_space_set_region_1(bus_space_tag_t tag,
sys/x86/include/bus.h
761
static __inline void bus_space_set_region_2(bus_space_tag_t tag,
sys/x86/include/bus.h
765
static __inline void bus_space_set_region_4(bus_space_tag_t tag,
sys/x86/include/bus.h
771
bus_space_set_region_1(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
776
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
785
bus_space_set_region_2(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
790
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
799
bus_space_set_region_4(bus_space_tag_t tag, bus_space_handle_t bsh,
sys/x86/include/bus.h
804
if (tag == X86_BUS_SPACE_IO)
sys/x86/include/bus.h
821
static __inline void bus_space_copy_region_1(bus_space_tag_t tag,
sys/x86/include/bus.h
827
static __inline void bus_space_copy_region_2(bus_space_tag_t tag,
sys/x86/include/bus.h
833
static __inline void bus_space_copy_region_4(bus_space_tag_t tag,
sys/x86/include/bus.h
840
bus_space_copy_region_1(bus_space_tag_t tag, bus_space_handle_t bsh1,
sys/x86/include/bus.h
847
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
875
bus_space_copy_region_2(bus_space_tag_t tag, bus_space_handle_t bsh1,
sys/x86/include/bus.h
882
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
910
bus_space_copy_region_4(bus_space_tag_t tag, bus_space_handle_t bsh1,
sys/x86/include/bus.h
917
if (tag == X86_BUS_SPACE_IO) {
sys/x86/include/bus.h
960
bus_space_barrier(bus_space_tag_t tag __unused, bus_space_handle_t bsh __unused,
sys/x86/iommu/amd_ctx.c
281
ctx->context.tag = malloc(sizeof(struct bus_dma_tag_iommu),
sys/x86/iommu/amd_ctx.c
396
free(ctx->context.tag, M_AMDIOMMU_CTX);
sys/x86/iommu/amd_ctx.c
556
ctx->context.tag->owner = dev;
sys/x86/iommu/amd_ctx.c
579
if (ctx->context.tag->owner == NULL)
sys/x86/iommu/amd_ctx.c
580
ctx->context.tag->owner = dev;
sys/x86/iommu/amd_event.c
123
dev = ctx->context.tag->owner;
sys/x86/iommu/intel_ctx.c
163
unit->iommu.unit, busno, pci_get_slot(ctx->context.tag->owner),
sys/x86/iommu/intel_ctx.c
164
pci_get_function(ctx->context.tag->owner),
sys/x86/iommu/intel_ctx.c
429
ctx->context.tag = malloc(sizeof(struct bus_dma_tag_iommu),
sys/x86/iommu/intel_ctx.c
568
ctx->context.tag->owner = dev;
sys/x86/iommu/intel_ctx.c
599
if (ctx->context.tag->owner == NULL)
sys/x86/iommu/intel_ctx.c
600
ctx->context.tag->owner = dev;
sys/x86/iommu/intel_ctx.c
799
free(ctx->context.tag, M_DMAR_CTX);
sys/x86/iommu/intel_drv.c
1187
bus == pci_get_bus(ctx->tag->owner) &&
sys/x86/iommu/intel_drv.c
1188
device == pci_get_slot(ctx->tag->owner) &&
sys/x86/iommu/intel_drv.c
1189
function == pci_get_function(ctx->tag->
sys/x86/iommu/intel_fault.c
226
device_print_prettyname(ctx->context.tag->owner);
sys/x86/iommu/intel_fault.c
227
bus = pci_get_bus(ctx->context.tag->owner);
sys/x86/iommu/intel_fault.c
228
slot = pci_get_slot(ctx->context.tag->owner);
sys/x86/iommu/intel_fault.c
229
func = pci_get_function(ctx->context.tag->owner);
sys/x86/iommu/iommu_utils.c
659
ctx->tag->common.impl = &bus_dma_iommu_impl;
sys/x86/iommu/iommu_utils.c
660
ctx->tag->common.boundary = 0;
sys/x86/iommu/iommu_utils.c
661
ctx->tag->common.lowaddr = maxaddr;
sys/x86/iommu/iommu_utils.c
662
ctx->tag->common.highaddr = maxaddr;
sys/x86/iommu/iommu_utils.c
663
ctx->tag->common.maxsize = maxaddr;
sys/x86/iommu/iommu_utils.c
664
ctx->tag->common.nsegments = BUS_SPACE_UNRESTRICTED;
sys/x86/iommu/iommu_utils.c
665
ctx->tag->common.maxsegsz = maxaddr;
sys/x86/iommu/iommu_utils.c
666
ctx->tag->ctx = ctx;
sys/x86/iommu/iommu_utils.c
667
ctx->tag->owner = dev;
sys/x86/iommu/iommu_utils.c
801
ctx, pci_get_bus(ctx->tag->owner),
sys/x86/iommu/iommu_utils.c
802
pci_get_slot(ctx->tag->owner),
sys/x86/iommu/iommu_utils.c
803
pci_get_function(ctx->tag->owner), ctx->refs,
sys/x86/linux/linux_x86_sigframe.h
105
u_int32_t tag;
sys/x86/x86/bus_machdep.c
45
bus_space_map(bus_space_tag_t tag, bus_addr_t addr, bus_size_t size,
sys/x86/x86/bus_machdep.c
49
*bshp = (tag == X86_BUS_SPACE_MEM)
sys/x86/x86/bus_machdep.c
56
bus_space_unmap(bus_space_tag_t tag, bus_space_handle_t bsh, bus_size_t size)
sys/x86/x86/bus_machdep.c
59
if (tag == X86_BUS_SPACE_MEM)
tests/sys/kern/ktls_test.c
425
size_t size, char *tag, size_t tag_len)
tests/sys/kern/ktls_test.c
473
if (EVP_CIPHER_CTX_ctrl(ctx, EVP_CTRL_AEAD_GET_TAG, tag_len, tag) !=
tests/sys/kern/ktls_test.c
487
size_t size, const char *tag, size_t tag_len)
tests/sys/kern/ktls_test.c
525
__DECONST(char *, tag)) != 1) {
tests/sys/netgraph/vlan_rotate.c
48
uint16_t tag;
tests/sys/netgraph/vlan_rotate.c
84
v[i] = EVL_VLANOFTAG(ntohs(f->vlan[i].tag));
tests/sys/netpfil/pf/ioctl/validation.c
1030
ATF_TP_ADD_TC(tp, tag);
tests/sys/netpfil/pf/ioctl/validation.c
846
ATF_TC_WITH_CLEANUP(tag);
tests/sys/netpfil/pf/ioctl/validation.c
847
ATF_TC_HEAD(tag, tc)
tests/sys/netpfil/pf/ioctl/validation.c
853
ATF_TC_BODY(tag, tc)
tests/sys/netpfil/pf/ioctl/validation.c
879
ATF_TC_CLEANUP(tag, tc)
tools/bus_space/C/lang.c
116
busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry,
tools/bus_space/C/lang.c
122
res = bd_tag_derive(tag, align, bndry, maxaddr, maxsz, nsegs, maxsegsz,
tools/bus_space/C/lang.c
131
busdma_tag_destroy(busdma_tag_t tag)
tools/bus_space/C/lang.c
134
return (bd_tag_destroy(tag));
tools/bus_space/C/lang.c
138
busdma_mem_alloc(busdma_tag_t tag, u_int flags, busdma_md_t *out_p)
tools/bus_space/C/lang.c
142
res = bd_mem_alloc(tag, flags);
tools/bus_space/C/lang.c
157
busdma_md_create(busdma_tag_t tag, u_int flags, busdma_md_t *out_p)
tools/bus_space/C/lang.c
161
res = bd_md_create(tag, flags);
tools/bus_space/C/libbus.h
50
int busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry,
tools/bus_space/C/libbus.h
54
int busdma_tag_destroy(busdma_tag_t tag);
tools/bus_space/C/libbus.h
56
int busdma_mem_alloc(busdma_tag_t tag, u_int flags, busdma_md_t *out_p);
tools/bus_space/C/libbus.h
59
int busdma_md_create(busdma_tag_t tag, u_int flags, busdma_md_t *out_p);
tools/bus_space/busdma.c
145
struct obj *tag;
tools/bus_space/busdma.c
147
tag = obj_alloc(OBJ_TYPE_TAG);
tools/bus_space/busdma.c
148
if (tag == NULL)
tools/bus_space/busdma.c
155
ioc.u.tag.align = align;
tools/bus_space/busdma.c
156
ioc.u.tag.bndry = bndry;
tools/bus_space/busdma.c
157
ioc.u.tag.maxaddr = maxaddr;
tools/bus_space/busdma.c
158
ioc.u.tag.maxsz = maxsz;
tools/bus_space/busdma.c
159
ioc.u.tag.nsegs = nsegs;
tools/bus_space/busdma.c
160
ioc.u.tag.maxsegsz = maxsegsz;
tools/bus_space/busdma.c
161
ioc.u.tag.datarate = datarate;
tools/bus_space/busdma.c
162
ioc.u.tag.flags = flags;
tools/bus_space/busdma.c
164
obj_free(tag);
tools/bus_space/busdma.c
167
tag->refcnt = 1;
tools/bus_space/busdma.c
168
tag->fd = fd;
tools/bus_space/busdma.c
169
tag->parent = ptag;
tools/bus_space/busdma.c
170
tag->key = ioc.result;
tools/bus_space/busdma.c
171
tag->u.tag.align = ioc.u.tag.align;
tools/bus_space/busdma.c
172
tag->u.tag.bndry = ioc.u.tag.bndry;
tools/bus_space/busdma.c
173
tag->u.tag.maxaddr = ioc.u.tag.maxaddr;
tools/bus_space/busdma.c
174
tag->u.tag.maxsz = ioc.u.tag.maxsz;
tools/bus_space/busdma.c
175
tag->u.tag.maxsegsz = ioc.u.tag.maxsegsz;
tools/bus_space/busdma.c
176
tag->u.tag.nsegs = ioc.u.tag.nsegs;
tools/bus_space/busdma.c
177
tag->u.tag.datarate = ioc.u.tag.datarate;
tools/bus_space/busdma.c
178
return (tag);
tools/bus_space/busdma.c
186
struct obj *tag;
tools/bus_space/busdma.c
198
tag = bd_tag_new(NULL, fd, align, bndry, maxaddr, maxsz, nsegs,
tools/bus_space/busdma.c
200
if (tag == NULL) {
tools/bus_space/busdma.c
204
return (tag->oid);
tools/bus_space/busdma.c
211
struct obj *ptag, *tag;
tools/bus_space/busdma.c
217
tag = bd_tag_new(ptag, ptag->fd, align, bndry, maxaddr, maxsz, nsegs,
tools/bus_space/busdma.c
219
if (tag == NULL)
tools/bus_space/busdma.c
222
return (tag->oid);
tools/bus_space/busdma.c
229
struct obj *ptag, *tag;
tools/bus_space/busdma.c
231
tag = obj_lookup(tid, OBJ_TYPE_TAG);
tools/bus_space/busdma.c
232
if (tag == NULL)
tools/bus_space/busdma.c
234
if (tag->refcnt > 1)
tools/bus_space/busdma.c
239
ioc.key = tag->key;
tools/bus_space/busdma.c
240
if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1)
tools/bus_space/busdma.c
243
if (tag->parent != NULL)
tools/bus_space/busdma.c
244
tag->parent->refcnt--;
tools/bus_space/busdma.c
246
close(tag->fd);
tools/bus_space/busdma.c
247
obj_free(tag);
tools/bus_space/busdma.c
287
struct obj *md, *tag;
tools/bus_space/busdma.c
289
tag = obj_lookup(tid, OBJ_TYPE_TAG);
tools/bus_space/busdma.c
290
if (tag == NULL)
tools/bus_space/busdma.c
299
ioc.u.md.tag = tag->key;
tools/bus_space/busdma.c
301
if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1) {
tools/bus_space/busdma.c
307
md->fd = tag->fd;
tools/bus_space/busdma.c
308
md->parent = tag;
tools/bus_space/busdma.c
309
tag->refcnt++;
tools/bus_space/busdma.c
388
struct obj *md, *tag;
tools/bus_space/busdma.c
392
tag = obj_lookup(tid, OBJ_TYPE_TAG);
tools/bus_space/busdma.c
393
if (tag == NULL)
tools/bus_space/busdma.c
402
ioc.u.md.tag = tag->key;
tools/bus_space/busdma.c
404
if (ioctl(tag->fd, PROTO_IOC_BUSDMA, &ioc) == -1) {
tools/bus_space/busdma.c
410
md->fd = tag->fd;
tools/bus_space/busdma.c
411
md->parent = tag;
tools/bus_space/busdma.c
412
tag->refcnt++;
tools/bus_space/busdma.c
419
tag->u.tag.maxsz);
tools/bus_space/busdma.c
421
tag->u.tag.maxsz);
tools/bus_space/busdma.c
423
addr = (uintptr_t)mmap(NULL, tag->u.tag.maxsz, PROT_READ | PROT_WRITE,
tools/bus_space/busdma.c
427
error = bd_md_add_seg(md, BUSDMA_MD_VIRT, addr, tag->u.tag.maxsz);
tools/bus_space/busdma.c
63
} tag;
tools/regression/net80211/ccmp/test_ccmp.c
554
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/ccmp/test_ccmp.c
558
printf("%s: 0x%p len %u", tag, p, len);
tools/regression/net80211/tkip/test_tkip.c
152
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/tkip/test_tkip.c
156
printf("%s: 0x%p len %u", tag, p, len);
tools/regression/net80211/wep/test_wep.c
152
dumpdata(const char *tag, const void *p, size_t len)
tools/regression/net80211/wep/test_wep.c
156
printf("%s: 0x%p len %u", tag, p, len);
tools/regression/posixsem/test.h
57
#define fail_errno(tag) fail_err("%s: %s", (tag), strerror(errno))
tools/tools/ath/athaggrstats/main.c
55
const char *tag;
tools/tools/ath/athaggrstats/main.c
64
getfmt(const char *tag)
tools/tools/ath/athaggrstats/main.c
68
if (strcasecmp(tags[i].tag, tag) == 0)
tools/tools/ath/athaggrstats/main.c
70
return tag;
tools/tools/ath/athstats/main.c
54
const char *tag;
tools/tools/ath/athstats/main.c
72
getfmt(const char *tag)
tools/tools/ath/athstats/main.c
76
if (strcasecmp(tags[i].tag, tag) == 0)
tools/tools/ath/athstats/main.c
78
return tag;
tools/tools/crypto/cryptocheck.c
1109
const char *iv, const char *input, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1139
tag) != 1) {
tools/tools/crypto/cryptocheck.c
1154
size_t key_len, const char *iv, char *tag, int *cridp)
tools/tools/crypto/cryptocheck.c
1171
cop.mac = tag;
tools/tools/crypto/cryptocheck.c
1235
const char *input, size_t size, char *tag, u_int tag_len)
tools/tools/crypto/cryptocheck.c
1265
if (EVP_DigestSignFinal(mdctx, tag, &len) != 1) {
tools/tools/crypto/cryptocheck.c
1325
size_t aad_len, const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1382
tag) != 1) {
tools/tools/crypto/cryptocheck.c
1399
const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1427
tag) != 1)
tools/tools/crypto/cryptocheck.c
1443
size_t aad_len, const char *input, char *output, size_t size, char *tag)
tools/tools/crypto/cryptocheck.c
1519
tag) != 1) {
tools/tools/crypto/cryptocheck.c
1550
size_t size, char *tag, int op)
tools/tools/crypto/cryptocheck.c
1562
caead.tag = tag;
tools/tools/crypto/cryptocheck.c
930
caead.tag = digest;
tools/tools/crypto/cryptostats.c
45
printt(const char* tag, struct cryptotstat *ts)
tools/tools/crypto/cryptostats.c
55
tag, avg, min, max, ts->count);
tools/tools/npe/npestats/main.c
42
const char *tag;
tools/tools/npe/npestats/main.c
51
getfmt(const char *tag)
tools/tools/npe/npestats/main.c
55
if (strcasecmp(tags[i].tag, tag) == 0)
tools/tools/npe/npestats/main.c
57
return tag;
usr.bin/elfdump/elfdump.c
174
d_tags(u_int64_t tag)
usr.bin/elfdump/elfdump.c
178
switch (tag) {
usr.bin/elfdump/elfdump.c
249
"ERROR: TAG NOT DEFINED -- tag 0x%jx", (uintmax_t)tag);
usr.bin/elfdump/elfdump.c
911
int64_t tag;
usr.bin/elfdump/elfdump.c
923
tag = elf_get_size(e, d, D_TAG);
usr.bin/elfdump/elfdump.c
928
fprintf(out, "\td_tag: %s\n", d_tags(tag));
usr.bin/elfdump/elfdump.c
929
switch (tag) {
usr.bin/logger/logger.c
145
tag = optarg;
usr.bin/logger/logger.c
180
if (tag == NULL)
usr.bin/logger/logger.c
181
tag = getlogin();
usr.bin/logger/logger.c
184
cap_openlog(capsyslog, tag, logflags, 0);
usr.bin/logger/logger.c
206
logmessage(pri, timestamp, hostname, tag,
usr.bin/logger/logger.c
211
logmessage(pri, timestamp, hostname, tag,
usr.bin/logger/logger.c
221
logmessage(pri, timestamp, hostname, tag, socks, nsock,
usr.bin/logger/logger.c
229
logmessage(pri, timestamp, hostname, tag, socks, nsock,
usr.bin/logger/logger.c
360
const char *tag, struct socks *sk, ssize_t nsock, const char *buf)
usr.bin/logger/logger.c
370
hostname, tag, buf)) == -1)
usr.bin/logger/logger.c
91
char *tag, *host, buf[1024], *timestamp, tbuf[26],
usr.bin/logger/logger.c
95
tag = NULL;
usr.bin/netstat/ipsec.c
149
print_ipsecstats(const char *tag, const struct ipsecstat *ipsecstat)
usr.bin/netstat/ipsec.c
151
xo_open_container(tag);
usr.bin/netstat/ipsec.c
186
xo_close_container(tag);
usr.bin/netstat/ipsec.c
193
const char *tag;
usr.bin/netstat/ipsec.c
199
tag = "ipsec6-statistics";
usr.bin/netstat/ipsec.c
204
tag = "ipsec-statistics";
usr.bin/netstat/ipsec.c
209
print_ipsecstats(tag, &ipsecstat);
usr.bin/quota/quota.c
418
heading(int type, u_long id, const char *name, const char *tag)
usr.bin/quota/quota.c
422
name, *qfextension[type], id, tag);
usr.bin/quota/quota.c
423
if (!qflag && tag[0] == '\0') {
usr.bin/quota/quota.c
84
static void heading(int type, u_long id, const char *name, const char *tag);
usr.sbin/bhyve/pci_e82545.c
840
uint16_t *tp, tag, head;
usr.sbin/bhyve/pci_e82545.c
902
tag = ntohs(tp[1]) & 0x0fff;
usr.sbin/bhyve/pci_e82545.c
903
if ((sc->esc_fvlan[tag >> 5] &
usr.sbin/bhyve/pci_e82545.c
904
(1 << (tag & 0x1f))) != 0) {
usr.sbin/bhyve/pci_e82545.c
905
DPRINTF("known VLAN %d", tag);
usr.sbin/bhyve/pci_e82545.c
907
DPRINTF("unknown VLAN %d", tag);
usr.sbin/bhyve/pci_virtio_9p.c
301
memcpy(sc->vsc_config->tag, sharename, sc->vsc_config->tag_len);
usr.sbin/bhyve/pci_virtio_9p.c
92
char tag[0];
usr.sbin/bhyve/tpm_emul_passthru.c
26
uint16_t tag;
usr.sbin/bhyve/tpm_emul_swtpm.c
30
uint16_t tag;
usr.sbin/bhyve/tpm_intf_crb.c
169
uint16_t tag;
usr.sbin/config/mkmakefile.cc
692
do_xxfiles(char *tag, FILE *fp)
usr.sbin/config/mkmakefile.cc
698
if (tag[strlen(tag) - 1] == '\n')
usr.sbin/config/mkmakefile.cc
699
tag[strlen(tag) - 1] = '\0';
usr.sbin/config/mkmakefile.cc
701
suff = ns(tag + 7);
usr.sbin/ctld/conf.cc
243
portal_group_set_tag(uint16_t tag)
usr.sbin/ctld/conf.cc
245
portal_group->set_tag(tag);
usr.sbin/ctld/conf.h
72
void portal_group_set_tag(uint16_t tag);
usr.sbin/ctld/ctld.cc
2002
if (newpg.tag() != 0)
usr.sbin/ctld/ctld.cc
2006
newpg.set_tag(it->second->tag());
usr.sbin/ctld/ctld.cc
2013
if (newpg.tag() != 0)
usr.sbin/ctld/ctld.cc
2017
newpg.set_tag(it->second->tag());
usr.sbin/ctld/ctld.cc
755
portal_group::set_tag(uint16_t tag)
usr.sbin/ctld/ctld.cc
757
pg_tag = tag;
usr.sbin/ctld/ctld.cc
944
req.add_32(51, pg->tag());
usr.sbin/ctld/ctld.hh
226
void set_tag(uint16_t tag);
usr.sbin/ctld/discovery.cc
132
pg->tag());
usr.sbin/ctld/discovery.cc
138
pg->tag());
usr.sbin/ctld/iscsi.cc
266
pg->tag());
usr.sbin/ctld/iscsi.cc
282
p_portal_group->tag());
usr.sbin/ctld/iscsi.cc
459
req.data.handoff.portal_group_tag = pg->tag();
usr.sbin/ctld/isns.cc
100
isns_req::add_32(uint32_t tag, uint32_t value)
usr.sbin/ctld/isns.cc
105
add(tag, sizeof(value), &beval);
usr.sbin/ctld/isns.cc
109
isns_req::add_addr(uint32_t tag, const struct addrinfo *ai)
usr.sbin/ctld/isns.cc
122
add(tag, sizeof(buf), buf);
usr.sbin/ctld/isns.cc
126
add(tag, sizeof(in6->sin6_addr), &in6->sin6_addr);
usr.sbin/ctld/isns.cc
135
isns_req::add_port(uint32_t tag, const struct addrinfo *ai)
usr.sbin/ctld/isns.cc
145
add(tag, sizeof(buf), &buf);
usr.sbin/ctld/isns.cc
150
add(tag, sizeof(buf), &buf);
usr.sbin/ctld/isns.cc
71
isns_req::add(uint32_t tag, uint32_t len, const void *value)
usr.sbin/ctld/isns.cc
78
be32enc(&tlv.it_tag, tag);
usr.sbin/ctld/isns.cc
93
isns_req::add_str(uint32_t tag, const char *value)
usr.sbin/ctld/isns.cc
96
add(tag, strlen(value) + 1, value);
usr.sbin/ctld/isns.hh
78
void add(uint32_t tag, uint32_t len, const void *value);
usr.sbin/ctld/isns.hh
80
void add_str(uint32_t tag, const char *value);
usr.sbin/ctld/isns.hh
81
void add_32(uint32_t tag, uint32_t value);
usr.sbin/ctld/isns.hh
82
void add_addr(uint32_t tag, const struct addrinfo *ai);
usr.sbin/ctld/isns.hh
83
void add_port(uint32_t tag, const struct addrinfo *ai);
usr.sbin/ctld/login.cc
1085
"TargetPortalGroupTag", pg->tag());
usr.sbin/ctld/login.cc
823
pg->tag());
usr.sbin/ctld/nvmf.cc
336
nvlist_add_stringf(nvl.get(), "portid", "%u", pg->tag());
usr.sbin/ctld/nvmf_discovery.cc
193
entry->portid = htole16(portal->portal_group()->tag());
usr.sbin/fwcontrol/fwcontrol.c
689
isoreq.tag = (ich >> 6) & 3;
usr.sbin/fwcontrol/fwdv.c
126
isoreq.tag = (ich >> 6) & 3;
usr.sbin/fwcontrol/fwdv.c
284
isoreq.tag = (ich >> 6) & 3;
usr.sbin/fwcontrol/fwmpegts.c
181
isoreq.tag = (ich >> 6) & 3;
usr.sbin/mfiutil/mfiutil.c
212
display_firmware(struct mfi_info_component *comp, const char *tag)
usr.sbin/mfiutil/mfiutil.c
217
fw_time_width, comp->build_time, tag);
usr.sbin/mfiutil/mfiutil.h
185
void display_firmware(struct mfi_info_component *comp, const char *tag);
usr.sbin/ppp/route.c
658
route_ShowSticky(struct prompt *p, struct sticky_route *r, const char *tag,
usr.sbin/ppp/route.c
661
int tlen = strlen(tag);
usr.sbin/ppp/route.c
664
prompt_Printf(p, "%s:\n%*s", tag, indent, "");
usr.sbin/ppp/route.c
666
prompt_Printf(p, "%s:%*s", tag, indent - tlen - 1, "");
usr.sbin/services_mkdb/services_mkdb.c
353
getstring(const char *fname, size_t line, char **cp, const char *tag)
usr.sbin/services_mkdb/services_mkdb.c
361
warnx("%s, %zu: no %s found", fname, line, tag);
usr.sbin/wlanstat/main.c
51
const char *tag;
usr.sbin/wlanstat/main.c
69
getfmt(const char *tag)
usr.sbin/wlanstat/main.c
73
if (strcasecmp(tags[i].tag, tag) == 0)
usr.sbin/wlanstat/main.c
75
return tag;
usr.sbin/ypldap/ber.c
1015
*tag = t;
usr.sbin/ypldap/ber.c
47
static ssize_t get_id(struct ber *b, unsigned long *tag, int *class,
usr.sbin/ypldap/ber.c
986
get_id(struct ber *b, unsigned long *tag, int *class, int *cstruct)
usr.sbin/ypldap/ber.c
999
*tag = u & BER_TAG_MASK;