Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/lib/
H A Dgunzip.c92 u64 total_bytes) in gzwrite_progress() argument
95 printf("%llu/%llu\r", bytes_written, total_bytes); in gzwrite_progress()
101 u64 total_bytes, in gzwrite_progress_finish() argument
107 total_bytes, calculated_crc); in gzwrite_progress_finish()
111 bytes_written, total_bytes, in gzwrite_progress_finish()
/openbmc/qemu/tests/migration-stress/guestperf/
H A Dprogress.py26 total_bytes, argument
36 self._total_bytes = total_bytes
/openbmc/qemu/block/
H A Dio_uring.c129 int total_bytes; in luring_process_completions() local
169 total_bytes = ret + luringcb->total_read; in luring_process_completions()
193 } else if (total_bytes == luringcb->qiov->size) { in luring_process_completions()
205 qemu_iovec_memset(luringcb->qiov, total_bytes, 0, in luring_process_completions()
206 luringcb->qiov->size - total_bytes); in luring_process_completions()
H A Dio.c1337 int64_t total_bytes, max_bytes; in bdrv_aligned_preadv() local
1392 total_bytes = bdrv_co_getlength(bs); in bdrv_aligned_preadv()
1393 if (total_bytes < 0) { in bdrv_aligned_preadv()
1394 ret = total_bytes; in bdrv_aligned_preadv()
1400 max_bytes = ROUND_UP(MAX(0, total_bytes - offset), align); in bdrv_aligned_preadv()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h122 DEFINE_CONV(btrfs_dev_item, devid, total_bytes, bytes_used, io_align, io_width,
162 dev_root, dev_root_gen, csum_root, csum_root_gen, total_bytes,
165 chunk_root, log_root, log_root_transid, total_bytes, bytes_used,
H A Dctree.h121 __u64 total_bytes; member
157 __u64 total_bytes; member
H A Dbtrfs_tree.h356 __u64 total_bytes; member
/openbmc/qemu/hw/net/
H A Dcadence_gem.c1291 unsigned total_bytes; in gem_transmit() local
1306 total_bytes = 0; in gem_transmit()
1352 total_bytes += tx_desc_get_length(desc); in gem_transmit()
1386 net_checksum_calculate(s->tx_packet, total_bytes, CSUM_ALL); in gem_transmit()
1390 gem_transmit_updatestats(s, s->tx_packet, total_bytes); in gem_transmit()
1396 total_bytes); in gem_transmit()
1399 total_bytes); in gem_transmit()
1404 total_bytes = 0; in gem_transmit()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py517 def __init__(self, available_bytes, free_bytes, total_bytes): argument
523 self.total_bytes = total_bytes
/openbmc/u-boot/include/
H A Dcommon.h435 u64 total_bytes);
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildstats.py249 ''.join(['%s: %d\n' % (dev, sample.total_bytes - sample.free_bytes)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py635 total_bytes = 1000000000
637 total_bytes)
641 self.assertEqual(event.disk_usage.total_bytes, total_bytes)
/openbmc/qemu/qga/
H A Dcommands-linux.c1101 fs->total_bytes = nonroot_total * fr_size; in build_guest_fsinfo()
H A Dcommands-win32.c1172 fs->total_bytes = i64TotalBytes; in build_guest_fsinfo()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch5053 - {"calc_blklen: calc total_bytes=%ld, bpe=%ld, ec=%ld\n", 82},
5347 msgid "calc_blklen: calc total_bytes=%ld, bpe=%ld, ec=%ld\n"