Home
last modified time | relevance | path

Searched refs:ecyl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdisk/
H A Dfdisk.c637 int ehead, int esect, int ecyl,
641 int ehead, int esect, int ecyl,
647 int *ehead, int *esect, int *ecyl,
1759 int ecyl; in load() local
2211 ecyl, rsect, numsect, 0) < 0) { in load()
2292 int ehead, int esect, int ecyl, in insert_tbl() argument
2343 if (ecyl > MAX_CYL) { in insert_tbl()
2344 ecyl = MAX_CYL + 1; in insert_tbl()
2349 Table[i].endcyl = ecyl & 0xff; in insert_tbl()
2379 int ehead, int esect, int ecyl, in entry_from_old_table() argument
[all …]