Home
last modified time | relevance | path

Searched refs:avdp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c192 struct anch_vol_desc_ptr *avdp = NULL; in ud_fill_udfs_info() local
214 if ((avdp = (struct anch_vol_desc_ptr *) in ud_fill_udfs_info()
219 (uint8_t *)avdp, h->udfs.lbsize) != 0) { in ud_fill_udfs_info()
220 free(avdp); in ud_fill_udfs_info()
223 if (ud_verify_tag(h, &avdp->avd_tag, UD_ANCH_VOL_DESC, in ud_fill_udfs_info()
225 free(avdp); in ud_fill_udfs_info()
229 h->udfs.mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_fill_udfs_info()
230 h->udfs.mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_fill_udfs_info()
232 h->udfs.rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_fill_udfs_info()
233 h->udfs.rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_fill_udfs_info()
[all …]
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c268 avdp = (struct anch_vol_desc_ptr *)tp; in check_avdp()
358 daddr_t avdp; in readvolseq() local
368 avdp = FIRSTAVDP * fsbsize / DEV_BSIZE; in readvolseq()
369 if (bread(fsreadfd, avdbuf, avdp, fsbsize) != 0) in readvolseq()
H A Dfsck.h115 struct anch_vol_desc_ptr *avdp; variable
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c971 struct anch_vol_desc_ptr *avdp; in ud_validate_and_fill_superblock() local
1002 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr; in ud_validate_and_fill_superblock()
1003 if (ud_verify_tag_and_desc(&avdp->avd_tag, UD_ANCH_VOL_DESC, in ud_validate_and_fill_superblock()
1010 udf_vfsp->udf_mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc); in ud_validate_and_fill_superblock()
1011 udf_vfsp->udf_mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len); in ud_validate_and_fill_superblock()
1012 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc); in ud_validate_and_fill_superblock()
1013 udf_vfsp->udf_rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len); in ud_validate_and_fill_superblock()
1845 struct anch_vol_desc_ptr *avdp; in ud_get_lbsize() local
1890 avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr; in ud_get_lbsize()
1891 if (ud_verify_tag_and_desc(&avdp->avd_tag, in ud_get_lbsize()