Searched refs:mod (Results 1 - 25 of 197) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmoduleloader.h14 struct module *mod);
21 void module_free(struct module *mod, void *module_region);
29 struct module *mod);
37 struct module *mod);
42 struct module *mod);
45 void module_arch_cleanup(struct module *mod);
H A Dmodule.h60 struct module *mod; member in struct:module_kobject
363 static inline int module_is_live(struct module *mod) argument
365 return mod->state != MODULE_STATE_GOING;
381 extern void __module_put_and_exit(struct module *mod, long code)
386 unsigned int module_refcount(struct module *mod);
436 #define module_name(mod) \
438 struct module *__mod = (mod); \
442 #define __unsafe(mod) \
444 if (mod && !(mod)
586 mod_sysfs_init(struct module *mod) argument
591 mod_sysfs_setup(struct module *mod, struct kernel_param *kparam, unsigned int num_params) argument
598 module_add_modinfo_attrs(struct module *mod) argument
603 module_remove_modinfo_attrs(struct module *mod) argument
615 module_add_driver(struct module *mod, struct device_driver *drv) argument
[all...]
H A Dbug.h40 struct module *mod)
44 static inline void module_bug_cleanup(struct module *mod) {} argument
38 module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
H A Dkmod.h36 #define try_then_request_module(x, mod...) ((x) ?: (request_module(mod), (x)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/ext/
H A DMakefile3 BUILD= mod.html perl.html php.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-alsa.h13 extern int aoa_alsa_init(char *name, struct module *mod, struct device *dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmodule.c82 static inline int strong_try_module_get(struct module *mod) argument
84 if (mod && mod->state == MODULE_STATE_COMING)
86 return try_module_get(mod);
89 static inline void add_taint_module(struct module *mod, unsigned flag) argument
92 mod->taints |= flag;
99 void __module_put_and_exit(struct module *mod, long code) argument
101 module_put(mod);
176 struct module *mod; local
232 list_for_each_entry(mod,
291 struct module *mod; local
500 module_unload_init(struct module *mod) argument
561 module_unload_free(struct module *mod) argument
599 struct module *mod; member in struct:stopref
620 try_stop_module(struct module *mod, int flags, int *forced) argument
627 module_refcount(struct module *mod) argument
640 wait_for_zero_refcount(struct module *mod) argument
658 struct module *mod; local
727 print_unload_info(struct seq_file *m, struct module *mod) argument
782 show_refcnt(struct module_attribute *mattr, struct module *mod, char *buffer) argument
808 print_unload_info(struct seq_file *m, struct module *mod) argument
814 module_unload_free(struct module *mod) argument
823 module_unload_init(struct module *mod) argument
828 show_initstate(struct module_attribute *mattr, struct module *mod, char *buffer) argument
865 check_version(Elf_Shdr *sechdrs, unsigned int versindex, const char *symname, struct module *mod, const unsigned long *crc) argument
902 check_modstruct_version(Elf_Shdr *sechdrs, unsigned int versindex, struct module *mod) argument
923 check_version(Elf_Shdr *sechdrs, unsigned int versindex, const char *symname, struct module *mod, const unsigned long *crc) argument
932 check_modstruct_version(Elf_Shdr *sechdrs, unsigned int versindex, struct module *mod) argument
947 resolve_symbol(Elf_Shdr *sechdrs, unsigned int versindex, const char *name, struct module *mod) argument
973 module_sect_show(struct module_attribute *mattr, struct module *mod, char *buf) argument
990 add_sect_attrs(struct module *mod, unsigned int nsect, char *secstrings, Elf_Shdr *sechdrs) argument
1044 remove_sect_attrs(struct module *mod) argument
1058 add_sect_attrs(struct module *mod, unsigned int nsect, char *sectstrings, Elf_Shdr *sechdrs) argument
1063 remove_sect_attrs(struct module *mod) argument
1069 module_add_modinfo_attrs(struct module *mod) argument
1095 module_remove_modinfo_attrs(struct module *mod) argument
1113 mod_sysfs_init(struct module *mod) argument
1136 mod_sysfs_setup(struct module *mod, struct kernel_param *kparam, unsigned int num_params) argument
1176 mod_kobject_remove(struct module *mod) argument
1191 struct module *mod = _mod; local
1197 free_module(struct module *mod) argument
1245 verify_export_symbols(struct module *mod) argument
1275 simplify_symbols(Elf_Shdr *sechdrs, unsigned int symindex, const char *strtab, unsigned int versindex, unsigned int pcpuindex, struct module *mod) argument
1349 layout_sections(struct module *mod, const Elf_Ehdr *hdr, Elf_Shdr *sechdrs, const char *secstrings) argument
1406 set_license(struct module *mod, const char *license) argument
1453 setup_modinfo(struct module *mod, Elf_Shdr *sechdrs, unsigned int infoindex) argument
1469 is_exported(const char *name, const struct module *mod) argument
1481 elf_type(const Elf_Sym *sym, Elf_Shdr *sechdrs, const char *secstrings, struct module *mod) argument
1521 add_kallsyms(struct module *mod, Elf_Shdr *sechdrs, unsigned int symindex, unsigned int strindex, const char *secstrings) argument
1539 add_kallsyms(struct module *mod, Elf_Shdr *sechdrs, unsigned int symindex, unsigned int strindex, const char *secstrings) argument
1578 struct module *mod; local
1968 struct module *mod = _mod; local
1979 struct module *mod; local
2058 get_ksymbol(struct module *mod, unsigned long addr, unsigned long *size, unsigned long *offset) argument
2110 struct module *mod; local
2125 struct module *mod; local
2149 struct module *mod; local
2176 struct module *mod; local
2196 mod_find_symname(struct module *mod, const char *name) argument
2210 struct module *mod; local
2283 struct module *mod = list_entry(p, struct module, list); local
2323 struct module *mod; local
2349 struct module *mod; local
2369 struct module *mod; local
2380 struct module *mod; local
2393 struct module *mod; local
2424 module_add_driver(struct module *mod, struct device_driver *drv) argument
2491 struct_module(struct module *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c163 apply_imm64 (struct module *mod, struct insn *insn, uint64_t val) argument
167 mod->name, slot(insn));
175 apply_imm60 (struct module *mod, struct insn *insn, uint64_t val) argument
179 mod->name, slot(insn));
183 printk(KERN_ERR "%s: value %ld out of IMM60 range\n", mod->name, (int64_t) val);
191 apply_imm22 (struct module *mod, struct insn *insn, uint64_t val) argument
194 printk(KERN_ERR "%s: value %li out of IMM22 range\n", mod->name, (int64_t)val);
205 apply_imm21b (struct module *mod, struct insn *insn, uint64_t val) argument
208 printk(KERN_ERR "%s: value %li out of IMM21b range\n", mod->name, (int64_t)val);
239 patch_plt (struct module *mod, struc argument
289 patch_plt(struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) argument
322 module_free(struct module *mod, void *module_region) argument
435 module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
501 in_init(const struct module *mod, uint64_t addr) argument
507 in_core(const struct module *mod, uint64_t addr) argument
513 is_internal(const struct module *mod, uint64_t value) argument
522 get_ltoff(struct module *mod, uint64_t value, int *okp) argument
545 gp_addressable(struct module *mod, uint64_t value) argument
552 get_plt(struct module *mod, const struct insn *insn, uint64_t value, int *okp) argument
598 get_fdesc(struct module *mod, uint64_t value, int *okp) argument
632 do_reloc(struct module *mod, uint8_t r_type, Elf64_Sym *sym, uint64_t addend, Elf64_Shdr *sec, void *location) argument
801 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
849 apply_relocate(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
863 register_unwind_table(struct module *mod) argument
922 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
931 module_arch_cleanup(struct module *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dbug.c49 struct module *mod; local
51 list_for_each_entry(mod, &module_bug_list, bug_list) {
52 const struct bug_entry *bug = mod->bug_table;
55 for (i = 0; i < mod->num_bugs; ++i, ++bug)
63 struct module *mod)
68 mod->bug_table = NULL;
69 mod->num_bugs = 0;
76 mod->bug_table = (void *) sechdrs[i].sh_addr;
77 mod->num_bugs = sechdrs[i].sh_size / sizeof(struct bug_entry);
86 list_add(&mod
62 module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
91 module_bug_cleanup(struct module *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dum_module.c13 void module_free(struct module *mod, void *module_region) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A DMakefile.modinst12 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
24 ext-mod-dir = $(INSTALL_MOD_DIR)$(subst $(KBUILD_EXTMOD),,$(@D))
26 modinst_dir = $(if $(KBUILD_EXTMOD),$(ext-mod-dir),kernel/$(@D))
H A DMakefile.modpost8 # c) A <module>.mod file in $(MODVERDIR)/, listing the name of the
14 # 3) create one <module>.mod.c file pr. module
16 # 5) compile all <module>.mod.c files
50 __modules := $(sort $(shell grep -h '\.ko' /dev/null $(wildcard $(MODVERDIR)/*.mod)))
60 cmd_modpost = scripts/mod/modpost \
72 quiet_cmd_kernel-mod = MODPOST $@
73 cmd_kernel-mod = $(cmd_modpost) $(KBUILD_VMLINUX_OBJS)
77 $(call cmd,kernel-mod)
81 $(modules:.ko=.mod.c): __modpost ;
84 # Step 5), compile all *.mod
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_routemap.c101 struct rip_metric_modifier *mod;
104 mod = rule;
107 if (mod->type == metric_increment)
108 rinfo->metric += mod->metric;
109 else if (mod->type == metric_decrement)
110 rinfo->metric -= mod->metric;
111 else if (mod->type == metric_absolute)
112 rinfo->metric = mod->metric;
132 struct rip_metric_modifier *mod;
166 mod
99 struct rip_metric_modifier *mod; local
130 struct rip_metric_modifier *mod; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c60 static uint32_t reloc_stack_operate(unsigned int oper, struct module *mod) argument
135 mod->name);
153 void module_free(struct module *mod, void *module_region) argument
161 char *secstrings, struct module *mod)
170 mod->arch.text_l1 = s;
175 mod->name);
185 mod->arch.data_a_l1 = s;
190 mod->name);
200 mod->arch.bss_a_l1 = s;
205 mod
160 module_frob_arch_sections(Elf_Ehdr * hdr, Elf_Shdr * sechdrs, char *secstrings, struct module *mod) argument
261 apply_relocate_add(Elf_Shdr * sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *mod) argument
370 reloc_stack_operate(ELF32_R_TYPE(rel[i].r_info), mod); local
382 module_finalize(const Elf_Ehdr * hdr, const Elf_Shdr * sechdrs, struct module *mod) argument
417 module_arch_cleanup(struct module *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dmodule.c31 void module_free(struct module *mod, void *module_region) argument
40 struct module *mod)
72 void module_arch_cleanup(struct module *mod) argument
37 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_blind.c63 BN_BLINDING *BN_BLINDING_new(BIGNUM *A, BIGNUM *Ai, BIGNUM *mod) argument
68 bn_check_top(mod);
80 ret->mod=mod;
107 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
108 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
124 return(BN_mod_mul(n,n,b->A,b->mod,ctx));
137 if ((ret=BN_mod_mul(n,n,b->Ai,b->mod,ctx)) >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dmpitests.c186 gcry_mpi_t mod = gcry_mpi_set_ui (NULL, m_int); local
189 gcry_mpi_powm (res, base, exp, mod);
194 if (gcry_mpi_cmp_ui (mod, m_int))
195 die ("test_powm failed for mod at %d\n", __LINE__);
200 gcry_mpi_set_ui(mod, m_int);
201 gcry_mpi_powm (base, base, exp, mod);
206 if (gcry_mpi_cmp_ui (mod, m_int))
207 die ("test_powm failed for mod at %d\n", __LINE__);
212 gcry_mpi_set_ui(mod, m_int);
213 gcry_mpi_powm (exp, base, exp, mod);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dmodpost.c95 struct module *mod; local
97 for (mod = modules; mod; mod = mod->next)
98 if (strcmp(mod->name, modname) == 0)
100 return mod;
105 struct module *mod; local
108 mod = NOFAIL(malloc(sizeof(*mod)));
255 sym_add_exported(const char *name, struct module *mod, enum export export) argument
277 sym_update_crc(const char *name, struct module *mod, unsigned int crc, enum export export) argument
443 handle_modversions(struct module *mod, struct elf_info *info, Elf_Sym *sym, const char *symname) argument
910 check_sec_ref(struct module *mod, const char *modname, struct elf_info *elf, int section(const char*), int section_ref_ok(const char *)) argument
1167 struct module *mod; local
1292 check_exports(struct module *mod) argument
1315 add_header(struct buffer *b, struct module *mod) argument
1339 add_versions(struct buffer *b, struct module *mod) argument
1389 add_depends(struct buffer *b, struct module *mod, struct module *modules) argument
1424 add_srcversion(struct buffer *b, struct module *mod) argument
1493 struct module *mod; local
1562 struct module *mod; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dalternative.h22 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, argument
31 static inline void alternatives_smp_module_del(struct module *mod) {} argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dalternative.h25 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, argument
34 static inline void alternatives_smp_module_del(struct module *mod) {} argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dauth.c100 struct uam_mod *mod; local
119 if ((stat(name, &st) == 0) && (mod = uam_load(name, p))) {
120 uam_attach(&uam_modules, mod);
131 struct uam_mod *mod, *prev, *start = &uam_modules; local
134 while ((mod = prev) != start) {
136 uam_detach(mod);
137 uam_unload(mod);
H A Duam.c54 struct uam_mod *mod; local
62 if ((mod = (struct uam_mod *) malloc(sizeof(struct uam_mod))) == NULL) {
70 if ((mod->uam_fcn = mod_symbol(module, buf)) == NULL) {
74 if (mod->uam_fcn->uam_type != UAM_MODULE_SERVER) {
82 if (!mod->uam_fcn->uam_setup ||
83 ((*mod->uam_fcn->uam_setup)(name) < 0)) {
88 mod->uam_module = module;
89 return mod;
92 free(mod);
101 void uam_unload(struct uam_mod *mod) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dauth.c100 struct uam_mod *mod; local
119 if ((stat(name, &st) == 0) && (mod = uam_load(name, p))) {
120 uam_attach(&uam_modules, mod);
131 struct uam_mod *mod, *prev, *start = &uam_modules; local
134 while ((mod = prev) != start) {
136 uam_detach(mod);
137 uam_unload(mod);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dinventory.c219 pa_pdc_cell.mod[0]);
225 pa_pdc_cell.mod[0], pa_pdc_cell.mod[1],
226 pa_pdc_cell.mod[2]);
246 printk(KERN_DEBUG "ranges %ld\n", pa_pdc_cell.mod[1]);
247 for (i = 0; i < pa_pdc_cell.mod[1]; i++) {
250 i, pa_pdc_cell.mod[2 + i * 3], /* type */
251 pa_pdc_cell.mod[3 + i * 3], /* start */
252 pa_pdc_cell.mod[4 + i * 3]); /* finish (ie end) */
255 i, io_pdc_cell.mod[
452 int mod; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c123 BIGNUM *mod; /* just a reference */ member in struct:bn_blinding_st
134 BN_BLINDING *BN_BLINDING_new(const BIGNUM *A, const BIGNUM *Ai, BIGNUM *mod) argument
138 bn_check_top(mod);
154 ret->mod = mod;
192 if (!BN_mod_mul(b->A,b->A,b->A,b->mod,ctx)) goto err;
193 if (!BN_mod_mul(b->Ai,b->Ai,b->Ai,b->mod,ctx)) goto err;
225 if (!BN_mod_mul(n,n,b->A,b->mod,ctx)) ret=0;
247 ret = BN_mod_mul(n, n, r, b->mod, ctx);
249 ret = BN_mod_mul(n, n, b->Ai, b->mod, ct
[all...]

Completed in 153 milliseconds

12345678