Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dcmlb.h41 unsigned short g_nhead; member
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c1964 cl->cl_lgeom.g_nhead == 0) {
1974 nhead = cl->cl_lgeom.g_nhead;
1979 pgeomp->g_nhead = 1;
1982 pgeomp->g_nhead = nhead;
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;
5286 cl->cl_g.dkg_nhead = pgeomp->g_nhead;
5465 if (cl->cl_lgeom.g_nhead == 0 ||
5474 dkgp->dkg_nhead = cl->cl_lgeom.g_nhead;
[all …]
/titanic_41/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_cmdk.c601 pgeom->g_nhead = tgdk_geom.g_head; in xdfs_c_getpgeom()
H A Dxdf_shell.c253 vgeomp->g_nhead = 254; in xdfs_lb_getinfo()
/titanic_41/usr/src/uts/intel/io/dktp/disk/
H A Dcmdk.c1524 phygeomp->g_nhead = phyg.g_head; in cmdk_lb_getinfo()
1551 virtgeomp->g_nhead = 254; in cmdk_lb_getinfo()
/titanic_41/usr/src/uts/common/xen/io/
H A Dxdf.c1748 geomp->g_nhead = XDF_NHEADS; in xdf_synthetic_pgeom()
2273 vdp->xdf_pgeom.g_nhead = geomp->g_nhead; in xdf_hvm_setpgeom()
/titanic_41/usr/src/uts/sun/io/dada/targets/
H A Ddad.c4611 phygeomp->g_nhead = devp->dcd_ident->dcd_heads; 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.c5154 pgeom_p->g_nhead = (unsigned short)nhead; in sd_get_physical_geometry()
5178 pgeom_p->g_nhead, pgeom_p->g_nsect); in sd_get_physical_geometry()
5254 lgeom_p->g_nhead = (geombuf >> 16) & 0xffff; in sd_get_virtual_geometry()
5258 spc = lgeom_p->g_nhead * lgeom_p->g_nsect; in sd_get_virtual_geometry()