Home
last modified time | relevance | path

Searched refs:decompressor (Results 1 – 25 of 27) sorted by relevance

12

/linux-2.6.39/fs/squashfs/
Ddecompressor.c59 static const struct squashfs_decompressor *decompressor[] = { variable
72 for (i = 0; decompressor[i]->id; i++) in squashfs_lookup_decompressor()
73 if (id == decompressor[i]->id) in squashfs_lookup_decompressor()
76 return decompressor[i]; in squashfs_lookup_decompressor()
104 strm = msblk->decompressor->init(msblk, buffer, length); in squashfs_decompressor_init()
Ddecompressor.h39 if (msblk->decompressor) in squashfs_decompressor_free()
40 msblk->decompressor->free(s); in squashfs_decompressor_free()
47 return msblk->decompressor->decompress(msblk, buffer, bh, b, offset, in squashfs_decompress()
Dsuper.c53 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem() local
66 decompressor = squashfs_lookup_decompressor(id); in supported_squashfs_filesystem()
67 if (!decompressor->supported) { in supported_squashfs_filesystem()
69 "supported\n", decompressor->name); in supported_squashfs_filesystem()
73 return decompressor; in supported_squashfs_filesystem()
136 msblk->decompressor = supported_squashfs_filesystem( in squashfs_fill_super()
140 if (msblk->decompressor == NULL) in squashfs_fill_super()
DMakefile7 squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
Dsquashfs_fs_sb.h55 const struct squashfs_decompressor *decompressor; member
/linux-2.6.39/init/
Ddo_mounts_rd.c53 identify_ramdisk_image(int fd, int start_block, decompress_fn *decompressor) in identify_ramdisk_image() argument
82 *decompressor = decompress_method(buf, size, &compress_name); in identify_ramdisk_image()
86 if (!*decompressor) in identify_ramdisk_image()
166 decompress_fn decompressor = NULL; in rd_load_image() local
179 nblocks = identify_ramdisk_image(in_fd, rd_image_start, &decompressor); in rd_load_image()
184 if (crd_load(in_fd, out_fd, decompressor) == 0) in rd_load_image()
/linux-2.6.39/lib/
Ddecompress.c37 decompress_fn decompressor; member
63 return cf->decompressor; in decompress_method()
/linux-2.6.39/Documentation/arm/
DPorting17 Start address of decompressor. There's no point in talking about
19 the time when you call the decompressor code. You normally call
25 Start address of zero-initialised work area for the decompressor.
26 This must be pointing at RAM. The decompressor will zero initialise
90 when using the decompressor.
DBooting101 the kernel decompressor nor initrd 'bootp' program will overwrite
/linux-2.6.39/arch/cris/boot/rescue/
Dhead_v32.S23 jump $r10 ; Jump to decompressor
/linux-2.6.39/arch/cris/boot/compressed/
Dhead_v10.S79 move.d $r5, [input_data] ; for the decompressor
121 .dword 0 ; used by the decompressor
DREADME16 The decompressor is built into the file decompress.o. It is turned into
/linux-2.6.39/Documentation/
Dxz.txt13 The XZ decompressor in Linux is called XZ Embedded. It supports
26 The xz_dec module provides XZ decompressor with single-call (buffer
31 useful unless you are hacking the XZ decompressor. xz_dec_test
/linux-2.6.39/lib/xz/
DKconfig50 tristate "XZ decompressor tester"
/linux-2.6.39/include/linux/
Disdn_ppp.h240 struct isdn_ppp_compressor *compressor,*decompressor; member
/linux-2.6.39/arch/cris/arch-v32/mach-a3/
Ddram_init.S22 ;; information from the decompressor (if the kernel was compressed).
/linux-2.6.39/drivers/isdn/i4l/
Disdn_ppp.c298 is->link_decompressor = is->decompressor = NULL; in isdn_ppp_open()
395 is->decompressor->free(is->decomp_stat); in isdn_ppp_release()
397 is->decompressor = is->link_decompressor = NULL; in isdn_ppp_release()
2516 ipc = master->decompressor; in isdn_ppp_decompress()
2694 if (!mis->decompressor) in isdn_ppp_receive_ccp()
2698 if (!is->decompressor) in isdn_ppp_receive_ccp()
2713 if(mis->decompressor && mis->decomp_stat) in isdn_ppp_receive_ccp()
2714 mis->decompressor-> in isdn_ppp_receive_ccp()
3002 is->decompressor->free(is->decomp_stat); in isdn_ppp_set_compressor()
3004 is->decompressor = ipc; in isdn_ppp_set_compressor()
/linux-2.6.39/arch/cris/arch-v32/mach-fs/
Ddram_init.S22 ;; information from the decompressor (if the kernel was compressed).
/linux-2.6.39/Documentation/networking/
Dppp_generic.txt355 SC_DECOMP_RUN CCP decompressor is running
356 SC_DC_ERROR CCP decompressor detected non-fatal error
357 SC_DC_FERROR CCP decompressor detected fatal error
390 decompressor. The lower 16 bits of the int pointed to by the
393 connection-ID for the decompressor, otherwise the decompressor's
/linux-2.6.39/arch/cris/arch-v10/lib/
Ddram_init.S21 ;; information from the decompressor (if the kernel was compressed).
/linux-2.6.39/arch/arm/mach-pxa/
DKconfig464 bool "Detect machine ID at run-time in the decompressor"
467 Say Y here if you want the zImage decompressor to detect
/linux-2.6.39/arch/arm/plat-samsung/
DKconfig33 kernel decompressor detects an error during decompression.
/linux-2.6.39/arch/cris/arch-v32/kernel/
Dhead.S27 ;; NOTE: R8 and R9 carry information from the decompressor (if the
/linux-2.6.39/arch/cris/arch-v10/kernel/
Dhead.S38 ;; information from the decompressor (if the kernel was compressed).
/linux-2.6.39/Documentation/x86/
Dboot.txt399 This requests to the kernel (decompressor and early

12