Searched refs:avdp (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-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...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c974 struct anch_vol_desc_ptr *avdp; local
1005 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr;
1006 if (ud_verify_tag_and_desc(&avdp->avd_tag, UD_ANCH_VOL_DESC,
1013 udf_vfsp->udf_mvds_loc = SWAP_32(avdp->avd_main_vdse.ext_loc);
1014 udf_vfsp->udf_mvds_len = SWAP_32(avdp->avd_main_vdse.ext_len);
1015 udf_vfsp->udf_rvds_loc = SWAP_32(avdp->avd_res_vdse.ext_loc);
1016 udf_vfsp->udf_rvds_len = SWAP_32(avdp->avd_res_vdse.ext_len);
1848 struct anch_vol_desc_ptr *avdp; local
1891 * Verify if we have avdp here
1893 avdp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filebench/common/
H A Dvars.c1824 avd_update(avd_t *avdp, var_t *lvar_list) argument
1828 if ((*avdp)->avd_type == AVD_IND_VAR) {
1831 if ((old_lvar = (*avdp)->avd_val.varptr) == NULL) {
1844 (*avdp) = avd_alloc_var_ptr(new_lvar);
1846 (*avdp) = avd_alloc_var_ptr(old_lvar);
H A Dvars.h238 void avd_update(avd_t *avdp, var_t *lvar_list);

Completed in 105 milliseconds