Lines Matching refs:ecyl
637 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
1801 &bcyl, &ehead, &esect, &ecyl, &rsect, &numsect)) { in load()
1949 bsect, bcyl, ehead, esect, ecyl, rsect, numsect, in load()
1996 bcyl, ehead, esect, ecyl, rsect, numsect, in load()
2019 &ehead, &esect, &ecyl, &rsect, &numsect)) { in load()
2035 (uchar_t)((ecyl>>2) & 0xc0)) && in load()
2036 Table[i].endcyl == (uchar_t)(ecyl & 0xff) && in load()
2064 (uchar_t)((ecyl>>2) & 0xc0)) && in load()
2065 temp->parts[0].endcyl == (uchar_t)(ecyl & 0xff) && in load()
2086 &esect, &ecyl, &rsect, &numsect)) { in load()
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()
2353 Table[i].endsect = ((ecyl >> 2) & 0xc0) | esect; in insert_tbl()
2379 int ehead, int esect, int ecyl, in entry_from_old_table() argument
2395 (uchar_t)((ecyl>>2) & 0xc0)) && in entry_from_old_table()
2396 Old_Table[i].endcyl == (uchar_t)(ecyl & 0xff) && in entry_from_old_table()
2581 int *ehead, int *esect, int *ecyl, in pars_fdisk() argument
2620 id, act, bhead, bsect, bcyl, ehead, esect, ecyl, in pars_fdisk()