Searched defs:pcyl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h119 uint_t pcyl; /* # physical cyls */ variable
154 #define physsects() (pcyl * spc())
H A Dauto_sense.c568 pcyl = ncyl + acyl;
570 label->dkl_pcyl = pcyl;
904 uint_t pcyl = 0; local
990 compute_chs_values(tblocks, nblocks, &pcyl, &nhead,
993 pcyl = (page4->cyl_ub << 16) + (page4->cyl_mb << 8) +
1006 if (pcyl < SUN_MIN_CYL) {
1011 &pcyl, &nhead, &nsect)) {
1028 compute_chs_values(tblocks, nblocks, &pcyl, &nhead, &nsect);
1033 * the deviceid. Set the number of data cylinders to pcyl-acyl.
1036 ncyl = pcyl
1386 int pcyl; local
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h240 uint16_t pcyl; /* number of physical cylinders */ member in struct:vd_geom
375 (dk_geom)->dkg_pcyl = (vd_geom)->pcyl; \
418 (vd_geom)->pcyl = (dk_geom)->dkg_pcyl; \
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c4577 uint32_t pcyl, ncyl, count; local
4659 pcyl = LE_32(clr_table->numsect) / (heads * sectors);
4661 ncyl = pcyl - acyl;

Completed in 58 milliseconds