/openbmc/qemu/hw/block/ |
H A D | cdrom.c | 41 int cdrom_read_toc(int nb_sectors, uint8_t *buf, int msf, int start_track) in cdrom_read_toc() 85 int cdrom_read_toc_raw(int nb_sectors, uint8_t *buf, int msf, int session_num) in cdrom_read_toc_raw()
|
H A D | hd-geometry.c | 62 uint64_t nb_sectors; in guess_disk_lchs() local 101 uint64_t nb_sectors; in guess_chs_for_size() local
|
H A D | virtio-blk.c | 293 int i = 0, start = 0, num_reqs = 0, niov = 0, nb_sectors = 0; in virtio_blk_submit_multireq() local 361 uint64_t nb_sectors = size >> BDRV_SECTOR_BITS; in virtio_blk_sect_range_ok() local
|
H A D | fdc.c | 294 uint64_t nb_sectors, size; in pick_geometry() local
|
/openbmc/qemu/hw/ide/ |
H A D | atapi.c | 324 static void ide_atapi_cmd_read_pio(IDEState *s, int lba, int nb_sectors, in ide_atapi_cmd_read_pio() 424 static void ide_atapi_cmd_read_dma(IDEState *s, int lba, int nb_sectors, in ide_atapi_cmd_read_dma() 442 static void ide_atapi_cmd_read(IDEState *s, int lba, int nb_sectors, in ide_atapi_cmd_read() 982 unsigned int nb_sectors, lba; in cmd_read() local 1008 unsigned int nb_sectors, lba, transfer_request; in cmd_read_cd() local
|
H A D | core.c | 406 uint64_t sector, uint64_t nb_sectors) in ide_sect_range_ok() 694 QEMUIOVector *iov, int nb_sectors, in ide_buffered_readv() 1196 uint64_t nb_sectors; in ide_cd_change_cb() local 2575 uint64_t nb_sectors; in ide_resize_cb() local 2607 uint64_t nb_sectors; in ide_init_drive() local
|
/openbmc/qemu/hw/scsi/ |
H A D | scsi-disk.c | 881 uint64_t nb_sectors; in media_is_dvd() local 894 uint64_t nb_sectors; in media_is_cd() local 980 uint64_t nb_sectors; in scsi_read_dvd_structure() local 1347 uint64_t nb_sectors; in scsi_disk_emulate_mode_sense() local 1461 uint64_t nb_sectors; in scsi_disk_emulate_read_toc() local 1737 uint64_t sector_num, uint32_t nb_sectors) in check_lba_range() 1769 uint32_t nb_sectors = ldl_be_p(&data->inbuf[8]) & 0xffffffffULL; in scsi_unmap_complete_noio() local 1872 int nb_sectors; member 1921 uint32_t nb_sectors = scsi_data_cdb_xfer(r->req.cmd.buf); in scsi_disk_emulate_write_same() local 2029 uint64_t nb_sectors; in scsi_disk_emulate_command() local [all …]
|
/openbmc/qemu/block/ |
H A D | parallels.c | 133 int nb_sectors) in cluster_remainder() 146 int nb_sectors, int *pnum) in block_status() 252 int nb_sectors, int *pnum) in allocate_clusters() 443 parallels_co_writev(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in parallels_co_writev() 486 parallels_co_readv(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in parallels_co_readv()
|
H A D | gluster.c | 1180 int64_t sector_num, int nb_sectors, in qemu_gluster_co_rw() 1223 int nb_sectors, in qemu_gluster_co_readv() 1231 int nb_sectors, in qemu_gluster_co_writev()
|
H A D | cloop.c | 260 int nb_sectors = bytes >> BDRV_SECTOR_BITS; in cloop_co_preadv() local
|
H A D | parallels.h | 48 uint64_t nb_sectors; member
|
H A D | vhdx.c | 1128 int nb_sectors, VHDXSectorInfo *sinfo) in vhdx_block_translate() 1182 vhdx_co_readv(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in vhdx_co_readv() 1336 vhdx_co_writev(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in vhdx_co_writev()
|
H A D | qed.c | 1394 int nb_sectors, int flags) in qed_co_request() 1412 bdrv_qed_co_readv(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in bdrv_qed_co_readv() 1419 bdrv_qed_co_writev(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in bdrv_qed_co_writev()
|
H A D | iscsi.c | 128 int nb_sectors; member 445 static bool is_sector_request_lun_aligned(int64_t sector_num, int nb_sectors, in is_sector_request_lun_aligned() 604 iscsi_co_writev(BlockDriverState *bs, int64_t sector_num, int nb_sectors, in iscsi_co_writev() 800 int64_t sector_num, int nb_sectors, in iscsi_co_readv()
|
H A D | bochs.c | 253 int nb_sectors = bytes >> BDRV_SECTOR_BITS; in bochs_co_preadv() local
|
H A D | ssh.c | 1125 int nb_sectors, QEMUIOVector *qiov) in ssh_co_readv() 1199 int nb_sectors, QEMUIOVector *qiov, in ssh_co_writev()
|
H A D | dmg.c | 734 int nb_sectors = bytes >> BDRV_SECTOR_BITS; in dmg_co_preadv() local
|
H A D | vvfat.c | 1476 vvfat_read(BlockDriverState *bs, int64_t sector_num, uint8_t *buf, int nb_sectors) in vvfat_read() 1545 int nb_sectors = bytes >> BDRV_SECTOR_BITS; in vvfat_co_preadv() local 2979 const uint8_t *buf, int nb_sectors) in vvfat_write() 3116 int nb_sectors = bytes >> BDRV_SECTOR_BITS; in vvfat_co_pwritev() local
|
H A D | io.c | 979 unsigned int nb_sectors; in bdrv_driver_preadv() local 1050 unsigned int nb_sectors; in bdrv_driver_pwritev() local
|
H A D | vmdk.c | 538 int64_t nb_sectors; in vmdk_add_extent() local
|
/openbmc/qemu/block/export/ |
H A D | virtio-blk-handler.c | 29 uint64_t nb_sectors; in virtio_blk_sect_range_ok() local
|
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 204 int nb_sectors, PrdtEntry *prdt, int prdt_entries, in send_dma_request()
|
H A D | pflash-cfi02-test.c | 346 uint32_t nb_sectors = flash_query_1(c, FLASH_ADDR(base + 0)) + in test_geometry() local
|
/openbmc/qemu/include/hw/ide/ |
H A D | ide-dev.h | 61 int64_t nb_sectors; member
|
/openbmc/qemu/ |
H A D | qemu-img.c | 1824 int nb_sectors, uint8_t *buf) in convert_co_read() 1878 int nb_sectors, uint8_t *buf, in convert_co_write() 1942 int nb_sectors) in convert_co_copy_range()
|