Lines Matching refs:pvd
448 struct pri_vol_desc *pvd; in ud_parse_fill_vds() local
483 pvd = (struct pri_vol_desc *)taddr; in ud_parse_fill_vds()
485 (SWAP_32(pvd->pvd_vdsn) > v->pvd_vdsn)) { in ud_parse_fill_vds()
486 v->pvd_vdsn = SWAP_32(pvd->pvd_vdsn); in ud_parse_fill_vds()
1613 print_pvd(FILE *fout, struct pri_vol_desc *pvd) in print_pvd() argument
1617 print_tag(fout, &pvd->pvd_tag); in print_pvd()
1619 SWAP_32(pvd->pvd_vdsn), SWAP_32(pvd->pvd_pvdn)); in print_pvd()
1620 print_dstring(fout, "volid : ", pvd->pvd_desc_cs.cs_type, in print_pvd()
1621 pvd->pvd_vol_id, 32); in print_pvd()
1625 SWAP_16(pvd->pvd_vsn), SWAP_16(pvd->pvd_mvsn), in print_pvd()
1626 SWAP_16(pvd->pvd_il), SWAP_16(pvd->pvd_mil), in print_pvd()
1627 SWAP_32(pvd->pvd_csl), SWAP_32(pvd->pvd_mcsl)); in print_pvd()
1628 print_dstring(fout, "vsid :", pvd->pvd_desc_cs.cs_type, in print_pvd()
1629 pvd->pvd_vsi, 128); in print_pvd()
1630 print_charspec(fout, "desc_cs", &pvd->pvd_desc_cs); in print_pvd()
1631 print_charspec(fout, "exp_cs", &pvd->pvd_exp_cs); in print_pvd()
1632 print_ext_ad(fout, "val ", &pvd->pvd_vol_abs); in print_pvd()
1633 print_ext_ad(fout, "vcnl ", &pvd->pvd_vcn); in print_pvd()
1634 print_regid(fout, "ai", &pvd->pvd_appl_id, REG_UDF_II); in print_pvd()
1635 print_regid(fout, "ii", &pvd->pvd_ii, REG_UDF_II); in print_pvd()
1637 SWAP_32(pvd->pvd_pvdsl), in print_pvd()
1638 SWAP_16(pvd->pvd_flags)); in print_pvd()