Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcmlb.h42 unsigned short g_nsect; member
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c1963 if (ret != 0 || cl->cl_lgeom.g_nsect == 0 ||
1975 nsect = cl->cl_lgeom.g_nsect;
1980 pgeomp->g_nsect = nsect * nhead;
1983 pgeomp->g_nsect = nsect;
1986 spc = pgeomp->g_nhead * pgeomp->g_nsect;
2019 cl->cl_pgeom.g_nhead, cl->cl_pgeom.g_nsect);
3382 phys_spc = cl->cl_pgeom.g_nhead * cl->cl_pgeom.g_nsect;
5287 cl->cl_g.dkg_nsect = pgeomp->g_nsect;
5466 cl->cl_lgeom.g_nsect == 0 ||
5475 dkgp->dkg_nsect = cl->cl_lgeom.g_nsect;
[all …]
/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c602 pgeom->g_nsect = tgdk_geom.g_sec; in xdfs_c_getpgeom()
H A Dxdf_shell.c252 vgeomp->g_nsect = 63; in xdfs_lb_getinfo()
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1523 phygeomp->g_nsect = phyg.g_sec; in cmdk_lb_getinfo()
1550 virtgeomp->g_nsect = 63; in cmdk_lb_getinfo()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c1749 geomp->g_nsect = XDF_NSECTS; in xdf_synthetic_pgeom()
2274 vdp->xdf_pgeom.g_nsect = geomp->g_nsect; in xdf_hvm_setpgeom()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4612 phygeomp->g_nsect = devp->dcd_ident->dcd_sectors; in dcd_lb_getphygeom()
4631 phygeomp->g_nsect = 255; in dcd_lb_getphygeom()
4642 (phygeomp->g_nhead * phygeomp->g_nsect); in dcd_lb_getphygeom()
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c5153 pgeom_p->g_nsect = (unsigned short)nsect; in sd_get_physical_geometry()
5178 pgeom_p->g_nhead, pgeom_p->g_nsect); in sd_get_physical_geometry()
5255 lgeom_p->g_nsect = geombuf & 0xffff; in sd_get_virtual_geometry()
5258 spc = lgeom_p->g_nhead * lgeom_p->g_nsect; in sd_get_virtual_geometry()