/linux-4.4.14/arch/arm/boot/compressed/ |
H A D | piggy.gzip.S | 4 .incbin "arch/arm/boot/compressed/piggy.gzip"
|
H A D | misc.c | 4 * This is a collection of several routines from gzip-1.0.3 100 * gzip declarations
|
H A D | Makefile | 69 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 D | inflate.h | 17 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 D | infutil.c | 24 /* gzip header (1f,8b,08... 10 bytes total + possible asciz filename) zlib_inflate_blob()
|
H A D | inflate.c | 162 /* check function to use adler32() for zlib or crc32() for gzip */
|
/linux-4.4.14/arch/xtensa/boot/boot-uboot/ |
H A D | Makefile | 16 UIMAGE_COMPRESSION = gzip
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | gunzip_util.c | 24 * 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 D | wrapper | 41 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 D | gunzip_util.h | 17 * kernel images, initrd images or any other gzip compressed image,
|
H A D | main.c | 49 /* We need to alloc the memsize: gzip will expand the kernel prep_kernel()
|
/linux-4.4.14/arch/arc/boot/ |
H A D | Makefile | 25 $(call if_changed,gzip) 31 $(call if_changed,uimage,gzip)
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
H A D | misc.c | 4 * This is a collection of several routines from gzip-1.0.3 15 * gzip declarations
|
H A D | Makefile | 32 $(call if_changed,gzip)
|
/linux-4.4.14/arch/mn10300/boot/compressed/ |
H A D | Makefile | 17 $(call if_changed,gzip)
|
H A D | misc.c | 49 * 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 D | Makefile | 25 $(call if_changed,gzip) 47 $(call if_changed,gzip) 51 UIMAGE_COMPRESSION = gzip
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
H A D | Makefile | 24 suffix_$(CONFIG_KERNEL_GZIP) := gzip 42 extra-y += piggy.gzip piggy.bz2 piggy.lzo piggy.lzma
|
H A D | misc.c | 17 * gzip delarations
|
/linux-4.4.14/lib/ |
H A D | decompress.c | 47 { {0x1f, 0x8b}, "gzip", gunzip }, 48 { {0x1f, 0x9e}, "gzip", gunzip },
|
H A D | decompress_inflate.c | 90 /* 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 D | inflate.c | 8 * 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 D | decompress_unxz.c | 19 * Note that the margin with XZ is bigger than with Deflate (gzip)!
|
/linux-4.4.14/include/linux/ |
H A D | zconf.h | 31 * created by gzip. (Files created by minigzip can still be extracted by 32 * gzip.)
|
H A D | zlib.h | 22 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 D | Makefile | 40 $(call if_changed,gzip) 52 $(call if_changed,uimage,gzip)
|
/linux-4.4.14/arch/nios2/boot/ |
H A D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
H A D | misc.c | 4 * This is a collection of several routines from gzip-1.0.3 15 * gzip declarations
|
H A D | Makefile | 28 $(call if_changed,gzip)
|
/linux-4.4.14/arch/avr32/boot/images/ |
H A D | Makefile | 16 $(call if_changed,gzip) 20 UIMAGE_COMPRESSION = gzip
|
/linux-4.4.14/arch/xtensa/boot/ |
H A D | Makefile | 40 $(call if_changed,gzip)
|
/linux-4.4.14/arch/alpha/boot/ |
H A D | misc.c | 4 * 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 D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
/linux-4.4.14/arch/cris/boot/compressed/ |
H A D | Makefile | 38 $(call if_changed,gzip)
|
H A D | misc.c | 4 * 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 D | Makefile | 46 gzip -cf -9 $< > $@
|
/linux-4.4.14/arch/microblaze/boot/ |
H A D | Makefile | 18 $(call if_changed,gzip)
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
H A D | misc.c | 4 * 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 D | Makefile | 27 $(call if_changed,gzip)
|
/linux-4.4.14/arch/arm64/boot/ |
H A D | Makefile | 26 $(call if_changed,gzip)
|
/linux-4.4.14/tools/testing/selftests/ |
H A D | gen_kselftest_tar.sh | 15 echo "$0: Generating default compression gzip"
|
/linux-4.4.14/arch/sh/boot/compressed/ |
H A D | misc.c | 4 * This is a collection of several routines from gzip-1.0.3 19 * gzip declarations
|
H A D | Makefile | 66 $(call if_changed,gzip)
|
/linux-4.4.14/arch/mips/boot/ |
H A D | Makefile | 66 $(call if_changed,gzip) 92 $(call if_changed,uimage,gzip)
|
/linux-4.4.14/arch/blackfin/boot/ |
H A D | Makefile | 25 $(call if_changed,gzip) 49 $(call if_changed,uimage,gzip)
|
/linux-4.4.14/arch/sh/boot/ |
H A D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
/linux-4.4.14/arch/s390/boot/compressed/ |
H A D | Makefile | 55 $(call if_changed,gzip)
|
H A D | misc.c | 16 * gzip declarations
|
/linux-4.4.14/tools/thermal/tmon/ |
H A D | Makefile | 51 gzip > $(TARGET)-$(VERSION).tar.gz
|
/linux-4.4.14/kernel/ |
H A D | configs.c | 39 * with gzip and then bounded by two eight byte magic numbers to allow
|
H A D | Makefile | 113 $(call if_changed,gzip)
|
/linux-4.4.14/arch/metag/ |
H A D | Makefile | 84 @echo ' uImage.gz - Kernel-only image for U-Boot (gzip)'
|
/linux-4.4.14/scripts/ |
H A D | gen_initramfs_list.sh | 229 compr="gzip -n -9 -f" 244 && [ -x "`which gzip 2> /dev/null`" ] \ 245 && compr="gzip -n -9 -f"
|
H A D | patch-kernel | 30 # gzip, bzip, bzip2, zip, compress, and plaintext. 109 name="gzip"
|
/linux-4.4.14/arch/x86/boot/compressed/ |
H A D | Makefile | 76 $(call if_changed,gzip)
|
H A D | misc.c | 4 * 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 D | Makefile | 52 tool_$(CONFIG_KERNEL_GZIP) = gzip
|
/linux-4.4.14/scripts/package/ |
H A D | Makefile | 131 $(if $(findstring gz,$@),gzip, \ 147 @echo ' targz-pkg - Build the kernel as a gzip compressed tarball'
|
H A D | builddeb | 22 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 D | Makefile | 138 gzip -9c vmlinux.tmp >vmlinux.gz 141 gzip -9c vmlinux >vmlinux.gz
|
/linux-4.4.14/fs/ |
H A D | binfmt_flat.c | 172 /* 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 D | Makefile | 125 @gzip -cf -9 $< > $@
|
/linux-4.4.14/init/ |
H A D | do_mounts_rd.c | 59 * gzip
|
/linux-4.4.14/arch/sh/ |
H A D | Makefile | 233 @echo '* uImage.gz - Kernel-only image for U-Boot (gzip)'
|
/linux-4.4.14/Documentation/DocBook/ |
H A D | Makefile | 59 find $(obj)/man -name '*.9' | xargs gzip -nf
|
/linux-4.4.14/lib/zlib_deflate/ |
H A D | defutil.h | 202 * This is applicable only for zip (not gzip or zlib).
|
/linux-4.4.14/arch/mips/ |
H A D | Makefile | 413 echo ' uImage.gz - U-Boot image (gzip)'
|
/linux-4.4.14/ |
H A D | Makefile | 851 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 D | ppp_deflate.c | 3 * and decompression (as used by gzip) to the PPP code.
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 6549 /* gzip service functions */ bnx2x_gunzip_init() 6600 /* check gzip header */ bnx2x_gunzip() 6602 BNX2X_ERR("Bad gzip header\n"); bnx2x_gunzip()
|