| /openbmc/u-boot/lib/ |
| H A D | gunzip.c | 92 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 D | progress.py | 26 total_bytes, argument 36 self._total_bytes = total_bytes
|
| /openbmc/qemu/block/ |
| H A D | io_uring.c | 129 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 D | io.c | 1337 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 D | conv-funcs.h | 122 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 D | ctree.h | 121 __u64 total_bytes; member 157 __u64 total_bytes; member
|
| H A D | btrfs_tree.h | 356 __u64 total_bytes; member
|
| /openbmc/qemu/hw/net/ |
| H A D | cadence_gem.c | 1291 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 D | event.py | 517 def __init__(self, available_bytes, free_bytes, total_bytes): argument 523 self.total_bytes = total_bytes
|
| /openbmc/u-boot/include/ |
| H A D | common.h | 435 u64 total_bytes);
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | buildstats.py | 249 ''.join(['%s: %d\n' % (dev, sample.total_bytes - sample.free_bytes)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 635 total_bytes = 1000000000 637 total_bytes) 641 self.assertEqual(event.disk_usage.total_bytes, total_bytes)
|
| /openbmc/qemu/qga/ |
| H A D | commands-linux.c | 1101 fs->total_bytes = nonroot_total * fr_size; in build_guest_fsinfo()
|
| H A D | commands-win32.c | 1172 fs->total_bytes = i64TotalBytes; in build_guest_fsinfo()
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 5053 - {"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"
|