Home
last modified time | relevance | path

Searched refs:startoffs (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dunzip.c50 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 Dgunzip.c119 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 Dcycx_cfm.h69 unsigned short startoffs; member
/openbmc/u-boot/include/
H A Dcommon.h473 u64 startoffs,