Home
last modified time | relevance | path

Searched refs:tar_size (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D302122 tar_size = offset + (disk.size + 511) & ~511 variable
123 tar.fileobj.seek(tar_size)
124 tar.fileobj.truncate(tar_size)
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader174 function tar_size() {
420 tar_size
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptpf_ucode.c411 size_t tar_size; in load_tar_archive() local
430 tar_size = tar_arch->fw->size; in load_tar_archive()
444 if (tar_offs + cur_size > tar_size || in load_tar_archive()
445 tar_offs + 2*TAR_BLOCK_LEN > tar_size) { in load_tar_archive()
466 if (tar_offs + 2*TAR_BLOCK_LEN > tar_size) { in load_tar_archive()