Lines Matching refs:avp
376 struct anch_vol_desc_ptr *avp; in readvolseq() local
390 avp = (struct anch_vol_desc_ptr *)avdbuf; in readvolseq()
391 tp = &avp->avd_tag; in readvolseq()
408 main_vdbuf = malloc(avp->avd_main_vdse.ext_len); in readvolseq()
409 res_vdbuf = malloc(avp->avd_res_vdse.ext_len); in readvolseq()
415 avp->avd_main_vdse.ext_len, avp->avd_main_vdse.ext_loc, in readvolseq()
416 avp->avd_res_vdse.ext_loc); in readvolseq()
417 if (bread(fsreadfd, main_vdbuf, fsbtodb(avp->avd_main_vdse.ext_loc), in readvolseq()
418 avp->avd_main_vdse.ext_len) != 0) in readvolseq()
420 if (bread(fsreadfd, res_vdbuf, fsbtodb(avp->avd_res_vdse.ext_loc), in readvolseq()
421 avp->avd_res_vdse.ext_len) != 0) in readvolseq()
423 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len; in readvolseq()
424 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()