/openbmc/openbmc/poky/meta/recipes-extended/gzip/ |
H A D | gzip.inc | 18 mv ${D}${bindir}/gunzip ${D}${base_bindir}/gunzip 28 ALTERNATIVE:${PN} = "gunzip gzip zcat" 29 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
|
/openbmc/linux/lib/ |
H A D | decompress.c | 24 # define gunzip NULL macro 52 { {0x1f, 0x8b}, "gzip", gunzip }, 53 { {0x1f, 0x9e}, "gzip", gunzip },
|
H A D | decompress_inflate.c | 200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
|
/openbmc/openbmc/poky/meta/recipes-extended/pigz/ |
H A D | pigz_2.8.bb | 36 ln -nsf gzip ${D}${bindir}/gunzip 41 ALTERNATIVE:${PN} = "gunzip gzip zcat" 43 ALTERNATIVE_LINK_NAME[gunzip] = "${base_bindir}/gunzip"
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | README | 24 Uncompress the previous output. Output will have a .nx.gunzip suffix: 35 $ sha1sum gzip_vas.c.nx.gz.nx.gunzip gzip_vas.c 36 bf43e3c0c3651f5f22b6f9784cd9b1eeab4120b6 gzip_vas.c.nx.gz.nx.gunzip
|
/openbmc/linux/arch/xtensa/boot/lib/ |
H A D | zmem.c | 7 void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp); 36 void gunzip (void *dst, int dstlen, unsigned char *src, int *lenp) in gunzip() function
|
/openbmc/linux/include/linux/decompress/ |
H A D | inflate.h | 5 int gunzip(unsigned char *inbuf, long len,
|
/openbmc/u-boot/cmd/ |
H A D | config.c | 23 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_config()
|
H A D | license.c | 24 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_license()
|
H A D | unzip.c | 27 if (gunzip((void *) dst, dst_len, (void *) src, &src_len) != 0) in do_unzip()
|
H A D | ximg.c | 213 if (gunzip((void *) dest, unc_len, in do_imgextract()
|
H A D | bmp.c | 62 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
|
/openbmc/linux/scripts/ |
H A D | extract-vmlinux | 52 try_decompress '\037\213\010' xy gunzip
|
H A D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip
|
/openbmc/linux/arch/xtensa/boot/boot-redboot/ |
H A D | bootstrap.S | 193 .extern gunzip 194 movi abi_tmp0, gunzip
|
/openbmc/linux/tools/testing/selftests/kexec/ |
H A D | kexec_common_lib.sh | 154 cat $proc_config | gunzip > $IKCONFIG 2>/dev/null
|
/openbmc/linux/arch/alpha/boot/ |
H A D | misc.c | 169 gunzip(); in decompress_kernel()
|
/openbmc/openbmc/meta-security/classes/ |
H A D | aide-db-init.bbclass | 43 gunzip ${STAGING_AIDE_DIR}/lib/aide.db.gz
|
/openbmc/linux/arch/nios2/boot/compressed/ |
H A D | misc.c | 172 gunzip(); in decompress_kernel()
|
/openbmc/u-boot/common/spl/ |
H A D | spl_ymodem.c | 135 if (gunzip((void *)(spl_image->load_addr + sizeof(*ih)), in spl_ymodem_load_image()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/ |
H A D | mime-support_3.62.bb | 52 cd ${D}${docdir}; gunzip copyright.gz
|
/openbmc/u-boot/lib/ |
H A D | Makefile | 63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
|
H A D | gunzip.c | 72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
H A D | klibc-utils.inc | 11 ln -s gzip ${D}${base_bindir}/gunzip
|
/openbmc/qemu/include/hw/ |
H A D | loader.h | 263 ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, size_t srclen);
|