Searched refs:startoffs (Results 1 – 4 of 4) 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/linux/include/uapi/linux/ |
H A D | cycx_cfm.h | 69 unsigned short startoffs; member
|
/openbmc/u-boot/include/ |
H A D | common.h | 473 u64 startoffs,
|