Searched defs:acyl (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dglobal.h121 uint_t acyl; /* # alt cyls */ variable
153 #define totalsects() ((ncyl + acyl) * spc())
H A Dauto_sense.c565 acyl = disk_geom.dkg_acyl;
568 pcyl = ncyl + acyl;
572 label->dkl_acyl = acyl;
583 "DEFAULT", ncyl, acyl, nhead, nsect);
906 uint_t acyl = 0; local
1033 * the deviceid. Set the number of data cylinders to pcyl-acyl.
1035 acyl = DK_ACYL;
1036 ncyl = pcyl - acyl;
1044 err_print(" acyl: %u\n", acyl);
1387 int acyl; local
[all...]
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_slice.c1254 uint32_t acyl = 2; local
1298 asciilabel2, numcyl, acyl, nhead, nsect);
1340 uint32_t acyl = 2; local
1467 asciilabel2, numcyl, acyl, nhead, nsect);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_common.h233 uint16_t acyl; /* number of alternate cylinders */ member in struct:vd_geom
368 (dk_geom)->dkg_acyl = (vd_geom)->acyl; \
411 (vd_geom)->acyl = (dk_geom)->dkg_acyl; \
/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c337 static int acyl; /* number of alternate sectors */ variable
1003 acyl = disk_geom.dkg_acyl;
1069 acyl = disk_geom.dkg_acyl;
1369 acyl = disk_geom.dkg_acyl;
4661 ncyl = pcyl - acyl;
4663 backup_block = ((ncyl + acyl - 1) *

Completed in 101 milliseconds