Searched refs:img (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/compressed/
H A DMakefile24 $(target_compressed_dir)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
26 @cat $(target)/decompress.bin piggy.img > $(target_compressed_dir)/vmlinuz
27 @rm -f piggy.img
37 piggy.img: $(SYSTEM)
38 @cat $(SYSTEM) | gzip -f -9 > piggy.img
44 rm -f piggy.img $(objtree)/vmlinuz
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/boot/compressed/
H A DMakefile26 $(objtree)/vmlinuz: $(target) piggy.img $(target)/decompress.bin
27 cat $(target)/decompress.bin piggy.img > $(objtree)/vmlinuz
28 rm -f piggy.img
36 piggy.img: $(SYSTEM)
37 cat $(SYSTEM) | gzip -f -9 > piggy.img
40 rm -f piggy.img $(objtree)/vmlinuz vmlinuz.o decompress.o decompress.bin $(OBJECTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/boot/
H A DMakefile7 ROOT_IMG := /usr/src/root.img
11 targets := image tftpboot.img vmlinux.aout
26 $(obj)/tftpboot.img: vmlinux $(obj)/piggyback System.map $(ROOT_IMG) FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dredboot.c29 struct fis_image_desc *img; member in struct:fis_list
36 static inline int redboot_checksum(struct fis_image_desc *img) argument
168 new_fl->img = &buf[i];
179 while(*prev && (*prev)->img->flash_base < new_fl->img->flash_base)
187 if (fl->img->flash_base) {
193 if (tmp_fl->img->flash_base + tmp_fl->img->size + master->erasesize <= tmp_fl->next->img->flash_base) {
217 if (fl->img
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dmount.testroot50 dd if=/dev/zero of=images/ext2.img bs=1M count=1 2> /dev/null
51 mkfs.ext2 -F -b 1024 images/ext2.img > /dev/null 2> /dev/null
52 dd if=/dev/zero of=images/vfat.img bs=1M count=1 2> /dev/null
53 mkfs.vfat images/vfat.img > /dev/null
58 "mount -t auto images/vfat.img images/vfat.dir && mount | tail -n 1 | grep -o 'vfat.dir type vfat'" \
61 "mount images/ext2.img images/ext2.dir 2> /dev/null && mount | tail -n 1" \
74 "mount images/ext2.img images/ext2.dir && mount | tail -n 1" \
98 /images/ext2.img /images/ext2.dir ext2 noatime,nodev 0 0
100 /images/vfat.img /images/vfat.dir auto ro 0 0
111 cat images/ext2.img > image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/boot/
H A DMakefile7 ROOT_IMG := /usr/src/root.img
11 targets := tftpboot.img btfix.o btfix.S image
53 $(obj)/tftpboot.img: $(obj)/piggyback $(obj)/System.map $(obj)/image FORCE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_leds.c62 DO_LED_COPY (const char *img, pos, buf, len, *buf++ = *img++);
75 DO_LED_COPY (char *img, pos, buf, len,
76 *led-- = 0xFF ^ (*img++ = *buf++));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dimage_utils.c235 FILE *img; local
243 img = fopen(path, "r");
244 if( !img )
247 fseek(img, 0, SEEK_END);
248 size = ftell(img);
249 rewind(img);
251 nread = fread(&buf, 2, 1, img);
254 fclose(img);
259 while( ftell(img) < size )
261 while( nread > 0 && buf[0] != 0xFF && !feof(img) )
300 FILE *img; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dimage_utils.c236 FILE *img; local
243 img = fopen(path, "r");
244 if( !img )
247 fseek(img, 0, SEEK_END);
248 size = ftell(img);
249 rewind(img);
251 fread(&buf, 2, 1, img);
254 fclose(img);
259 while( ftell(img) < size )
261 while( buf[0] != 0xFF && !feof(img) )
296 FILE *img; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dimage_utils.c236 FILE *img; local
241 img = fopen(path, "r");
242 if( !img )
245 fread(&buf, 2, 1, img);
248 fclose(img);
253 while( !feof(img) )
255 while( buf[0] != 0xFF && !feof(img) )
256 fread(&buf, 1, 1, img);
258 while( buf[0] == 0xFF && !feof(img) )
259 fread(&buf, 1, 1, img);
289 FILE *img; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmkdosboot19 # Example of a script making a Doc boot disk. Image will be t.img, a
23 IMAGE=t.img
H A Dmtools.h190 void set_cmd_line_image(char *img, int flags);
H A Dconfig.c541 void set_cmd_line_image(char *img, int flags) { argument
546 devices[cur_dev].name = name = strdup(img);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dimg2.c54 { CODEC_ID_MPEG1VIDEO, "mpg1-img"},
55 { CODEC_ID_MPEG2VIDEO, "mpg2-img"},
56 { CODEC_ID_MPEG4 , "mpg4-img"},
57 { CODEC_ID_FFV1 , "ffv1-img"},
315 VideoData *img = s->priv_data; local
317 img->img_number = 1;
318 av_strlcpy(img->path, s->filename, sizeof(img->path));
322 img->is_pipe = 0;
324 img
331 VideoData *img = s->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A DMakefile67 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
79 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
91 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
102 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
119 cp '$(FDINITRD)' $(obj)/isoimage/initrd.img ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A DMakefile69 image_cmdline = default linux $(FDARGS) $(if $(FDINITRD),initrd=initrd.img,)
81 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' a:initrd.img ; \
93 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' v:initrd.img ; \
104 MTOOLSRC=$(obj)/mtools.conf mcopy '$(FDINITRD)' w:initrd.img ; \
121 cp '$(FDINITRD)' $(obj)/isoimage/initrd.img ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/
H A DMakefile69 cat vmlinux.bin cramfs.img >timage
79 mkcramfs -b 8192 -m romfs_meta.txt root cramfs.img
80 cat vmlinux.bin cramfs.img >timage
107 rm -f timage vmlinux.bin decompress.bin rescue.bin cramfs.img
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/
H A DMakefile58 image tftpboot.img: vmlinux
69 echo ' tftpboot.img - image prepared for tftp'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcardbus.c68 u_int img = 0, ofs = 0, sz; local
71 if (img == (addr >> 28))
80 img++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile66 image tftpboot.img vmlinux.aout: vmlinux
75 echo ' tftpboot.img - Image prepared for tftp'
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgresample.c706 uint8_t img[XSIZE * YSIZE]; variable
714 void save_pgm(const char *filename, uint8_t *img, int xsize, int ysize) argument
720 fwrite(img,1, xsize * ysize,f);
790 img[(YSIZE - y) * XSIZE + (XSIZE - x)] = v;
793 save_pgm("/tmp/in.pgm", img, XSIZE, YSIZE);
802 img + 50 * XSIZE, XSIZE, XSIZE, YSIZE - 100);
818 img, XSIZE, XSIZE, YSIZE);
823 img, XSIZE, XSIZE, YSIZE);
H A Dlibx264.c123 x4->pic.img.i_csp = X264_CSP_I420;
124 x4->pic.img.i_plane = 3;
128 x4->pic.img.plane[i] = frame->data[i];
129 x4->pic.img.i_stride[i] = frame->linesize[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_altivec.c641 ubyte *img; local
643 img = in[0];
648 uyvy = vec_ld (0, img);
660 uyvy = vec_ld (16, img);
679 img += 32;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_core.c710 unsigned int img, len, status; local
732 img = len;
735 img = (eof > pos) ? eof - pos - 1 : 0;
737 if ((*f)->buf.bytesused + img > imagesize) {
739 b = (*f)->buf.bytesused + img -
741 img = imagesize - (*f)->buf.bytesused;
750 img);
755 (*f)->buf.bytesused += img;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/riptide/
H A Driptide.c730 static int loadfirmware(struct cmdif *cif, unsigned char *img, argument
739 in = img;
765 if (*img++ == '\n')

Completed in 143 milliseconds