Searched refs:start_sector (Results 1 – 7 of 7) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | usb_mass_storage.c | 22 lbaint_t blkstart = start + ums_dev->start_sector; in ums_read_sector() 31 lbaint_t blkstart = start + ums_dev->start_sector; in ums_write_sector() 97 ums[ums_count].start_sector = 0; in ums_init() 100 ums[ums_count].start_sector = info.start; in ums_init() 117 ums[ums_count].start_sector, in ums_init()
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | fat16.py | 206 def __call__(self, start_sector: int, num_sectors: int = 1) -> bytes: ... 212 start_sector: int, 217 self.start_sector = start_sector 222 self.boot_sector = FatBootSector(self.sector_reader(start_sector, 1)) 232 def read_sectors(self, start_sector: int, num_sectors: int) -> bytes: 233 return self.sector_reader(start_sector + self.start_sector, 236 def write_sectors(self, start_sector: int, data: bytes) -> None: 237 return self.sector_writer(start_sector + self.start_sector, data) 240 self, data: bytes, start_sector: int 252 current_sector = start_sector + (i // SECTOR_SIZE)
|
| /openbmc/u-boot/common/ |
| H A D | avb_verify.c | 396 u64 start_offset, start_sector, sectors, residue; in mmc_byte_io() local 412 start_sector = start_offset / part->info.blksz; in mmc_byte_io() 430 start_sector, in mmc_byte_io() 435 __func__, ret, start_sector); in mmc_byte_io() 447 start_sector, in mmc_byte_io() 452 __func__, ret, start_sector); in mmc_byte_io() 460 start_sector, 1, tmp_buf); in mmc_byte_io() 463 __func__, ret, start_sector); in mmc_byte_io() 479 start_sector, in mmc_byte_io() 484 start_sector, in mmc_byte_io()
|
| /openbmc/u-boot/include/ |
| H A D | usb_mass_storage.h | 22 unsigned int start_sector; member
|
| /openbmc/qemu/migration/ |
| H A D | block-dirty-bitmap.c | 425 uint64_t start_sector, uint32_t nr_sectors) in send_bitmap_bits() argument 431 dbms->bitmap, start_sector << BDRV_SECTOR_BITS, in send_bitmap_bits() 438 dbms->bitmap, buf, start_sector << BDRV_SECTOR_BITS, in send_bitmap_bits() 447 trace_send_bitmap_bits(flags, start_sector, nr_sectors, buf_size); in send_bitmap_bits() 451 qemu_put_be64(f, start_sector); in send_bitmap_bits()
|
| H A D | trace-events | 362 send_bitmap_bits(uint32_t flags, uint64_t start_sector, uint32_t nr_sectors, uint64_t data_size) "flags: 0x%x, start_sector: %" PRIu64 ", nr_sectors: %" PRIu32 ", data_size: %" PRIu64
|
| /openbmc/qemu/block/ |
| H A D | quorum.c | 198 int64_t start_sector = offset / BDRV_SECTOR_SIZE; in quorum_report_bad() local 205 qapi_event_send_quorum_report_bad(type, msg, node_name, start_sector, in quorum_report_bad() 206 end_sector - start_sector); in quorum_report_bad() 212 int64_t start_sector = acb->offset / BDRV_SECTOR_SIZE; in quorum_report_failure() local 216 qapi_event_send_quorum_failure(reference, start_sector, in quorum_report_failure() 217 end_sector - start_sector); in quorum_report_failure()
|