Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dloader.c555 ssize_t dstbytes; in gunzip()
609 dstbytes = s.next_out - (unsigned char *) dst; in load_uboot_image()
612 return dstbytes; in load_uboot_image()
541 ssize_t dstbytes; gunzip() local