Searched defs:tagtype (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_encode.h273 unsigned int tagval : 8, tagtype : 8; member in struct:atype_info
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c317 poe_tagname(uint16_t tagtype) argument
323 if (tagtype == tlp->tl_type)
325 (void) sprintf(tname, "Tag%d", tagtype);
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c806 fru_tagtype_t tagtype; local
826 tagtype = get_tag_type(&tag); /* verify tag type */
827 if (tagtype == -1) {
831 tag_size = get_tag_size(tagtype);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1116 fru_tagtype_t tagtype; local
1167 tagtype = get_tag_type((fru_tag_t *)&pkt->tag);
1168 if (tagtype == -1) {
1172 tag_size = get_tag_size(tagtype);
1278 fru_tagtype_t tagtype; local
1296 tagtype = get_tag_type((void *)buf);
1297 if (tagtype == -1) {
1302 tag_size = get_tag_size(tagtype);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1365 uchar_t tagtype; local
1384 tagtype = *opt++;
1387 "Tag Type = %d (MAXSIX)", tagtype);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1852 fru_tagtype_t tagtype; local
1863 tagtype = get_tag_type(&tag); /* verify tag type */
1864 if (tagtype == -1) {
1868 tag_size = get_tag_size(tagtype);
2292 fru_tagtype_t tagtype; local
2336 tagtype = get_tag_type((void *)&packet->tag);
2337 if (tagtype == -1) {
2341 tag_size = get_tag_size(tagtype);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1910 fru_tagtype_t tagtype; local
1928 tagtype = get_tag_type(&tag); /* verify tag type */
1929 if (tagtype == -1) {
1933 tag_size = get_tag_size(tagtype);
2395 fru_tagtype_t tagtype; local
2439 tagtype = get_tag_type((void *)&packet->tag);
2440 if (tagtype == -1) {
2444 tag_size = get_tag_size(tagtype);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c2172 fru_tagtype_t tagtype; local
2192 tagtype = get_tag_type(&tag); /* verify tag type */
2193 if (tagtype == -1) {
2197 tag_size = get_tag_size(tagtype);
2589 fru_tagtype_t tagtype; local
2634 tagtype = get_tag_type((void *)&packet->tag);
2635 if (tagtype == -1) {
2639 tag_size = get_tag_size(tagtype);

Completed in 99 milliseconds