OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dos_cylinders
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/fdisk/
fdisk.c
185
static unsigned int
dos_cylinders
;
variable in typeref:typename:unsigned int
190
#define dos_totalsectors (dos_heads * dos_sectors *
dos_cylinders
)
556
dos_cylinders
= b_cyl;
1299
dos_cylinders
= bip->bi_cyl;
1610
* Specification: modifies
dos_cylinders
, dos_heads, dos_sectors, and
1637
if (
dos_cylinders
> MAXCYL || dos_heads > MAXHEAD ||
1654
dos_cylinders
= disklabel.d_secperunit / (MAXSECTOR * h1);
1655
if (
dos_cylinders
> c1)
1656
dos_cylinders
= c1;
1717
dos_cylinders
= MAXCYL
[
all
...]
Completed in 100 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025