Searched defs:fd_sector (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp240 static int fd_sector(fdrive_t *drv) function
275 if (sector != fd_sector(drv)) {
1162 fd_sector(cur_drv));
1184 cur_drv->sect, fd_sector(cur_drv));
1579 cur_drv->track, cur_drv->sect, fd_sector(cur_drv),
1580 fd_sector(cur_drv) * FD_SECTOR_LEN);
1586 rc = blk_read(cur_drv, fd_sector(cur_drv), fdctrl->fifo, 1);
1589 if (bdrv_read(cur_drv->bs, fd_sector(cur_drv),
1594 fd_sector(cur_drv));
1630 rc = blk_write(cur_drv, fd_sector(cur_dr
[all...]

Completed in 51 milliseconds