Searched refs:input_len (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/m32r/boot/compressed/ |
D | misc.c | 70 int input_len = zimage_len; in decompress_kernel() local 79 decompress(input_data, input_len, NULL, NULL, output_data, NULL, error); in decompress_kernel()
|
/linux-2.6.39/arch/sh/boot/compressed/ |
D | misc.c | 34 extern int input_len; 135 decompress(input_data, input_len, NULL, NULL, output, NULL, error); in decompress_kernel()
|
D | vmlinux.scr | 4 input_len = .; symbol
|
/linux-2.6.39/arch/s390/boot/compressed/ |
D | misc.c | 27 extern int input_len; 164 decompress(input_data, input_len, NULL, NULL, output, NULL, error); in decompress_kernel()
|
D | vmlinux.scr | 4 input_len = .; symbol
|
/linux-2.6.39/arch/mn10300/boot/compressed/ |
D | misc.h | 18 extern int input_len;
|
D | vmlinux.lds | 4 input_len = .; symbol
|
D | misc.c | 250 insize = input_len; in fill_inbuf()
|
/linux-2.6.39/arch/h8300/boot/compressed/ |
D | misc.c | 72 extern int input_len; 130 insize = input_len; in fill_inbuf()
|
/linux-2.6.39/arch/x86/boot/compressed/ |
D | misc.c | 328 unsigned long input_len, in decompress_kernel() argument 372 decompress(input_data, input_len, NULL, NULL, output, NULL, error); in decompress_kernel()
|