Searched refs:gunzip_start (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
H A Dgunzip_util.c24 * gunzip_start - prepare to decompress gzip data
42 void gunzip_start(struct gunzip_state *state, void *src, int srclen) gunzip_start() function
74 fatal("gunzip_start: ran out of data in header\n\r"); gunzip_start()
88 * @state: gzip state structure previously initialized by gunzip_start()
93 * previously associated with @state by gunzip_start(), decompressing
128 * @state: gzip state structure previously initialized by gunzip_start()
133 * previously associated with @state by gunzip_start(), decompressing
152 * @state: gzip state structure previously initialized by gunzip_start()
156 * data stream previously associated with @state by gunzip_start().
180 * @state: gzip state structure previously initialized by gunzip_start()
186 * gunzip_start(). zlib is then shut down, so it is an error to use
188 * re-initialized with another call to gunzip_start().
H A Dgunzip_util.h23 * - use gunzip_start() to initialize the state, associating it
39 void gunzip_start(struct gunzip_state *state, void *src, int srclen);
H A Dmain.c40 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size); prep_kernel()

Completed in 38 milliseconds