Searched refs:module (Results 51 - 75 of 4990) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate_syms.c8 #include <linux/module.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_driver.h6 struct module;
11 struct module *owner;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dmodule.h35 struct module;
36 extern void module_fixup(struct module *mod, struct m68k_fixup_info *start,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dmodule.c2 * $Id: module.c,v 1.5 2003-02-17 02:03:12 srittau Exp $
27 void *mod_symbol(void *module, const char *name) argument
42 void mod_close(void *module) argument
44 NSUnLinkModule(module, FALSE);
53 void *mod_symbol(void *module, const char *name) argument
58 if (!module)
66 symbol = dlsym(module, underscore);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dmodule.c2 * $Id: module.c,v 1.5 2003-02-17 02:03:12 srittau Exp $
27 void *mod_symbol(void *module, const char *name) argument
42 void mod_close(void *module) argument
44 NSUnLinkModule(module, FALSE);
53 void *mod_symbol(void *module, const char *name) argument
58 if (!module)
66 symbol = dlsym(module, underscore);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.c170 static int megatron( char *path, int module, char *newname, int flags) argument
199 if ( from_open( module, path, &fh, flags ) < 0 ) {
222 return( from_close( module ));
233 if ( to_open( module, path, &fh, flags ) < 0 ) {
234 (void)from_close( module );
244 while(( bufc = from_read( module, fork, forkbuf, sizeof( forkbuf )))
246 if ( to_write( module, fork, bufc ) != bufc ) {
248 to_close( module, TRASH );
249 (void)from_close( module );
261 to_close( module, TRAS
283 int module = -1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.c166 static int megatron( char *path, int module, char *newname, int flags) argument
195 if ( from_open( module, path, &fh, flags ) < 0 ) {
218 return( from_close( module ));
229 if ( to_open( module, path, &fh, flags ) < 0 ) {
230 (void)from_close( module );
240 while(( bufc = from_read( module, fork, forkbuf, sizeof( forkbuf )))
242 if ( to_write( module, fork, bufc ) != bufc ) {
244 to_close( module, TRASH );
245 (void)from_close( module );
257 to_close( module, TRAS
279 int module = -1; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dexport_report.pl90 my (undef, $symbol, $module, $gpl) = split;
91 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
119 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
120 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
145 my ($module, $value, $symbol, $gpl) = @{$list};
146 printf("%-25s\t%-25s\t%-10s\t", $symbol, $module, $value);
156 modules. Each module lists the modules, and the symbols from that module that
165 my ($module, $value, undef, $gpl) = @{$SYMBOL{$symbol}};
166 push (@{$depends{"$module"}}, "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestModule.c45 xmlModulePtr module = NULL; local
48 /* build the module filename, and confirm the module exists */
54 module = xmlModuleOpen((const char*)filename, 0);
55 if (module)
57 if (xmlModuleSymbol(module, "hello_world", (void **) &hello_world)) {
68 xmlModuleClose(module);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A DMakefile.am14 # these are complex: check if DHX and DHX2 module should be build
100 uams_guest_la_LDFLAGS = -module -avoid-version
101 uams_randnum_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
102 uams_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@
103 uams_pam_la_LDFLAGS = -module -avoid-version @PAM_LIBS@
104 uams_pgp_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
105 uams_dhx_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@
106 uams_dhx_pam_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@ @PAM_LIBS@
107 uams_dhx2_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @LIBGCRYPT_LIBS@
108 uams_dhx2_pam_la_LDFLAGS = -module
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dalternative.h20 struct module;
22 extern void alternatives_smp_module_add(struct module *mod, char *name,
25 extern void alternatives_smp_module_del(struct module *mod);
28 static inline void alternatives_smp_module_add(struct module *mod, char *name,
31 static inline void alternatives_smp_module_del(struct module *mod) {}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dalternative.h22 struct module;
25 extern void alternatives_smp_module_add(struct module *mod, char *name,
28 extern void alternatives_smp_module_del(struct module *mod);
31 static inline void alternatives_smp_module_add(struct module *mod, char *name,
34 static inline void alternatives_smp_module_del(struct module *mod) {}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/
H A DMakefile.am14 # these are complex: check if DHX and DHX2 module should be build
100 uams_guest_la_LDFLAGS = -module -avoid-version
101 uams_randnum_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
102 uams_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@
103 uams_pam_la_LDFLAGS = -module -avoid-version @PAM_LIBS@
104 uams_pgp_la_LDFLAGS = -module -avoid-version @SSL_LIBS@
105 uams_dhx_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@
106 uams_dhx_pam_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @SSL_LIBS@ @PAM_LIBS@
107 uams_dhx2_passwd_la_LDFLAGS = -module -avoid-version @CRYPT_LIBS@ @LIBGCRYPT_LIBS@
108 uams_dhx2_pam_la_LDFLAGS = -module
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_winreg.c68 PyObject *module, *dict; local
70 /* Initialise module */
72 module = Py_InitModule("winreg", winreg_methods);
73 dict = PyModule_GetDict(module);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dmodule.c1 /* Kernel module help for i386.
36 void module_free(struct module *mod, void *module_region)
45 struct module *mod)
54 struct module *me)
56 printk(KERN_ERR "module %s: REL relocation unsupported\n", me->name);
64 struct module *me)
90 printk(KERN_ERR "module %s: Unknown relocation: %u\n",
101 struct module *me)
106 void module_arch_cleanup(struct module *mod)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A DMakefile.am10 uams_krb4_la_LDFLAGS = -module -avoid-version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dunwind.h15 struct module;
24 static inline void *unwind_add_table(struct module *mod,
H A Dcdev.h11 struct module;
15 struct module *owner;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dvideo-buf-dvb.h28 struct module *module,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_helper.h14 struct module;
20 const char *name; /* name of the module */
21 struct module *me; /* pointer to self */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Drtc.h13 struct module;
16 struct module *owner;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A DMakefile.am10 uams_krb4_la_LDFLAGS = -module -avoid-version
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dad1848.h15 int dma_capture, int share_dma, int *osp, struct module *owner);
21 void attach_ms_sound(struct address_info * hw_config, struct resource *ports, struct module * owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dtc.c18 #include <linux/module.h>
39 void __iomem *module; local
48 module = ioremap_nocache(slotaddr, slotsize);
49 BUG_ON(!module);
54 err |= tc_preadb(pattern + 0, module + offset + TC_PATTERN0);
55 err |= tc_preadb(pattern + 1, module + offset + TC_PATTERN1);
56 err |= tc_preadb(pattern + 2, module + offset + TC_PATTERN2);
57 err |= tc_preadb(pattern + 3, module + offset + TC_PATTERN3);
67 module + offset + TC_PATTERN0);
69 module
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmodule.c30 #include <linux/module.h>
67 void module_free(struct module *mod, void *module_region)
73 char *secstrings, struct module *mod)
78 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v)
83 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v)
90 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v)
97 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v)
100 printk(KERN_ERR "module %s: dangerous relocation\n", me->name);
106 "module %s: relocation overflow\n",
117 static int apply_r_mips_26_rela(struct module *m
[all...]

Completed in 201 milliseconds

1234567891011>>