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

/netbsd-current/usr.sbin/diskpart/
H A Ddiskpart.c126 int threshold, numcyls[NPARTITIONS], startcyl[NPARTITIONS]; local
229 numcyls[part] = 0;
231 numcyls[part] = howmany(defpart[def][part], spc);
232 curcyl += numcyls[part];
235 numcyls[PART('f')] = dp->d_ncylinders - curcyl;
236 numcyls[PART('g')] =
237 numcyls[PART('d')] + numcyls[PART('e')] + numcyls[PART('f')];
238 numcyls[PAR
[all...]

Completed in 123 milliseconds