Searched refs:gzip (Results 1 - 70 of 70) sorted by relevance

/linux-4.4.14/arch/arm/boot/compressed/
H A Dpiggy.gzip.S4 .incbin "arch/arm/boot/compressed/piggy.gzip"
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
100 * gzip declarations
H A DMakefile69 suffix_$(CONFIG_KERNEL_GZIP) = gzip
98 extra-y += piggy.gzip piggy.lzo piggy.lzma piggy.xzkern piggy.lz4 \
/linux-4.4.14/lib/zlib_inflate/
H A Dinflate.h17 FLAGS, /* i: waiting for method and flags (gzip) */
18 TIME, /* i: waiting for modification time (gzip) */
19 OS, /* i: waiting for extra flags and operating system (gzip) */
20 EXLEN, /* i: waiting for extra length (gzip) */
21 EXTRA, /* i: waiting for extra bytes (gzip) */
22 NAME, /* i: waiting for end of file name (gzip) */
23 COMMENT, /* i: waiting for end of comment (gzip) */
24 HCRC, /* i: waiting for header crc (gzip) */
41 LENGTH, /* i: waiting for 32-bit length (gzip) */
54 HEAD -> (gzip) or (zlib)
55 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
75 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
77 int flags; /* gzip header method and flags (0 if zlib) */
81 /* gz_headerp head; */ /* where to save gzip header information */
H A Dinfutil.c24 /* gzip header (1f,8b,08... 10 bytes total + possible asciz filename) zlib_inflate_blob()
H A Dinflate.c162 /* check function to use adler32() for zlib or crc32() for gzip */
/linux-4.4.14/arch/xtensa/boot/boot-uboot/
H A DMakefile16 UIMAGE_COMPRESSION = gzip
/linux-4.4.14/arch/powerpc/boot/
H A Dgunzip_util.c24 * gunzip_start - prepare to decompress gzip data
26 * @src: buffer containing gzip compressed or uncompressed data
29 * If the buffer at @src contains a gzip header, this function
34 * If the buffer at @src does not contain a gzip header, it is assumed
49 /* Check for gzip magic number */ gunzip_start()
51 /* gzip data, initialize zlib parameters */ gunzip_start()
87 * gunzip_partial - extract bytes from a gzip data stream
88 * @state: gzip state structure previously initialized by gunzip_start()
127 * gunzip_exactly - extract a fixed number of bytes from a gzip data stream
128 * @state: gzip state structure previously initialized by gunzip_start()
151 * gunzip_discard - discard bytes from a gzip data stream
152 * @state: gzip state structure previously initialized by gunzip_start()
179 * gunzip_finish - extract all remaining bytes from a gzip data stream
180 * @state: gzip state structure previously initialized by gunzip_start()
H A Dwrapper41 gzip=.gz
62 echo ' [-D datadir] [-W workingdir] [--no-gzip] [vmlinux]' >&2
129 --no-gzip)
130 gzip=
215 gzip=
246 gzip=
308 if [ -z "$cacheit" -o ! -f "$vmz$gzip" -o "$vmz$gzip" -ot "$kernel" ]; then
313 if [ -n "$gzip" ]; then
314 gzip -n -f -9 "$vmz.$$"
318 mv -f "$vmz.$$$gzip" "$vmz$gzip"
344 vmz="$vmz$gzip"
360 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a $membase -e $membase \
377 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
439 gzip -n -f -9 "$ofile"
440 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \
486 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/otheros.bld"
H A Dgunzip_util.h17 * kernel images, initrd images or any other gzip compressed image,
H A Dmain.c49 /* We need to alloc the memsize: gzip will expand the kernel prep_kernel()
/linux-4.4.14/arch/arc/boot/
H A DMakefile25 $(call if_changed,gzip)
31 $(call if_changed,uimage,gzip)
/linux-4.4.14/arch/h8300/boot/compressed/
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
15 * gzip declarations
H A DMakefile32 $(call if_changed,gzip)
/linux-4.4.14/arch/mn10300/boot/compressed/
H A DMakefile17 $(call if_changed,gzip)
H A Dmisc.c49 * gzip declarations
95 /* gzip flag byte */
97 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
/linux-4.4.14/arch/sparc/boot/
H A DMakefile25 $(call if_changed,gzip)
47 $(call if_changed,gzip)
51 UIMAGE_COMPRESSION = gzip
/linux-4.4.14/arch/unicore32/boot/compressed/
H A DMakefile24 suffix_$(CONFIG_KERNEL_GZIP) := gzip
42 extra-y += piggy.gzip piggy.bz2 piggy.lzo piggy.lzma
H A Dmisc.c17 * gzip delarations
/linux-4.4.14/lib/
H A Ddecompress.c47 { {0x1f, 0x8b}, "gzip", gunzip },
48 { {0x1f, 0x9e}, "gzip", gunzip },
H A Ddecompress_inflate.c90 /* verify the gzip header */ __gunzip()
95 error("Not a gzip file"); __gunzip()
99 /* skip over gzip header (1f,8b,08... 10 bytes total + __gunzip()
H A Dinflate.c8 * based on gzip-1.0.3
121 #include "gzip.h"
1142 * gzip-1.0.3/makecrc.c.
1181 /* gzip flag byte */
1183 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
1208 error("bad gzip magic numbers");
H A Ddecompress_unxz.c19 * Note that the margin with XZ is bigger than with Deflate (gzip)!
/linux-4.4.14/include/linux/
H A Dzconf.h31 * created by gzip. (Files created by minigzip can still be extracted by
32 * gzip.)
H A Dzlib.h22 jloup@gzip.org madler@alumni.caltech.edu
27 (zlib format), rfc1951.txt (deflate format) and rfc1952.txt (gzip format).
69 The library also supports reading and writing files in gzip (.gz) format
73 and on communications channels. The gzip format was designed for single-
370 zlib or gzip format, this will cause inflate() to return immediately after
413 inflate() will decompress and check either zlib-wrapped or gzip-wrapped
415 contained in the gzip header is not retained, so applications that need that
417 inflateBack() and perform their own processing of the gzip header and
531 not looking for a zlib or gzip header, not generating a check value, and not
537 the uncompressed data as is done in the zlib, gzip, and zip formats. For
541 windowBits can also be greater than 15 for optional gzip decoding. Add
542 32 to windowBits to enable zlib and gzip decoding with automatic header
543 detection, or add 16 to decode only the gzip format (the zlib format will
544 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is
/linux-4.4.14/arch/metag/boot/
H A DMakefile40 $(call if_changed,gzip)
52 $(call if_changed,uimage,gzip)
/linux-4.4.14/arch/nios2/boot/
H A DMakefile11 UIMAGE_COMPRESSION = gzip
21 $(call if_changed,gzip)
/linux-4.4.14/arch/m32r/boot/compressed/
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
15 * gzip declarations
H A DMakefile28 $(call if_changed,gzip)
/linux-4.4.14/arch/avr32/boot/images/
H A DMakefile16 $(call if_changed,gzip)
20 UIMAGE_COMPRESSION = gzip
/linux-4.4.14/arch/xtensa/boot/
H A DMakefile40 $(call if_changed,gzip)
/linux-4.4.14/arch/alpha/boot/
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
32 * gzip delarations
51 /* gzip flag byte */
53 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
H A DMakefile43 $(call if_changed,gzip)
88 $(call if_changed,gzip)
/linux-4.4.14/arch/cris/boot/compressed/
H A DMakefile38 $(call if_changed,gzip)
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
36 * gzip declarations
64 /* gzip flag byte */
66 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
/linux-4.4.14/arch/mips/lasat/image/
H A DMakefile46 gzip -cf -9 $< > $@
/linux-4.4.14/arch/microblaze/boot/
H A DMakefile18 $(call if_changed,gzip)
/linux-4.4.14/arch/nios2/boot/compressed/
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
33 * gzip declarations
55 /* gzip flag byte */
57 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip
/linux-4.4.14/arch/ia64/hp/sim/boot/
H A DMakefile27 $(call if_changed,gzip)
/linux-4.4.14/arch/arm64/boot/
H A DMakefile26 $(call if_changed,gzip)
/linux-4.4.14/tools/testing/selftests/
H A Dgen_kselftest_tar.sh15 echo "$0: Generating default compression gzip"
/linux-4.4.14/arch/sh/boot/compressed/
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
19 * gzip declarations
H A DMakefile66 $(call if_changed,gzip)
/linux-4.4.14/arch/mips/boot/
H A DMakefile66 $(call if_changed,gzip)
92 $(call if_changed,uimage,gzip)
/linux-4.4.14/arch/blackfin/boot/
H A DMakefile25 $(call if_changed,gzip)
49 $(call if_changed,uimage,gzip)
/linux-4.4.14/arch/sh/boot/
H A DMakefile69 $(call if_changed,gzip)
87 $(call if_changed,uimage,gzip)
/linux-4.4.14/arch/s390/boot/compressed/
H A DMakefile55 $(call if_changed,gzip)
H A Dmisc.c16 * gzip declarations
/linux-4.4.14/tools/thermal/tmon/
H A DMakefile51 gzip > $(TARGET)-$(VERSION).tar.gz
/linux-4.4.14/kernel/
H A Dconfigs.c39 * with gzip and then bounded by two eight byte magic numbers to allow
H A DMakefile113 $(call if_changed,gzip)
/linux-4.4.14/arch/metag/
H A DMakefile84 @echo ' uImage.gz - Kernel-only image for U-Boot (gzip)'
/linux-4.4.14/scripts/
H A Dgen_initramfs_list.sh229 compr="gzip -n -9 -f"
244 && [ -x "`which gzip 2> /dev/null`" ] \
245 && compr="gzip -n -9 -f"
H A Dpatch-kernel30 # gzip, bzip, bzip2, zip, compress, and plaintext.
109 name="gzip"
/linux-4.4.14/arch/x86/boot/compressed/
H A DMakefile76 $(call if_changed,gzip)
H A Dmisc.c4 * This is a collection of several routines from gzip-1.0.3
97 * gzip declarations
/linux-4.4.14/arch/mips/boot/compressed/
H A DMakefile52 tool_$(CONFIG_KERNEL_GZIP) = gzip
/linux-4.4.14/scripts/package/
H A DMakefile131 $(if $(findstring gz,$@),gzip, \
147 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
H A Dbuilddeb22 gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian"
139 gzip "$tmpdir/usr/share/doc/$packagename/config"
/linux-4.4.14/arch/m68k/
H A DMakefile138 gzip -9c vmlinux.tmp >vmlinux.gz
141 gzip -9c vmlinux >vmlinux.gz
/linux-4.4.14/fs/
H A Dbinfmt_flat.c172 /* gzip flag byte */
174 #define CONTINUATION 0x02 /* bit 1 set: continuation of multi-part gzip file */
208 /* Read in first chunk of data and parse gzip header. */ decompress_exec()
219 /* Check minimum size -- gzip header */ decompress_exec()
225 /* Check gzip magic number */ decompress_exec()
231 /* Check gzip method */ decompress_exec()
236 /* Check gzip flags */ decompress_exec()
/linux-4.4.14/arch/parisc/
H A DMakefile125 @gzip -cf -9 $< > $@
/linux-4.4.14/init/
H A Ddo_mounts_rd.c59 * gzip
/linux-4.4.14/arch/sh/
H A DMakefile233 @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)'
/linux-4.4.14/Documentation/DocBook/
H A DMakefile59 find $(obj)/man -name '*.9' | xargs gzip -nf
/linux-4.4.14/lib/zlib_deflate/
H A Ddefutil.h202 * This is applicable only for zip (not gzip or zlib).
/linux-4.4.14/arch/mips/
H A DMakefile413 echo ' uImage.gz - U-Boot image (gzip)'
/linux-4.4.14/
H A DMakefile851 mod_compress_cmd = gzip -n -f
859 # Select initial ramdisk compression format, default is gzip(1).
862 INITRD_COMPRESS-y := gzip
/linux-4.4.14/drivers/net/ppp/
H A Dppp_deflate.c3 * and decompression (as used by gzip) to the PPP code.
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c6549 /* gzip service functions */ bnx2x_gunzip_init()
6600 /* check gzip header */ bnx2x_gunzip()
6602 BNX2X_ERR("Bad gzip header\n"); bnx2x_gunzip()

Completed in 2422 milliseconds