Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfdc.h161 char d_vtoc_volume[LEN_DKL_VVOL]; member
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c919 bcopy(label->dkl_vtoc.v_volume, fdp->d_vtoc_volume, LEN_DKL_VVOL); in fdgetlabel()
945 bzero(fdp->d_vtoc_volume, LEN_DKL_VVOL); in fdgetlabel()
1855 bcopy(fdp->d_vtoc_volume, vtocp->v_volume, LEN_DKL_VVOL); in fd_build_user_vtoc()
1938 bcopy(vtocp->v_volume, fdp->d_vtoc_volume, LEN_DKL_VVOL); in fd_build_label_vtoc()