Searched defs:modname (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Drmmod.c14 static inline void filename2modname(char *modname, const char *afterslash) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddynamic_debug.h21 const char *modname; member in struct:_ddebug
H A Dkallsyms.h87 static inline int lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) argument
68 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) argument
H A Dmodule.h619 static inline int lookup_module_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) argument
605 module_address_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_drv.c84 static char modname[] = "cycx_drv"; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c230 char *modname; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-driver.c201 char *modname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dstack.c355 char *modname; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dsumversion.c383 void get_src_version(const char *modname, char sum[], unsigned sumlen) argument
H A Dfile2alias.c71 static void device_id_check(const char *modname, const char *device_id, argument
H A Dmodpost.c88 static int is_vmlinux(const char *modname) argument
113 static struct module *find_module(char *modname) argument
123 static struct module *new_module(char *modname) argument
808 static void check_section(const char *modname, struct elf_info *elf, argument
1252 static void report_sec_mismatch(const char *modname, argument
1404 check_section_mismatch(const char *modname, struct elf_info *elf, Elf_Rela *r, Elf_Sym *sym, const char *fromsec) argument
1508 section_rela(const char *modname, struct elf_info *elf, Elf_Shdr *sechdr) argument
1552 section_rel(const char *modname, struct elf_info *elf, Elf_Shdr *sechdr) argument
1622 check_sec_ref(struct module *mod, const char *modname, struct elf_info *elf) argument
1639 read_symbols(char *modname) argument
1980 char *symname, *modname, *d, *export, *end; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkallsyms.c347 char *modname; local
284 kallsyms_lookup(unsigned long addr, unsigned long *symbolsize, unsigned long *offset, char **modname, char *namebuf) argument
325 lookup_symbol_attrs(unsigned long addr, unsigned long *size, unsigned long *offset, char *modname, char *name) argument
[all...]
H A Dparams.c774 char modname[MODULE_NAME_LEN]; local
H A Dkprobes.c1705 char *modname, namebuf[128]; local
1830 char *modname, namebuf[128]; local
1776 report_probe(struct seq_file *pi, struct kprobe *p, const char *sym, int offset, char *modname, struct kprobe *pp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddynamic_debug.c732 const char *modname = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloadlib.c419 static int loadfunc (lua_State *L, const char *filename, const char *modname) { argument
570 static void modinit (lua_State *L, const char *modname) { argument
586 const char *modname = luaL_checkstring(L, 1); local
[all...]
H A Dlauxlib.c810 LUALIB_API void luaL_pushmodule (lua_State *L, const char *modname, argument
886 LUALIB_API void luaL_requiref (lua_State *L, const char *modname, argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A Dgdrom.c132 char modname[16]; member in struct:gdrom_id
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dtrace.c35 char *modname; local
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dgenerate_alias.c61 void module_tr(char *modname) { argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c336 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtables.c337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c1745 int ip6tables_insmod(const char *modname, const char *modprobe, int quiet) argument
H A Diptables.c1809 int iptables_insmod(const char *modname, const char *modprobe, int quiet) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c2580 char *modname; local

Completed in 302 milliseconds

12