Searched defs:tag_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1691 uint32_t tag_size, tag_id; local
1703 tag_id = ntohl(*p) >> 24;
1707 tag_id = ((*p) >> 24);
1711 logmsg(MSG_INFO, "tag_id: %d tag_size: %d\n", tag_id, tag_size);
1715 "corrupted: Tag# %d - tag_id %d, size %d exceeds "
1716 "info section size (%d bytes)"), tag_num, tag_id,
1721 switch (tag_id) {
1724 logmsg(MSG_INFO, "ERROR: tag_id: %d tag_size: "
1725 "%d expected sz %d\n", tag_id, tag_siz
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_tag.h108 uint64_t tag_id; member in union:sensor_id
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c479 id = SWAP_16(tag->tag_id);
795 id = SWAP_16(tag->tag_id);
886 id = SWAP_16(tag->tag_id);
1015 if (tag->tag_id != SWAP_16(id)) {
1019 SWAP_16(tag->tag_id), id);
1105 ud_make_tag(ud_handle_t h, struct tag *tag, uint16_t tag_id, argument
1112 tag->tag_id = SWAP_16(tag_id);
1614 "tag_id : %x ver : %x cksum : %x "
1616 SWAP_16(tag->tag_id), SWAP_1
[all...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c918 struct tag *tag, uint16_t tag_id, uint32_t blkno, uint16_t crc_len)
931 tag->tag_id = SWAP_16(tag_id);
1189 if (tag->tag_id != SWAP_16(id)) {
917 ud_make_tag(struct udf_vfs *udf_vfsp, struct tag *tag, uint16_t tag_id, uint32_t blkno, uint16_t crc_len) argument
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h123 uint16_t tag_id; /* 00 Tag Identifier */ member in struct:tag

Completed in 73 milliseconds