/linux-2.6.39/fs/squashfs/ |
D | decompressor.c | 59 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()
|
D | decompressor.h | 39 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()
|
D | super.c | 53 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()
|
D | Makefile | 7 squashfs-y += namei.o super.o symlink.o zlib_wrapper.o decompressor.o
|
D | squashfs_fs_sb.h | 55 const struct squashfs_decompressor *decompressor; member
|
/linux-2.6.39/init/ |
D | do_mounts_rd.c | 53 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/ |
D | decompress.c | 37 decompress_fn decompressor; member 63 return cf->decompressor; in decompress_method()
|
/linux-2.6.39/Documentation/arm/ |
D | Porting | 17 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.
|
D | Booting | 101 the kernel decompressor nor initrd 'bootp' program will overwrite
|
/linux-2.6.39/arch/cris/boot/rescue/ |
D | head_v32.S | 23 jump $r10 ; Jump to decompressor
|
/linux-2.6.39/arch/cris/boot/compressed/ |
D | head_v10.S | 79 move.d $r5, [input_data] ; for the decompressor 121 .dword 0 ; used by the decompressor
|
D | README | 16 The decompressor is built into the file decompress.o. It is turned into
|
/linux-2.6.39/Documentation/ |
D | xz.txt | 13 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/ |
D | Kconfig | 50 tristate "XZ decompressor tester"
|
/linux-2.6.39/include/linux/ |
D | isdn_ppp.h | 240 struct isdn_ppp_compressor *compressor,*decompressor; member
|
/linux-2.6.39/arch/cris/arch-v32/mach-a3/ |
D | dram_init.S | 22 ;; information from the decompressor (if the kernel was compressed).
|
/linux-2.6.39/drivers/isdn/i4l/ |
D | isdn_ppp.c | 298 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/ |
D | dram_init.S | 22 ;; information from the decompressor (if the kernel was compressed).
|
/linux-2.6.39/Documentation/networking/ |
D | ppp_generic.txt | 355 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/ |
D | dram_init.S | 21 ;; information from the decompressor (if the kernel was compressed).
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | Kconfig | 464 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/ |
D | Kconfig | 33 kernel decompressor detects an error during decompression.
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | head.S | 27 ;; NOTE: R8 and R9 carry information from the decompressor (if the
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | head.S | 38 ;; information from the decompressor (if the kernel was compressed).
|
/linux-2.6.39/Documentation/x86/ |
D | boot.txt | 399 This requests to the kernel (decompressor and early
|