Home | History | Annotate | Download | only in sunlabel

Lines Matching refs:ncyl

95  * acyl and apc count those spares, and this is also why ncyl and pcyl
98 * ncyl=pcyl=ceil(device size/spc) and acyl=apc=0.
117 uint32_t ncyl; /* Number of usable cylinders */
118 uint32_t acyl; /* Alternative cylinders - pcyl minus ncyl */
200 {"ncyl", &label.ncyl, print_int, chval_int, 0, 0 },
401 label.ncyl = 0;
447 label.ncyl = l_s[216];
527 l_s[216] = label.ncyl;
832 + label.partitions[pno].nblk > label.spc * label.ncyl) {
1197 ncyl;