Searched refs:patch (Results 26 - 50 of 83) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c66 typedef struct patch { struct
67 STAILQ_ENTRY(patch) links;
74 STAILQ_HEAD(patch_list, patch) patches;
81 static void emit_patch(scope_t *scope, int patch);
392 * Output patch information. Patch functions first.
418 "static struct patch {\n"
466 * Emit the first patch for this scope
483 * Emit the second, closing, patch for this scope
489 emit_patch(scope_t *scope, int patch) argument
494 pinfo = &scope->patches[patch];
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Denv.t25 my ($major, $minor, $patch) = (0, 0, 0) ;
28 ok 2, my $ver = BerkeleyDB::db_version($version_major, $minor, $patch) ;
32 ok 6, defined $patch ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_via.c4 * HD audio interface patch for VIA VT1708 codec
26 /* 2006-03-03 Lydia Wang Create the basic patch to support VT1708 codec */
1383 * patch entries
1386 { .id = 0x11061708, .name = "VIA VT1708", .patch = patch_vt1708},
1387 { .id = 0x11061709, .name = "VIA VT1708", .patch = patch_vt1708},
1388 { .id = 0x1106170A, .name = "VIA VT1708", .patch = patch_vt1708},
1389 { .id = 0x1106170B, .name = "VIA VT1708", .patch = patch_vt1708},
1390 { .id = 0x1106E710, .name = "VIA VT1709 10-Ch", .patch = patch_vt1709_10ch},
1391 { .id = 0x1106E711, .name = "VIA VT1709 10-Ch", .patch = patch_vt1709_10ch},
1392 { .id = 0x1106E712, .name = "VIA VT1709 10-Ch", .patch
[all...]
H A Dpatch_cmedia.c4 * HD audio interface patch for C-Media CMI9880
750 * patch entries
753 { .id = 0x13f69880, .name = "CMI9880", .patch = patch_cmi9880 },
754 { .id = 0x434d4980, .name = "CMI9880", .patch = patch_cmi9880 },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dcpu.h144 * the patch number. *ARGH*
148 #define PRID_REV_ENCODE_332(ver, rev, patch) \
149 ((ver) << 5 | (rev) << 2 | (patch))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-netx/
H A Dxc.c95 static int xc_patch(struct xc *x, void *patch, int count) argument
98 unsigned int *data = patch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dcpu.h144 * the patch number. *ARGH*
148 #define PRID_REV_ENCODE_332(ver, rev, patch) \
149 ((ver) << 5 | (rev) << 2 | (patch))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/contrib/slackware-dnsmasq/
H A Ddnsmasq.SlackBuild25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/tools/
H A Dpatcheck11 echo something wrong, fix it and send a patch to the ffmpeg-dev ML
45 hiegrep2 '(int|unsigned|static|void)[a-zA-Z0-9 _]*(init|end)[a-zA-Z0-9 _]*\(.*[^;]$' '(av_cold|:\+[^a-zA-Z_])' 'These functions may need av_cold, please review the whole patch for similar functions needing av_cold' $*
154 check that the patch does not touch codec & (de)muxer layer at the same time ->split
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmixer.c187 struct dsp_patch *patch; local
372 card->mgr.patch[i] = (void *)__get_free_page(GFP_KERNEL);
373 if(card->mgr.patch[i] == NULL) {
378 memset(card->mgr.patch[i], 0, PAGE_SIZE);
383 patch = PATCH(&card->mgr, ctl->val[0] - 1);
385 memcpy(patch, &ctl->val[1], sizeof(struct dsp_patch));
387 if (patch->code_size == 0) {
389 free_page((unsigned long) card->mgr.patch[i]);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dscript_asm.pl211 # &patch ($address, $offset, $length, $value) patches $code[$address]
218 sub patch { subroutine
277 &patch ($address + $word, $offset, $length, $value);
820 &patch ($address / 4, $address % 4, $length, $symbol_values{$i});
962 for $patch (sort {$a <=> $b} @label_patches) {
963 printf OUTPUT "\t0x%08x,\n", $patch;
H A Din2000.c709 Scsi_Cmnd *patch, *cmd; local
1409 patch = NULL;
1413 patch = cmd;
1426 if (patch)
1427 patch->host_scribble = cmd->host_scribble;
H A Dwd33c93.c790 struct scsi_cmnd *patch, *cmd; local
1433 patch = NULL;
1437 patch = cmd;
1453 if (patch)
1454 patch->host_scribble = cmd->host_scribble;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dsoundcard.h466 * route the patch to the corresponding device.
1065 extern void OSS_patch_caching(int dev, int chn, int patch,
1067 extern void OSS_drum_caching(int dev, int chn, int patch,
1221 # define SEQ_PGM_CHANGE(dev, chn, patch) \
1222 {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); \
1223 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
1225 # define SEQ_PGM_CHANGE(dev, chn, patch) \
1226 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
1314 perror("Write patch: /dev/sequencer");}
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A DMakefile8 irq_lsapic.o ivt.o machvec.o pal.o patch.o process.o perfmon.o ptrace.o sal.o \
H A Dpatch.c10 #include <asm/patch.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h144 /* Setup and patch methods for this firmware */
146 void (*patch)(struct sym_hcb *); member in struct:sym_fw
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c129 int major, minor, patch; local
132 version_str = db_version(&major, &minor, &patch);
134 /* check library match, ignore if only patch level changed */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec284 Patch1: smbw.patch.bz2
285 Patch4: samba-3.0-smbmount-sbin.patch.bz2
286 Patch5: samba-3.0.2a-smbldap-config.patch.bz2
289 Patch7: samba-3.0.5-lib64.patch.bz2
290 Patch9: samba-3.0.6-smbmount-unixext.patch.bz2
291 Patch11: samba-3.0.7-mandrake-packaging.patch.bz2
294 Patch8: samba-3.0.6-revert-libsmbclient-move.patch.bz2
1828 - drop patch 23 to ldap schema (patch in 3.0.6 was to bring schema up-to-date
1830 - merge winbind init script fix into packaging patch
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm.h66 #define XFREE86_VERSION(major,minor,patch,snap) \
67 ((major << 16) | (minor << 8) | patch)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dparavirt.c137 return len; /* call too long for patch site */
151 return len; /* call too long for patch site */
165 /* If there's no function, patch it with a ud2a (BUG) */
237 .patch = native_patch,
H A Dalternative.c349 used = paravirt_ops.patch(p->instrtype, p->clobbers, p->instr,
373 /* switch to patch-once-at-boottime-only mode and free the
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dn_hdlc.c94 #define VERSION(major,minor,patch) (((((major)<<8)+(minor))<<8)+(patch))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/
H A Dpod2man.pl292 ($version,$patch) = `$perl -e 'print $]'` =~ /^(\d\.\d{3})(\d{2})?/ if $perl;
295 ($version,$patch) = $] =~ /^(.{5})(\d{2})?/ unless $version;
297 $DEF_RELEASE .= ", patch $patch" if $patch;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dpod2man.pl292 ($version,$patch) = `$perl -e 'print $]'` =~ /^(\d\.\d{3})(\d{2})?/ if $perl;
295 ($version,$patch) = $] =~ /^(.{5})(\d{2})?/ unless $version;
297 $DEF_RELEASE .= ", patch $patch" if $patch;

Completed in 249 milliseconds

1234