Searched refs:startoffs (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/cmd/ |
| H A D | unzip.c | 50 u64 startoffs = 0; in do_gzwrite() local 65 startoffs = simple_strtoull(argv[6], NULL, 16); in do_gzwrite() 72 ret = gzwrite(addr, length, bdev, writebuf, startoffs, szexpected); in do_gzwrite()
|
| /openbmc/u-boot/lib/ |
| H A D | gunzip.c | 119 u64 startoffs, in gzwrite() argument 141 if (startoffs & (dev->blksz-1)) { in gzwrite() 143 __func__, startoffs, dev->blksz); in gzwrite() 148 outblock = lldiv(startoffs, dev->blksz); in gzwrite()
|
| /openbmc/u-boot/include/ |
| H A D | common.h | 458 u64 startoffs,
|