Lines Matching defs:avp
353 struct anch_vol_desc_ptr *avp;
365 avp = (struct anch_vol_desc_ptr *)avdbuf;
366 tp = &avp->avd_tag;
383 main_vdbuf = malloc(avp->avd_main_vdse.ext_len);
384 res_vdbuf = malloc(avp->avd_res_vdse.ext_len);
390 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc,
391 avp->avd_res_vdse.ext_loc);
392 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc),
393 avp->avd_main_vdse.ext_len) != 0)
395 if (bread(fsreadfd, res_vdbuf, fsbtodb(avp->avd_res_vdse.ext_loc),
396 avp->avd_res_vdse.ext_len) != 0)
398 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len;
399 nextblock = avp->avd_main_vdse.ext_loc;