Searched refs:dkgp (Results 1 – 1 of 1) sorted by relevance
5500 struct dk_geom *dkgp = &disk_geom; local5515 dkgp->dkg_ncyl = cl->cl_lgeom.g_ncyl;5516 dkgp->dkg_acyl = cl->cl_lgeom.g_acyl;5517 dkgp->dkg_pcyl = dkgp->dkg_ncyl + dkgp->dkg_acyl;5518 dkgp->dkg_nhead = cl->cl_lgeom.g_nhead;5519 dkgp->dkg_nsect = cl->cl_lgeom.g_nsect;5522 if (ddi_copyout(dkgp, (void *)arg,5544 struct dk_geom *dkgp = &disk_geom; local5557 bcopy(&cl->cl_g, dkgp, sizeof (*dkgp));5558 dkgp->dkg_acyl = 0;[all …]