Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxdf.c1736 xdf_synthetic_pgeom(dev_info_t *dip, cmlb_geom_t *geomp) in xdf_synthetic_pgeom() argument
1745 bzero(geomp, sizeof (*geomp)); in xdf_synthetic_pgeom()
1746 geomp->g_ncyl = ncyl == 0 ? 1 : ncyl; in xdf_synthetic_pgeom()
1747 geomp->g_acyl = 0; in xdf_synthetic_pgeom()
1748 geomp->g_nhead = XDF_NHEADS; in xdf_synthetic_pgeom()
1749 geomp->g_nsect = XDF_NSECTS; in xdf_synthetic_pgeom()
1750 geomp->g_secsize = vdp->xdf_xdev_secsize; in xdf_synthetic_pgeom()
1751 geomp->g_capacity = vdp->xdf_xdev_nblocks; in xdf_synthetic_pgeom()
1752 geomp->g_intrlv = 0; in xdf_synthetic_pgeom()
1753 geomp->g_rpm = 7200; in xdf_synthetic_pgeom()
[all …]