Home
last modified time | relevance | path

Searched refs:print_ext_ad (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1603 print_ext_ad(FILE *fout, char *name, struct extent_ad *ead) in print_ext_ad() function
1643 print_ext_ad(fout, "val ", &pvd->pvd_vol_abs); in print_pvd()
1644 print_ext_ad(fout, "vcnl ", &pvd->pvd_vcn); in print_pvd()
1658 print_ext_ad(fout, "Main Volume Descriptor Sequence : ", in print_avd()
1660 print_ext_ad(fout, "Reserve Volume Descriptor Sequence : ", in print_avd()
1672 print_ext_ad(fout, "vdse ", &vdp->vdp_nvdse); in print_vdp()
1740 print_ext_ad(fout, "Int Seq", &lvd->lvd_int_seq_ext); in print_lvd()
1783 print_ext_ad(fout, "Nie ", &lvid->lvid_nie); in print_lvid()
H A Dud_lib.h254 void print_ext_ad(FILE *, char *, struct extent_ad *);