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

/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp296 uint32_t iEndHead, iEndSector, cLCHSCylinders, cLCHSHeads, cLCHSSectors; local
311 iEndSector = p[6] & 63;
312 if ((p[12] | p[13] | p[14] | p[15]) && iEndSector & iEndHead)
316 cLCHSSectors = iEndSector;

Completed in 57 milliseconds