Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dfdc.h161 char d_vtoc_volume[LEN_DKL_VVOL]; member
/titanic_50/usr/src/uts/common/io/
H A Dfd.c913 bcopy(label->dkl_vtoc.v_volume, fdp->d_vtoc_volume, LEN_DKL_VVOL); in fdgetlabel()
939 bzero(fdp->d_vtoc_volume, LEN_DKL_VVOL); in fdgetlabel()
1849 bcopy(fdp->d_vtoc_volume, vtocp->v_volume, LEN_DKL_VVOL); in fd_build_user_vtoc()
1932 bcopy(vtocp->v_volume, fdp->d_vtoc_volume, LEN_DKL_VVOL); in fd_build_label_vtoc()