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

/vbox/src/VBox/Devices/Storage/
H A DDevFdc.cpp420 uint64_t nb_sectors, size; local
441 bdrv_get_geometry(drv->bs, &nb_sectors);
445 nb_sectors = size2 / FD_SECTOR_LEN;
458 if (nb_sectors == size) {
1471 static int blk_write(fdrive_t *drv, int64_t sector_num, const uint8_t *buf, int nb_sectors) argument
1478 buf, nb_sectors * FD_SECTOR_LEN);
1487 static int blk_read(fdrive_t *drv, int64_t sector_num, uint8_t *buf, int nb_sectors) argument
1494 buf, nb_sectors * FD_SECTOR_LEN);

Completed in 55 milliseconds