Searched refs:cyls (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dio.c462 int cyls, cylno; local
1130 * either blocks/cyls/megabytes - a convenient fiction.
1190 if (geti(cleantoken, &cyls, &i))
1193 * Check the bounds - cyls is number of cylinders
1195 if (cyls > (bounds->upper/spc())) {
1196 err_print("`%dc' is out of range\n", cyls);
1202 return (cyls * spc());
1310 * either blocks/cyls/megabytes - a convenient fiction.
1412 cyls = ((cylno - part_deflt->start_cyl) + 1);
1414 return (cyls * sp
[all...]
H A Dstartup.c2656 int cyls; local
2659 cyls = (int)strtol(str, &p, 0);
2674 cyls = -1;
2678 return (cyls);
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c1213 ulong_t cyls, spt, hds, diam; local
1215 cyls = fdchar->fdc_ncyl;
1220 tsize = cyls * hds * spt;

Completed in 86 milliseconds