Searched refs:dkgp (Results 1 – 1 of 1) sorted by relevance
5456 struct dk_geom *dkgp = &disk_geom; local5471 dkgp->dkg_ncyl = cl->cl_lgeom.g_ncyl;5472 dkgp->dkg_acyl = cl->cl_lgeom.g_acyl;5473 dkgp->dkg_pcyl = dkgp->dkg_ncyl + dkgp->dkg_acyl;5474 dkgp->dkg_nhead = cl->cl_lgeom.g_nhead;5475 dkgp->dkg_nsect = cl->cl_lgeom.g_nsect;5478 if (ddi_copyout(dkgp, (void *)arg,5500 struct dk_geom *dkgp = &disk_geom; local5513 bcopy(&cl->cl_g, dkgp, sizeof (*dkgp));5514 dkgp->dkg_acyl = 0;[all …]