OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:badsecttable
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/diskpart/
diskpart.c
111
static int
badsecttable
= 126; /* # sectors */
variable in typeref:typename:int
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
;
[
all
...]
diskpart.c
111
static int
badsecttable
= 126; /* # sectors */
variable in typeref:typename:int
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
;
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025