Searched refs:module (Results 226 - 250 of 7572) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpercpu_up.c5 #include <linux/module.h>
13 * on it. Larger alignment should only be used for module
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dtransport.h30 * struct p9_trans_module - transport module interface
39 * This is the basic API for a transport module which is registered by the
40 * transport module with the 9P core network module and used by the client
43 * BUGS: the transport module list isn't protected.
51 struct module *owner;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/kernel/
H A DMakefile12 obj-$(CONFIG_MODULES) += module.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mb93090-mb00/
H A Dpci-iomap.c12 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dhighmem.c12 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A DMakefile12 obj-$(CONFIG_MODULES) += module.o h8300_ksyms.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dcache.c9 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A DMakefile11 obj-$(CONFIG_MODULES) += module.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dioremap-nommu.c18 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dinit_task.c8 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dexception.c8 #include <linux/module.h>
H A Dinit_task.c8 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Ddelay.c13 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ebsa110/
H A Dleds.c14 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dcpu-imx27.c25 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2400/
H A Dgpio.c24 #include <linux/module.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/
H A Daoa.h12 #include <linux/module.h>
24 struct module *owner;
71 struct module *owner;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkallsyms.h2 * module loader:
16 struct module;
23 int kallsyms_on_each_symbol(int (*fn)(void *, const char *, struct module *,
54 struct module *,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dutalloc.c323 u32 component, const char *module, u32 line)
332 ACPI_WARNING((module, line,
342 ACPI_WARNING((module, line,
367 u32 component, const char *module, u32 line)
373 allocation = acpi_ut_allocate(size, component, module, line);
322 acpi_ut_allocate(acpi_size size, u32 component, const char *module, u32 line) argument
366 acpi_ut_allocate_zeroed(acpi_size size, u32 component, const char *module, u32 line) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c58 char *cur_alias, *match_alias, *module; local
107 module = dup_token(nline, &nline, isspace);
108 if (!module) {
115 argv[argc - 1] = module;
122 free(module);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dmodule.c3 module loading system
27 /* Load a dynamic module. Only log a level 0 error if we are not checking
28 for the existence of a module (probling). */
49 DEBUG(level, ("Error loading module '%s': %s\n", module_name, error ? error : ""));
98 NTSTATUS smb_probe_module(const char *subsystem, const char *module) argument
108 DEBUG(5, ("Probing module '%s'\n", module));
110 if (module[0] == '/')
111 return do_smb_load_module(module, True);
115 pstrcat(full_path, module);
138 smb_probe_module(const char *subsystem, const char *module) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dmodule.c86 void module_free(struct module *mod, void *module_region)
95 struct module *mod)
104 struct module *me)
106 pr_err("module %s: .rel relocation unsupported\n", me->name);
115 static int validate_hw2_last(long value, struct module *me)
118 pr_warning("module %s: Out of range HW2_LAST value %#lx\n",
145 struct module *me)
222 pr_warning("module %s: Out of range jump to"
235 pr_err("module %s: Unknown relocation: %d\n",
245 struct module *m
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dmodule.c2 * arch/score/kernel/module.c
27 #include <linux/module.h>
36 void module_free(struct module *mod, void *module_region)
42 char *secstrings, struct module *mod)
49 struct module *me)
147 struct module *me)
152 /* Given an address, look for it in the module exception tables. */
160 struct module *me)
165 void module_arch_cleanup(struct module *mod) {}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dmodule.c2 * arch/xtensa/kernel/module.c
16 #include <linux/module.h>
34 void module_free(struct module *mod, void *module_region)
42 struct module *mod)
73 struct module *mod)
75 printk(KERN_ERR "module %s: REL RELOCATION unsupported\n",
85 struct module *mod)
217 struct module *mod)
222 void module_arch_cleanup(struct module *mod)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dmodule.c27 void module_free(struct module *mod, void *module_region)
36 struct module *mod)
45 struct module *me)
73 printk(KERN_ERR "module %s: Unknown relocation: %u\n",
85 struct module *me)
113 printk(KERN_ERR "module %s: Unknown relocation: %u\n",
123 struct module *mod)
130 void module_arch_cleanup(struct module *mod)
136 void module_fixup(struct module *mod, struct m68k_fixup_info *start,

Completed in 305 milliseconds

1234567891011>>