Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c399 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 Dutilities.c188 "tag=%d\n"), tagerrs[err], fp->fe_tag.tag_id); in getfilentry()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dmkfs.c546 switch (tp->tag_id) { in wtvolseq()
577 switch (tp->tag_id) { in wtvolseq()
691 tp->tag_id = UD_PRI_VOL_DESC; in volseqinit()
755 tp->tag_id = UD_PART_DESC; in volseqinit()
806 tp->tag_id = UD_LOG_VOL_DESC; in volseqinit()
858 tp->tag_id = UD_TERM_DESC; in volseqinit()
945 tp->tag_id = UD_TERM_DESC; in volseqinit()
969 tp->tag_id = UD_FILE_ENTRY; in volseqinit()
1081 tp->tag_id = UD_LOG_VOL_INT; in volseqinit()
1113 tp->tag_id = UD_TERM_DESC; in volseqinit()
[all …]
H A Dudfslib.c96 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 Dhermon.c1691 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()
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()
1802 "%d expected sz %d\n", tag_id, tag_size, in cnx_parse_img_info()
1860 if (tag_id > CNX_END_TAG) { in cnx_parse_img_info()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c392 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 Dud_lib.c468 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 Dsgenv_tag.h108 uint64_t tag_id; member
H A Dsgenv_impl.h256 x.sd_id.tag_id, x.sd_value, \
/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) 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 Dudf_volume.h123 uint16_t tag_id; /* 00 Tag Identifier */ member
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgenv.c2059 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 Dsvcctl.ndl220 DWORD tag_id;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_svc.c859 cfg->tag_id = 0; in svcctl_s_QueryServiceConfig()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c448 switch (SWAP_16(tag->tag_id)) { in print_desc()