Searched defs:nsectors (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/VBox/Devices/PC/BIOS/ | ||
| H A D | disk.c | 101 void set_geom_lba(chs_t __far *lgeo, uint32_t nsectors) argument 109 if (nsectors <= limit) 114 lgeo->cylinders = nsectors / (heads * 63UL); |
Completed in 44 milliseconds