Searched defs:avdp (Results 1 - 4 of 4) sorted by relevance

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

Completed in 51 milliseconds