Home | History | Annotate | Download | only in diskpart

Lines Matching defs:badsecttable

111 static int	badsecttable = 126;	/* # sectors */
186 badsecttable = dp->d_nsectors +
187 roundup(badsecttable, dp->d_nsectors);
188 threshold = howmany(spc, badsecttable);
190 badsecttable = 0;
195 * that may be used, and set badsecttable to any remaining
200 badsecttable = spc * dp->d_ncylinders - totsize;
239 defpart[def][PART('f')] = numcyls[PART('f')] * spc - badsecttable;
240 defpart[def][PART('g')] = numcyls[PART('g')] * spc - badsecttable;
247 defpart[def][PART('c')] -= badsecttable;
334 defpart[def][PART('c')] -= badsecttable;