Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDblock_if.c731 off_t hcyl; /* cylinders times heads */ in blockif_chs() local
746 hcyl = sectors / secpt; in blockif_chs()
749 hcyl = sectors / secpt; in blockif_chs()
750 heads = (hcyl + 1023) / 1024; in blockif_chs()
755 if (hcyl >= (heads * 1024) || heads > 16) { in blockif_chs()
758 hcyl = sectors / secpt; in blockif_chs()
760 if (hcyl >= (heads * 1024)) { in blockif_chs()
763 hcyl = sectors / secpt; in blockif_chs()
767 *c = hcyl / heads; in blockif_chs()
/NextBSD/contrib/amd/
HDChangeLog11603 * all *.[hcyl] files: add copyright line.