Searched refs:bcyl (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.h77 int bcyl, bhead, bsec; variable
H A Dmbr.c230 bcyl = dlsize / bsec / bhead;
231 if (dlsize != bcyl * bsec * bhead)
232 bcyl++;
241 msg_display_add(MSG_biosgeom, bcyl, bhead, bsec);
1687 convert_mbr_chs(bcyl, bhead, bsec,
1690 convert_mbr_chs(bcyl, bhead, bsec,
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/i386/
H A Dmd.c117 root_limit = bcyl * bhead * bsec;
512 bcyl = cyl;
517 bcyl = biosdisk->bi_cyl;
527 return ptstart + DEFROOTSIZE * (MEG / 512) >= bcyl * bhead * bsec;

Completed in 124 milliseconds