Searched refs:module (Results 251 - 275 of 7572) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dstreamline_config.pl307 # a loaded module.
309 foreach my $module (keys(%modules)) {
310 if (defined($objects{$module})) {
311 my @arr = @{$objects{$module}};
313 $configs{$conf} = $module;
316 # Most likely, someone has a custom (binary?) module loaded.
317 print STDERR "$module config not found!!\n";
377 # Finally, read the .config file and turn off any module enabled that
383 # enable IKCONFIG at least as a module
408 foreach my $module (key
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_zip.c91 static const char module[] = "ZIPSetupDecode"; local
95 TIFFError(module, "%s: %s", tif->tif_name, sp->stream.msg);
122 static const char module[] = "ZIPDecode"; local
133 TIFFError(module,
141 TIFFError(module, "%s: zlib error: %s",
147 TIFFError(module,
159 static const char module[] = "ZIPSetupEncode"; local
163 TIFFError(module, "%s: %s", tif->tif_name, sp->stream.msg);
193 static const char module[] = "ZIPEncode"; local
200 TIFFError(module, "
222 static const char module[] = "ZIPPostEncode"; local
270 static const char module[] = "ZIPVSetField"; local
[all...]
H A Dtif_apple.c163 static const char module[] = "TIFFOpen"; local
175 switch (_TIFFgetMode(mode, module)) {
205 TIFFError(module, "%s: Cannot create", name);
208 TIFFError(module, "%s: Cannot open", name);
256 appleWarningHandler(const char* module, const char* fmt, va_list ap) argument
258 if (module != NULL)
259 fprintf(stderr, "%s: ", module);
267 appleErrorHandler(const char* module, const char* fmt, va_list ap) argument
269 if (module != NULL)
270 fprintf(stderr, "%s: ", module);
[all...]
H A Dtif_os2.c177 static const char module[] = "TIFFOpen"; local
185 m = _TIFFgetMode(mode, module);
216 TIFFError(module, "%s: Cannot open", name);
273 Os2WarningHandler(const char* module, const char* fmt, va_list ap) argument
280 szTmp = (module == NULL) ? (LPTSTR)szDefaultModule : (LPTSTR)module;
297 if (module != NULL)
298 fprintf(stderr, "%s: ", module);
307 Os2ErrorHandler(const char* module, const char* fmt, va_list ap) argument
314 szTmp = (module
[all...]
H A Dtif_atari.c163 static const char module[] = "TIFFOpen"; local
167 m = _TIFFgetMode(mode, module);
180 TIFFError(module, "%s: Cannot open", name);
225 atariWarningHandler(const char* module, const char* fmt, va_list ap) argument
227 if (module != NULL)
228 fprintf(stderr, "%s: ", module);
236 atariErrorHandler(const char* module, const char* fmt, va_list ap) argument
238 if (module != NULL)
239 fprintf(stderr, "%s: ", module);
H A Dtif_win3.c106 static const char module[] = "TIFFOpen"; local
111 m = _TIFFgetMode(mode, module);
124 TIFFError(module, "%s: Cannot open", name);
203 win3WarningHandler(const char* module, const char* fmt, va_list ap) argument
206 if (module != NULL)
207 strcat(strcpy(e, module), ":");
216 win3ErrorHandler(const char* module, const char* fmt, va_list ap) argument
219 if (module != NULL)
220 strcat(strcpy(e, module), ":");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A DMakefile.in51 # No Solaris kernel module build
54 @USE_SOLARIS_TRUE@@SOLARIS_MODULE_FALSE@ @echo "Solaris kernel module cannot be build"
59 # Build Solaris kernel module
96 @SOLARIS_MODULE_TRUE@ echo "netconfig already contains a ddp module, skipping"; \
98 @SOLARIS_MODULE_TRUE@ echo "adding ddp module to netconfig"; \
101 @SOLARIS_MODULE_TRUE@ @echo "Installed Solaris kernel module"
106 @SOLARIS_MODULE_TRUE@ @echo "To install the Solaris kernel module type 'make kinstall' as root user"
110 @SOLARIS_MODULE_TRUE@ @echo "To uninstall the Solaris kernel module type 'make kuninstall' as root user"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwmc3200wifi/
H A Ddebug.h34 #define IWM_DEBUG_MODULE(i, level, module, f, a...) \
36 if (unlikely(i->dbg.dbg_module[IWM_DM_##module] >= (IWM_DL_##level)))\
41 #define IWM_HEXDUMP(i, level, module, pref, buf, len) \
43 if (unlikely(i->dbg.dbg_module[IWM_DM_##module] >= (IWM_DL_##level)))\
50 #define IWM_DEBUG_MODULE(i, level, module, f, a...)
51 #define IWM_HEXDUMP(i, level, module, pref, buf, len)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmodule.c1 /* MN10300 Kernel module helper routines
5 * - Derived from arch/i386/kernel/module.c
32 * allocate storage for a module
44 void module_free(struct module *mod, void *module_region)
56 struct module *mod)
86 struct module *me)
88 printk(KERN_ERR "module %s: RELOCATION unsupported\n",
100 struct module *me)
135 printk(KERN_ERR "module %s: Unexpected SYM_DIFF relocation: %u\n",
185 printk(KERN_ERR "module
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dmap.c12 #include <linux/module.h>
24 struct module *owner;
33 struct module *module, kobj_probe_t *probe,
50 p->owner = module;
106 struct module *owner;
32 kobj_map(struct kobj_map *domain, dev_t dev, unsigned long range, struct module *module, kobj_probe_t *probe, int (*lock)(dev_t, void *), void *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dinfo.h84 struct module *module; member in struct:snd_info_entry
120 struct snd_info_entry *snd_info_create_module_entry(struct module *module,
162 static inline struct snd_info_entry *snd_info_create_module_entry(struct module *module, const char *name, struct snd_info_entry *parent) { return NULL; } argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm.h15 #include <linux/module.h>
34 struct module *owner;
84 struct module *owner;
103 * notifier_block doesn't have a module owner field. I may fix
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dcipher-proto.h72 /* Extra module specification structures. These are used for internal
102 gcry_module_t *module);
106 gcry_module_t *module);
110 gcry_module_t *module);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher-proto.h72 /* Extra module specification structures. These are used for internal
102 gcry_module_t *module);
106 gcry_module_t *module);
110 gcry_module_t *module);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjects.pl33 if (/^!module\s+(.*)$/)
35 $module = $1."-";
36 $module =~ s/\./_/g;
37 $module =~ s/-/_/g;
40 { $module = ""; }
45 $Cname = $module.$1;
75 if ($Cname ne "" && defined($ln{$module.$Cname}))
76 { die "objects.txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.$Cname},"\n"; }
82 if ($Cname ne "" && defined($sn{$module
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexHaskell.cxx138 else if (0 == strcmp(s, "module"))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dtape_class.h14 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Disc.c9 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mca/
H A Dmca-driver.c29 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00debug.h59 struct module *owner;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_cm_x2xx.c13 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/
H A Dmain.c18 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dtimer.c18 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A D8250-platform.c8 #include <linux/module.h>
H A Dinit_task.c2 #include <linux/module.h>

Completed in 292 milliseconds

<<11121314151617181920>>