Searched defs:tag_size (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_impl.h338 __in_bcount(tag_size) caddr_t tag_data,
339 __in size_t tag_size, variable
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h149 int tag_size; member in struct:__anon3261
H A Draw_access.c759 pkt_hash->u.pkt_obj->tag_size);
760 offset += pkt_hash->u.pkt_obj->tag_size;
794 int tag_size; local
831 tag_size = get_tag_size(tagtype);
832 if (tag_size == -1) {
836 seg_limit += tag_size;
850 if ((offset + tag_size + paylen) >
867 offset += tag_size;
880 (void) memcpy(&pkt_hash_obj->u.pkt_obj->tag, &tag, tag_size);
882 pkt_hash_obj->u.pkt_obj->tag_size
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h152 int tag_size; member in struct:__anon1089
H A Dfru_access.c1809 pkt_hash->u.pkt_obj->tag_size);
1810 offset += pkt_hash->u.pkt_obj->tag_size;
1841 int tag_size; local
1868 tag_size = get_tag_size(tagtype);
1869 if (tag_size == -1) {
1873 seg_limit += tag_size;
1893 offset += tag_size;
1897 (void) memcpy(&pkt_hash_obj->u.pkt_obj->tag, &tag, tag_size);
1899 pkt_hash_obj->u.pkt_obj->tag_size = tag_size;
2283 int tag_size; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h155 int tag_size; member in struct:__anon1157
H A Dfru_access.c1878 pkt_hash->u.pkt_obj->tag_size);
1879 offset += pkt_hash->u.pkt_obj->tag_size;
1899 int tag_size; local
1933 tag_size = get_tag_size(tagtype);
1934 if (tag_size == -1) {
1938 seg_limit += tag_size;
1964 offset += tag_size;
1983 (void) memcpy(&pkt_hash_obj->u.pkt_obj->tag, &tag, tag_size);
1985 pkt_hash_obj->u.pkt_obj->tag_size = tag_size;
2386 int tag_size; local
[all...]
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1691 uint32_t tag_size, tag_id; local
1702 tag_size = ntohl(*p) & 0xffffff;
1706 tag_size = ((*p) & 0xffffff);
1711 logmsg(MSG_INFO, "tag_id: %d tag_size: %d\n", tag_id, tag_size);
1713 if ((offs + tag_size) > byte_size) {
1717 tag_size, byte_size);
1723 if (tag_size != CNX_FW_VER_SZ) {
1724 logmsg(MSG_INFO, "ERROR: tag_id: %d tag_size: "
1725 "%d expected sz %d\n", tag_id, tag_size,
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1114 size_t tag_size; local
1172 tag_size = get_tag_size(tagtype);
1173 if (tag_size == (size_t)-1) {
1179 (void) memcpy(&hash_obj->u.pkt_node->tag, &pkt->tag, tag_size);
1268 size_t tag_size; local
1302 tag_size = get_tag_size(tagtype);
1303 if (tag_size == (size_t)-1) {
1315 (void) memcpy(&packet.tag, buf, tag_size);
1317 retval = fru_append_packet(seg_acc_hdl, &packet, (char *)buf + tag_size,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h206 int tag_size; member in struct:__anon1220
H A Dlibfruaccess.c2141 pkt_hash->u.pkt_obj->tag_size);
2142 offset += pkt_hash->u.pkt_obj->tag_size;
2161 int tag_size; local
2197 tag_size = get_tag_size(tagtype);
2198 if (tag_size == -1) {
2202 seg_limit += tag_size;
2228 offset += tag_size;
2239 (void) memcpy(&pkt_hash_obj->u.pkt_obj->tag, &tag, tag_size);
2241 pkt_hash_obj->u.pkt_obj->tag_size = tag_size;
2580 int tag_size; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_writer.h100 size_t tag_size; /* type_size, header_size */ member in struct:_tnf_tag_data

Completed in 96 milliseconds