Lines Matching refs:avp
619 struct anch_vol_desc_ptr *avp; in volseqinit() local
880 avp = (struct anch_vol_desc_ptr *)buf; in volseqinit()
881 tp = &avp->avd_tag; in volseqinit()
888 setextad(&avp->avd_main_vdse, in volseqinit()
890 setextad(&avp->avd_res_vdse, in volseqinit()
1393 struct anch_vol_desc_ptr *avp; in readvolseq() local
1397 avp = (struct anch_vol_desc_ptr *)malloc(sectorsize); in readvolseq()
1398 rdfs(FIRSTAVDP, sectorsize, (char *)avp); in readvolseq()
1399 tp = (struct tag *)avp; in readvolseq()
1403 main_vdbuf = malloc(avp->avd_main_vdse.ext_len); in readvolseq()
1409 rdfs(avp->avd_main_vdse.ext_loc, avp->avd_main_vdse.ext_len, in readvolseq()
1411 end = (uint8_t *)main_vdbuf + avp->avd_main_vdse.ext_len; in readvolseq()
1413 nextblock = avp->avd_main_vdse.ext_loc; in readvolseq()
1430 avp = (struct anch_vol_desc_ptr *)tp; in readvolseq()