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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dblock_if.c732 uint16_t secpt; /* sectors per track */ local
744 secpt = 255;
746 hcyl = sectors / secpt;
748 secpt = 17;
749 hcyl = sectors / secpt;
756 secpt = 31;
758 hcyl = sectors / secpt;
761 secpt = 63;
763 hcyl = sectors / secpt;
769 *s = secpt;
[all...]

Completed in 90 milliseconds