Lines Matching defs:begcyl
1492 if (old_pt == FD_NUMPART && Table[new_pt].begcyl != 0) {
2034 Table[i].begcyl == (uchar_t)(bcyl & 0xff) &&
2063 temp->parts[0].begcyl == (uchar_t)(bcyl & 0xff) &&
2261 Table[ti].begcyl = cy & 0xff;
2339 Table[i].begcyl = bcyl & 0xff;
2383 Old_Table[i].begcyl == (uchar_t)(bcyl & 0xff) &&
2510 Table[i].begcyl,
2520 Table[j].begcyl,
3879 (((uint_t)Table[i].begsect & 0xc0) << 2) + Table[i].begcyl);
3979 partp->begcyl = getbyte(&bootptr);
4160 ((Table[i].begcyl & 0xff) | ((Table[i].begsect &
4188 ((ext_tab.begcyl & 0xff) |
5140 uint32_t begcyl;
5177 begcyl = atoi(buf);
5178 ret = fdisk_ext_validate_part_start(epp, begcyl, begsec);
5218 * b) If no, Check if the size is within endcyl - begcyl
5511 startcyl = temp->begcyl;