Searched refs:tagtype (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dxmldocumenttree1.sh106 typeset tagtype="element"
127 typeset tagtype="text"
134 typeset tagtype="comment"
339 set | egrep "xdoc.*(tagname|tagtype|tagval|tagattributes)" | fgrep -v ']=$'
342 typeset + | egrep "xdoc.*(tagname|tagtype|tagval|tagattributes)"
H A Dcrawlsrccomments.sh133 typeset tagtype="comment"
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h84 extern const char *poe_tagname(uint16_t tagtype);
H A Dcommon.c317 poe_tagname(uint16_t tagtype) argument
323 if (tagtype == tlp->tl_type)
325 (void) sprintf(tname, "Tag%d", tagtype);
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-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
H A Dasn1_encode.c408 retval = asn1_make_etag(buf, a->tagtype, a->tagval, sum, &length);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1364 uchar_t tagtype; local
1383 tagtype = *opt++;
1386 "Tag Type = %d (MAXSIX)", tagtype);

Completed in 360 milliseconds