Home
last modified time | relevance | path

Searched refs:gunzip (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/gzip/
H A Dgzip.inc18 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 Ddecompress.c24 # define gunzip NULL macro
52 { {0x1f, 0x8b}, "gzip", gunzip },
53 { {0x1f, 0x9e}, "gzip", gunzip },
H A Ddecompress_inflate.c200 STATIC int INIT gunzip(unsigned char *buf, long len, in gunzip() function
/openbmc/openbmc/poky/meta/recipes-extended/pigz/
H A Dpigz_2.8.bb36 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 DREADME24 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 Dzmem.c7 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 Dinflate.h5 int gunzip(unsigned char *inbuf, long len,
/openbmc/u-boot/cmd/
H A Dconfig.c23 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_config()
H A Dlicense.c24 ret = gunzip(dst, data_size, (unsigned char *)data_gz, &len); in do_license()
H A Dunzip.c27 if (gunzip((void *) dst, dst_len, (void *) src, &src_len) != 0) in do_unzip()
H A Dximg.c213 if (gunzip((void *) dest, unc_len, in do_imgextract()
H A Dbmp.c62 if (gunzip(bmp, CONFIG_SYS_VIDEO_LOGO_MAX_SIZE, map_sysmem(addr, 0), in gunzip_bmp()
/openbmc/linux/scripts/
H A Dextract-vmlinux52 try_decompress '\037\213\010' xy gunzip
H A Dextract-ikconfig59 try_decompress '\037\213\010' xy gunzip
/openbmc/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S193 .extern gunzip
194 movi abi_tmp0, gunzip
/openbmc/linux/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh154 cat $proc_config | gunzip > $IKCONFIG 2>/dev/null
/openbmc/linux/arch/alpha/boot/
H A Dmisc.c169 gunzip(); in decompress_kernel()
/openbmc/linux/arch/nios2/boot/compressed/
H A Dmisc.c172 gunzip(); in decompress_kernel()
/openbmc/openbmc/meta-security/classes/
H A Daide-db-init.bbclass43 gunzip ${STAGING_AIDE_DIR}/lib/aide.db.gz
/openbmc/u-boot/common/spl/
H A Dspl_ymodem.c135 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 Dmime-support_3.62.bb52 cd ${D}${docdir}; gunzip copyright.gz
/openbmc/u-boot/lib/
H A DMakefile63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
H A Dgunzip.c72 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 Dklibc-utils.inc11 ln -s gzip ${D}${base_bindir}/gunzip
/openbmc/qemu/include/hw/
H A Dloader.h265 ssize_t gunzip(void *dst, size_t dstlen, uint8_t *src, size_t srclen);

12