Searched refs:mirror (Results 1 - 25 of 31) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dmk-ca-bundle.pl82 $resp = $ua->mirror($url, $txt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_mirred.c2 * m_egress.c ingress/egress packet mirror/redir actions module
37 fprintf(stderr, "aCTION := <mirror | redirect>\n");
66 int ok = 0, iok = 0, mirror=0,redir=0; local
100 } else if (!mirror && matches(*argv, "mirror") == 0) {
101 mirror=1;
103 fprintf(stderr, "Cant have both mirror and redir\n");
111 if (mirror) {
112 fprintf(stderr, "Cant have both mirror and redir\n");
118 } else if ((redir || mirror)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c588 static inline int mirror(int v, int m){ function
919 DWTELEM *b0= buffer + mirror(-2-1, height-1)*stride;
920 DWTELEM *b1= buffer + mirror(-2 , height-1)*stride;
923 DWTELEM *b2= buffer + mirror(y+1, height-1)*stride;
924 DWTELEM *b3= buffer + mirror(y+2, height-1)*stride;
986 DWTELEM *b0= buffer + mirror(-4-1, height-1)*stride;
987 DWTELEM *b1= buffer + mirror(-4 , height-1)*stride;
988 DWTELEM *b2= buffer + mirror(-4+1, height-1)*stride;
989 DWTELEM *b3= buffer + mirror(-4+2, height-1)*stride;
992 DWTELEM *b4= buffer + mirror(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1634 supported functions have been implemented to mirror the way Berkeley DB
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-strncpy_from_user.S376 zapnot t2, t8, t2 # U : prepare source word; mirror changes
H A Dev6-stxcpy.S304 zapnot t2, t8, t2 # U : prepare source word; mirror changes (stall)
H A Dev6-stxncpy.S381 zapnot t12, t8, t12 # U : prepare source word; mirror changes (stall)
H A Dstrncpy_from_user.S308 zapnot t2, t8, t2 # e0 : prepare source word; mirror changes
H A Dstxcpy.S275 zapnot t2, t8, t2 # .. e1 : prepare source word; mirror changes
H A Dstxncpy.S333 zapnot t12, t8, t12 # e0 : prepare source word; mirror changes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Ddma.c1005 int mirror; member in struct:lcd_dma_info
1047 void omap_set_lcd_dma_b1_mirror(int mirror) argument
1050 printk(KERN_ERR "DMA mirror is not supported in 1510 mode\n");
1053 lcd_dma.mirror = mirror;
1109 if (!lcd_dma.mirror) {
1129 if (!lcd_dma.mirror) {
1144 if (!lcd_dma.mirror) {
1159 if (!lcd_dma.mirror) {
1210 if (!(lcd_dma.rotate || lcd_dma.mirror ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mb93090-mb00/
H A Dpci-vdk.c202 * Several buggy motherboards address only 16 devices and mirror
212 int mirror = PCI_DEVFN(16,0); local
222 if (e->devfn != d->devfn + mirror ||
244 if (d->devfn >= mirror) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Dcommon.c58 * Several buggy motherboards address only 16 devices and mirror
68 int mirror = PCI_DEVFN(16,0); local
79 if (e->devfn != d->devfn + mirror ||
101 if (d->devfn >= mirror) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A DMakefile9 dm-mirror-objs := dm-log.o dm-raid1.o
38 obj-$(CONFIG_DM_MIRROR) += dm-mirror.o
H A Ddm-raid1.c33 * The mirror splits itself up into discrete regions. Each
113 struct mirror { struct
136 struct mirror *default_mirror; /* Default mirror */
142 struct mirror mirror[0]; member in struct:mirror_set
603 * Every mirror should look like this one.
625 * When a mirror is first activated we may find that some regions
627 * recopying from the default mirror to all the others.
642 struct mirror *
961 get_mirror(struct mirror_set *ms, struct dm_target *ti, unsigned int mirror, char **argv) argument
[all...]
H A Draid1.c262 int mirror; local
268 mirror = r1_bio->read_disk;
270 * this branch is our 'one mirror IO has finished' event handler:
272 update_head_pos(mirror, r1_bio);
285 !test_bit(Faulty, &conf->mirrors[mirror].rdev->flags)))
299 bdevname(conf->mirrors[mirror].rdev->bdev,b), (unsigned long long)r1_bio->sector);
303 rdev_dec_pending(conf->mirrors[mirror].rdev, conf->mddev);
311 int mirror, behind = test_bit(R1BIO_BehindIO, &r1_bio->state); local
318 for (mirror = 0; mirror < con
772 mirror_info_t *mirror; local
1067 int mirror = 0; local
1162 int mirror=0; local
[all...]
H A Draid10.c259 * this branch is our 'one mirror IO has finished' event handler:
306 * this branch is our 'one mirror IO has finished' event handler:
483 * because position is mirror, not device based.
775 mirror_info_t *mirror; local
853 mirror = conf->mirrors + disk;
860 mirror->rdev->data_offset;
861 read_bio->bi_bdev = mirror->rdev->bdev;
1075 int mirror; local
1088 mirror = rdev->saved_raid_disk;
1090 mirror
1539 int mirror; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dov511.c118 static int mirror; variable
191 module_param(mirror, int, 0);
192 MODULE_PARM_DESC(mirror, "Reverse image horizontally");
2048 ov->mirror = enable;
2632 rc = sensor_set_mirror(ov, ov->mirror);
5572 ov->mirror = mirror;
H A Dov511.h435 int mirror; /* Image is reversed horizontally */ member in struct:usb_ov511
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/ovcamchip/
H A Dov6x20.c39 int mirror; member in struct:ov6x20
266 s->mirror = v;
320 ctl->value = s->mirror;
H A Dov6x30.c40 int mirror; member in struct:ov6x30
229 s->mirror = v;
283 ctl->value = s->mirror;
H A Dov76be.c59 int mirror; member in struct:ov76be
173 s->mirror = v;
216 ctl->value = s->mirror;
H A Dov7x10.c60 int mirror; member in struct:ov7x10
197 s->mirror = v;
248 ctl->value = s->mirror;
H A Dov7x20.c56 int mirror; member in struct:ov7x20
328 s->mirror = v;
378 ctl->value = s->mirror;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c663 int val,mirror; local
668 mirror = (dev->ctl_mirror) ? 0x02 : 0x00;
672 saa_writeb(SAA7134_V_FILTER(task), 0x00 | mirror); local
679 saa_writeb(SAA7134_V_FILTER(task), 0x01 | mirror); local

Completed in 271 milliseconds

12