Lines Matching defs:bcyl
159 "[ -A id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect ]\n"
161 "[ -D id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect ]\n"
167 " -A id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect\n"
173 " bcyl = beginning cylinder for start of partition\n"
184 " -D id:act:bhead:bsect:bcyl:ehead:esect:ecyl:rsect:numsect\n"
644 int bhead, int bsect, int bcyl,
648 int bhead, int bsect, int bcyl,
654 int *bhead, int *bsect, int *bcyl,
1758 int bcyl;
1803 &bcyl, &ehead, &esect, &ecyl, &rsect, &numsect)) {
1951 bsect, bcyl, ehead, esect, ecyl, rsect, numsect,
1998 bcyl, ehead, esect, ecyl, rsect, numsect,
2020 if (pars_fdisk(file, &id, &act, &bhead, &bsect, &bcyl,
2033 (uchar_t)((bcyl>>2) & 0xc0)) &&
2034 Table[i].begcyl == (uchar_t)(bcyl & 0xff) &&
2062 (uchar_t)((bcyl>>2) & 0xc0)) &&
2063 temp->parts[0].begcyl == (uchar_t)(bcyl & 0xff) &&
2087 if (pars_fdisk(file, &id, &act, &bhead, &bsect, &bcyl, &ehead,
2212 if (insert_tbl(id, act, bhead, bsect, bcyl, ehead, esect,
2293 int bhead, int bsect, int bcyl,
2335 if (bcyl > MAX_CYL)
2336 bcyl = MAX_CYL + 1;
2339 Table[i].begcyl = bcyl & 0xff;
2343 Table[i].begsect = (uchar_t)(((bcyl >> 2) & 0xc0) | bsect);
2369 int bhead, int bsect, int bcyl,
2382 (uchar_t)((bcyl>>2) & 0xc0)) &&
2383 Old_Table[i].begcyl == (uchar_t)(bcyl & 0xff) &&
2571 int *bhead, int *bsect, int *bcyl,
2611 id, act, bhead, bsect, bcyl, ehead, esect, ecyl,