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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
6 echo '->'`basename $patch`:
7 patch -p1 --ignore-whitespace < $patch
H A Dunpatch-source7 for patch in `ls debian/patches/*.patch | sort -r`; do
8 patch -p1 -R --ignore-whitespace < $patch
11 # Unused code. See comment in the patch-source script.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
6 echo '->'`basename $patch`:
7 patch -p1 --ignore-whitespace < $patch
H A Dunpatch-source7 for patch in `ls debian/patches/*.patch | sort -r`; do
8 patch -p1 -R --ignore-whitespace < $patch
11 # Unused code. See comment in the patch-source script.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dpatch-kernel3 # usage: patch-kernel [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]
4 # The source directory defaults to /usr/src/linux, and the patch
7 # scripts/patch-kernel . ..
10 # scripts/patch-kernel . .. -ac
11 # Get the latest Linux kernel and patch it with the latest ac patch
12 # scripts/patch-kernel . .. 2.4.9
14 # scripts/patch-kernel . .. 2.4.9 -ac
16 # scripts/patch-kernel . .. 2.4.9 -ac11
17 # Gets 2.4.9 with ac patch ac1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Defxmgr.h121 void *patch[MAX_PATCHES_PAGES]; member in struct:patch_manager
131 #define PATCH(mgr, i) ((struct dsp_patch *) (mgr)->patch[(i) / PATCHES_PER_PAGE] + (i) % PATCHES_PER_PAGE)
139 /* Routing patch */
186 #define INPUT_PATCH_START(patch, nm, ln, i) \
188 patch = PATCH(mgr, patch_n); \
189 strcpy(patch->name, nm); \
190 patch->code_start = pc * 2; \
191 patch->input = (1<<(0x1f&ln)); \
192 patch->output= (1<<(0x1f&ln)); \
193 patch
[all...]
H A Dmain.c50 * 0.8 Make use of the kernel ac97 interface. Support for a dsp patch manager.
53 * Dynamic patch storage allocation.
62 * Simplified dsp patch writing (inside the driver)
543 free_page((unsigned long) mgr->patch[i]);
549 struct dsp_patch *patch; local
574 mgr->patch[i] = (void *)__get_free_page(GFP_KERNEL);
575 if (mgr->patch[i] == NULL) {
580 memset(mgr->patch[i], 0, PAGE_SIZE);
646 /* delimiter patch */
647 patch
[all...]
H A Defxmgr.c38 struct dsp_patch *patch; local
53 patch = PATCH(mgr, i);
54 sprintf(s,"%s", patch->name);
57 gpr_used = patch->gpr_used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_hwdep.c51 * load patch
57 struct soundfont_patch_info patch; local
59 if (copy_from_user(&patch, arg, sizeof(patch)))
62 if (patch.type >= SNDRV_SFNT_LOAD_INFO &&
63 patch.type <= SNDRV_SFNT_PROBE_DATA) {
64 err = snd_soundfont_load(emu->sflist, arg, patch.len + sizeof(patch), TMP_CLIENT_ID);
69 return emu->ops.load_fx(emu, patch.type, patch
[all...]
H A Dsoundfont.c104 * close the patch if the patch was opened by this client.
121 * Deal with a soundfont patch. Any driver could use these routines
132 struct soundfont_patch_info patch; local
136 if (count < (long)sizeof(patch)) {
137 snd_printk("patch record too small %ld\n", count);
140 if (copy_from_user(&patch, data, sizeof(patch)))
143 count -= sizeof(patch);
144 data += sizeof(patch);
948 struct patch_info patch; local
[all...]
H A Demux_oss.c206 * load patch
227 struct soundfont_patch_info patch; local
228 if (count < (int)sizeof(patch))
230 if (copy_from_user(&patch, buf, sizeof(patch)))
232 if (patch.type >= SNDRV_SFNT_LOAD_INFO &&
233 patch.type <= SNDRV_SFNT_PROBE_DATA)
237 rc = emu->ops.load_fx(emu, patch.type, patch.optarg, buf, count);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S30 .data.patch : {
32 *(.data.patch.mckinley_e9)
36 *(.data.patch.vtop)
40 *(.data.patch.fsyscall_table)
44 *(.data.patch.brl_fsys_bubble_down)
H A Dvmlinux.lds.S81 .data.patch.phys_stack_reg : AT(ADDR(.data.patch.phys_stack_reg) - LOAD_OFFSET)
84 *(.data.patch.phys_stack_reg)
144 .data.patch.vtop : AT(ADDR(.data.patch.vtop) - LOAD_OFFSET)
147 *(.data.patch.vtop)
151 .data.patch.mckinley_e9 : AT(ADDR(.data.patch.mckinley_e9) - LOAD_OFFSET)
154 *(.data.patch.mckinley_e9)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dspec.pl22 $patch = 0;
38 $patch = 1;
45 $v4 = $v4 + $patch;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_si3054.c4 * HD audio interface patch for Silicon Labs 3054/5 modem codec
295 * patch entries
298 { .id = 0x163c3055, .name = "Si3054", .patch = patch_si3054 },
299 { .id = 0x163c3155, .name = "Si3054", .patch = patch_si3054 },
300 { .id = 0x11c11040, .name = "Si3054", .patch = patch_si3054 },
301 { .id = 0x11c13026, .name = "Si3054", .patch = patch_si3054 },
302 { .id = 0x11c13055, .name = "Si3054", .patch = patch_si3054 },
303 { .id = 0x11c13155, .name = "Si3054", .patch = patch_si3054 },
304 { .id = 0x10573055, .name = "Si3054", .patch = patch_si3054 },
305 { .id = 0x10573057, .name = "Si3054", .patch
[all...]
H A Dpatch_atihdmi.c4 * HD audio interface patch for ATI HDMI codecs
171 * patch entries
174 { .id = 0x1002793c, .name = "ATI RS600 HDMI", .patch = patch_atihdmi },
175 { .id = 0x1002791a, .name = "ATI RS690/780 HDMI", .patch = patch_atihdmi },
176 { .id = 0x1002aa01, .name = "ATI R600 HDMI", .patch = patch_atihdmi },
H A Dpatch_sigmatel.c4 * HD audio interface patch for SigmaTel STAC92xx
2482 * patch entries
2485 { .id = 0x83847690, .name = "STAC9200", .patch = patch_stac9200 },
2486 { .id = 0x83847882, .name = "STAC9220 A1", .patch = patch_stac922x },
2487 { .id = 0x83847680, .name = "STAC9221 A1", .patch = patch_stac922x },
2488 { .id = 0x83847880, .name = "STAC9220 A2", .patch = patch_stac922x },
2489 { .id = 0x83847681, .name = "STAC9220D/9223D A2", .patch = patch_stac922x },
2490 { .id = 0x83847682, .name = "STAC9221 A2", .patch = patch_stac922x },
2491 { .id = 0x83847683, .name = "STAC9221D A2", .patch = patch_stac922x },
2492 { .id = 0x83847618, .name = "STAC9227", .patch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Drules47 patch: patch-stamp
48 patch-stamp:
50 if [ ! -f patch-stamp ]; then /bin/sh debian/scripts/patch-source; fi
51 touch patch-stamp
55 if [ -f patch-stamp ]; then /bin/sh debian/scripts/unpatch-source; fi
56 rm -f patch-stamp
58 configure: patch-stamp configure-stamp
94 build: patch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Drules44 patch: patch-stamp
45 patch-stamp:
47 if [ ! -f patch-stamp ]; then /bin/sh debian/scripts/patch-source; fi
48 touch patch-stamp
52 if [ -f patch-stamp ]; then /bin/sh debian/scripts/unpatch-source; fi
53 rm -f patch-stamp
55 configure: patch-stamp configure-stamp
94 build: patch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dsshhelp.pm407 my $patch;
426 $patch = $4?$4:0;
428 $versnum = (100*$major) + (10*$minor) + $patch;
429 $versstr = "$sshid $major.$minor.$patch";
436 $patch = $4?$4:0;
438 $versnum = (100*$major) + (10*$minor) + $patch;
439 $versstr = "$sshid $major.$minor.$patch";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmaketgz41 patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`
43 numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"`
56 -e 's/^#define LIBCURL_VERSION_PATCH .*/#define LIBCURL_VERSION_PATCH '$patch'/g' \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A DMakefile11 obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-core.o budget-patch.o ttpci-eeprom.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvdso.c79 /* Format of the patch table */
87 /* Table of functions to patch based on the CPU type/revision
584 struct vdso_patch_def *patch = &vdso_patches[i]; local
585 int match = (cur_cpu_spec->cpu_features & patch->ftr_mask)
586 == patch->ftr_value;
590 DBG("replacing %s with %s...\n", patch->gen_name,
591 patch->fix_name ? "NONE" : patch->fix_name);
595 * patch the "." symbol on 64 bits.
599 vdso_do_func_patch32(v32, v64, patch
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-suse.spec42 patch -p0 <rpm/%{name}-SuSE.patch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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...]

Completed in 197 milliseconds

1234