Searched refs:tag_id (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c374 tp->tag_id, tagerrs[err]);
407 tagerrs[err], tp->tag_id);
412 "tag type %d, block %lx\n"), tp->tag_id,
416 switch (tp->tag_id) {
452 "sequence tag %d\n"), tp->tag_id);
489 tagerrs[err], lvintp->lvid_tag.tag_id);
539 tagerrs[err], spacep->sbd_tag.tag_id);
545 tagerrs[err], spacep->sbd_tag.tag_id,
551 tagerrs[err], spacep->sbd_tag.tag_id);
581 fileset->fsd_tag.tag_id, tagerr
[all...]
H A Dutilities.c185 "tag=%d\n"), tagerrs[err], fp->fe_tag.tag_id);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c546 switch (tp->tag_id) {
577 switch (tp->tag_id) {
691 tp->tag_id = UD_PRI_VOL_DESC;
726 tp->tag_id = UD_IMPL_USE_DESC;
755 tp->tag_id = UD_PART_DESC;
806 tp->tag_id = UD_LOG_VOL_DESC;
842 tp->tag_id = UD_UNALL_SPA_DESC;
858 tp->tag_id = UD_TERM_DESC;
882 tp->tag_id = UD_ANCH_VOL_DESC;
910 tp->tag_id
[all...]
H A Dudfslib.c98 switch (itp->tag_id) {
153 otp->tag_id = SWAP16(itp->tag_id);
186 id = SWAP16(tp->tag_id);
202 otp->tag_id = id;
215 switch (otp->tag_id) {
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgenv_tag.h108 uint64_t tag_id; member in union:sensor_id
H A Dsgenv_impl.h256 x.sd_id.tag_id, x.sd_value, \
/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/cmd/fs.d/udfs/labelit/
H A Dlabelit.c394 SWAP_16(pvd->pvd_tag.tag_id),
432 SWAP_16(iuvd->iuvd_tag.tag_id),
457 SWAP_16(lvd->lvd_tag.tag_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/smbsrv/ndl/
H A Dsvcctl.ndl218 DWORD tag_id;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h123 uint16_t tag_id; /* 00 Tag Identifier */ member in struct:tag
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2059 env_cache[key_posn][i].sd_id.tag_id =
2060 buf.con[i].id.tag_id;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c859 cfg->tag_id = 0;
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c450 switch (SWAP_16(tag->tag_id)) {

Completed in 1409 milliseconds