/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | setup.c | 399 tp->tag_id, tagerrs[err]); in readvolseq() 432 tagerrs[err], tp->tag_id); in readvolseq() 437 "tag type %d, block %lx\n"), tp->tag_id, in readvolseq() 441 switch (tp->tag_id) { in readvolseq() 477 "sequence tag %d\n"), tp->tag_id); in readvolseq() 514 tagerrs[err], lvintp->lvid_tag.tag_id); in readvolseq() 564 tagerrs[err], spacep->sbd_tag.tag_id); in readvolseq() 570 tagerrs[err], spacep->sbd_tag.tag_id, in readvolseq() 576 tagerrs[err], spacep->sbd_tag.tag_id); in readvolseq() 606 fileset->fsd_tag.tag_id, tagerrs[err]); in readvolseq()
|
H A D | utilities.c | 188 "tag=%d\n"), tagerrs[err], fp->fe_tag.tag_id); in getfilentry()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 546 switch (tp->tag_id) { in wtvolseq() 577 switch (tp->tag_id) { in wtvolseq() 691 tp->tag_id = UD_PRI_VOL_DESC; in volseqinit() 726 tp->tag_id = UD_IMPL_USE_DESC; in volseqinit() 755 tp->tag_id = UD_PART_DESC; in volseqinit() 806 tp->tag_id = UD_LOG_VOL_DESC; in volseqinit() 842 tp->tag_id = UD_UNALL_SPA_DESC; in volseqinit() 858 tp->tag_id = UD_TERM_DESC; in volseqinit() 882 tp->tag_id = UD_ANCH_VOL_DESC; in volseqinit() 910 tp->tag_id = UD_FILE_SET_DESC; in volseqinit() [all …]
|
H A D | udfslib.c | 96 switch (itp->tag_id) { in maketag() 151 otp->tag_id = SWAP16(itp->tag_id); in maketag() 184 id = SWAP16(tp->tag_id); in verifytag() 200 otp->tag_id = id; in verifytag() 213 switch (otp->tag_id) { in verifytag()
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 1691 uint32_t tag_size, tag_id; in cnx_parse_img_info() local 1703 tag_id = ntohl(*p) >> 24; in cnx_parse_img_info() 1707 tag_id = ((*p) >> 24); in cnx_parse_img_info() 1711 logmsg(MSG_INFO, "tag_id: %d tag_size: %d\n", tag_id, tag_size); in cnx_parse_img_info() 1716 "info section size (%d bytes)"), tag_num, tag_id, in cnx_parse_img_info() 1721 switch (tag_id) { in cnx_parse_img_info() 1725 "%d expected sz %d\n", tag_id, tag_size, in cnx_parse_img_info() 1747 "%d expected sz %d\n", tag_id, tag_size, in cnx_parse_img_info() 1781 "%d expected sz %d\n", tag_id, tag_size, in cnx_parse_img_info() 1791 "%d expected sz %d\n", tag_id, tag_size, in cnx_parse_img_info() [all …]
|
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/ |
H A D | labelit.c | 392 SWAP_16(pvd->pvd_tag.tag_id), in label_vds() 430 SWAP_16(iuvd->iuvd_tag.tag_id), in label_vds() 455 SWAP_16(lvd->lvd_tag.tag_id), in label_vds()
|
/illumos-gate/usr/src/cmd/fs.d/udfs/common/ |
H A D | ud_lib.c | 468 id = SWAP_16(tag->tag_id); in ud_parse_fill_vds() 784 id = SWAP_16(tag->tag_id); in ud_get_latest_lvid() 875 id = SWAP_16(tag->tag_id); in ud_get_latest_fsd() 1004 if (tag->tag_id != SWAP_16(id)) { in ud_verify_tag() 1008 SWAP_16(tag->tag_id), id); in ud_verify_tag() 1094 ud_make_tag(ud_handle_t h, struct tag *tag, uint16_t tag_id, in ud_make_tag() argument 1101 tag->tag_id = SWAP_16(tag_id); in ud_make_tag() 1605 SWAP_16(tag->tag_id), SWAP_16(tag->tag_desc_ver), in print_tag()
|
/illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgenv_tag.h | 108 uint64_t tag_id; member
|
H A D | sgenv_impl.h | 256 x.sd_id.tag_id, x.sd_value, \
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_subr.c | 918 struct tag *tag, uint16_t tag_id, uint32_t blkno, uint16_t crc_len) in ud_make_tag() argument 931 tag->tag_id = SWAP_16(tag_id); in ud_make_tag() 1189 if (tag->tag_id != SWAP_16(id)) { in ud_verify_tag_and_desc()
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 123 uint16_t tag_id; /* 00 Tag Identifier */ member
|
/illumos-gate/usr/src/uts/sun4u/lw8/io/ |
H A D | sgenv.c | 2059 env_cache[key_posn][i].sd_id.tag_id = in sgenv_get_env_data() 2060 buf.con[i].id.tag_id; in sgenv_get_env_data()
|
/illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
H A D | svcctl.ndl | 220 DWORD tag_id;
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb.c | 448 switch (SWAP_16(tag->tag_id)) { in print_desc()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | svcctl_svc.c | 859 cfg->tag_id = 0; in svcctl_s_QueryServiceConfig()
|