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