Searched refs:me (Results 1 - 25 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpda.h15 extern struct foo me;
17 #define read_pda(me) (&me)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Daudio.h29 int (*startup)(struct s3c24xx_iis_ops *me);
30 void (*shutdown)(struct s3c24xx_iis_ops *me);
31 int (*suspend)(struct s3c24xx_iis_ops *me);
32 int (*resume)(struct s3c24xx_iis_ops *me);
34 int (*open)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
35 int (*close)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm);
36 int (*prepare)(struct s3c24xx_iis_ops *me, struct snd_pcm_substream *strm, struct snd_pcm_runtime *rt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/aoe/
H A Dudev-install.sh5 me="`basename $0`"
16 echo "$me Error: no udev.conf found" 1>&2
27 echo "$me Error: cannot find udev rules directory" 1>&2
H A Dstatus.sh6 me=`basename $0`
14 echo "$me Error: sysfs is not mounted" 1>&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dmodule.c49 struct module *me)
51 printk(KERN_ERR "module %s: ADD RELOCATION unsupported\n", me->name);
59 struct module *me)
61 printk(KERN_ERR "module %s: ADD RELOCATION unsupported\n", me->name);
67 struct module *me)
45 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
55 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
65 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dmodule.c30 * if (in_init(me, (void *)val))
31 * val -= (uint32_t)me->module_init;
33 * val -= (uint32_t)me->module_core;
59 me->name, strtab + sym->st_name, (unsigned long)val, bits); \
72 static inline int in_init(struct module *me, void *loc) argument
74 return (loc >= me->module_init &&
75 loc <= (me->module_init + me->init_size));
78 static inline int in_core(struct module *me, void *loc) argument
80 return (loc >= me
84 in_local(struct module *me, void *loc) argument
89 in_local_section(struct module *me, void *loc, void *dot) argument
259 module_frob_arch_sections(CONST Elf_Ehdr *hdr, CONST Elf_Shdr *sechdrs, CONST char *secstrings, struct module *me) argument
318 get_got(struct module *me, unsigned long value, long addend) argument
343 get_fdesc(struct module *me, unsigned long value) argument
374 get_stub(struct module *me, unsigned long value, long addend, enum elf_stub_type stub_type, int init_section) argument
454 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
467 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
570 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
704 register_unwind_table(struct module *me, const Elf_Shdr *sechdrs) argument
723 deregister_unwind_table(struct module *me) argument
729 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmodule.c58 check_rela(Elf_Rela *rela, struct module *me) argument
62 info = me->arch.syminfo + ELF_R_SYM (rela->r_info);
77 info->got_offset = me->arch.got_size;
78 me->arch.got_size += sizeof(void*);
89 info->plt_offset = me->arch.plt_size;
90 me->arch.plt_size += PLT_ENTRY_SIZE;
109 char *secstrings, struct module *me)
126 printk(KERN_ERR "module %s: no symbol table\n", me->name);
131 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym);
132 me
108 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) argument
172 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
181 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, struct module *me) argument
366 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
391 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dmodule.c78 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) argument
83 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) argument
90 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) argument
97 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) argument
100 printk(KERN_ERR "module %s: dangerous relocation\n", me->name);
107 me->name);
117 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) argument
120 printk(KERN_ERR "module %s: dangerous relocation\n", me->name);
127 me->name);
136 static int apply_r_mips_hi16_rel(struct module *me, u3 argument
157 apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) argument
165 apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v) argument
229 apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) argument
236 apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) argument
243 apply_r_mips_higher_rela(struct module *me, u32 *location, Elf_Addr v) argument
252 apply_r_mips_highest_rela(struct module *me, u32 *location, Elf_Addr v) argument
282 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
322 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
383 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_helper.c58 if (!try_module_get(helper->me))
70 module_put(helper->me);
89 const struct nf_conntrack_helper *me)
94 if (help && help->helper == me) {
101 int nf_conntrack_helper_register(struct nf_conntrack_helper *me) argument
105 BUG_ON(me->timeout == 0);
116 list_add(&me->list, &helpers);
123 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *me) argument
131 list_del(&me->list);
136 if ((help->helper == me || ex
88 unhelp(struct nf_conntrack_tuple_hash *i, const struct nf_conntrack_helper *me) argument
[all...]
H A Dxt_NOTRACK.c42 .me = THIS_MODULE,
49 .me = THIS_MODULE,
H A Dxt_comment.c38 .me = THIS_MODULE
45 .me = THIS_MODULE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_64.c159 struct module *me)
167 me->arch.stubs_section = i;
169 me->arch.toc_section = i;
185 if (!me->arch.stubs_section) {
186 printk("%s: doesn't contain .stubs.\n", me->name);
194 if (!me->arch.toc_section)
195 me->arch.toc_section = me->arch.stubs_section;
198 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs);
206 struct module *me)
156 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) argument
202 apply_relocate(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
215 my_r2(Elf64_Shdr *sechdrs, struct module *me) argument
228 create_stub(Elf64_Shdr *sechdrs, struct ppc64_stub_entry *entry, struct ppc64_opd_entry *opd, struct module *me) argument
259 stub_for_addr(Elf64_Shdr *sechdrs, unsigned long opdaddr, struct module *me) argument
286 restore_r2(u32 *instruction, struct module *me) argument
297 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
424 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dreboot.c18 static void kill_idlers(int me) argument
26 if((p != NULL) && (p->thread.mode.tt.extern_pid != me))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddbg_stackcheck.S24 1: stq $31, -8($31) # oops me, damn it.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtables.c187 static void xtables_fully_register_pending_match(struct xtables_match *me);
188 static void xtables_fully_register_pending_target(struct xtables_target *me);
824 void xtables_register_match(struct xtables_match *me) argument
826 if (me->version == NULL) {
828 xt_params->program_name, me->name, me->revision);
831 if (strcmp(me->version, XTABLES_VERSION) != 0) {
834 xt_params->program_name, me->name,
835 me->version, XTABLES_VERSION);
839 if (strlen(me
866 xtables_fully_register_pending_match(struct xtables_match *me) argument
921 xtables_register_target(struct xtables_target *me) argument
963 xtables_fully_register_pending_target(struct xtables_target *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dmodule.c54 struct module *me)
56 printk(KERN_ERR "module %s: REL relocation unsupported\n", me->name);
64 struct module *me)
91 me->name, ELF32_R_TYPE(rela[i].r_info));
101 struct module *me)
50 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
60 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
99 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dutil.c44 int me; local
45 me = gfs2_lm_withdraw(sdp,
51 return (me) ? -1 : -2;
155 int me; local
156 me = gfs2_lm_withdraw(sdp,
163 return (me) ? -1 : -2;
176 int me; local
177 me = gfs2_lm_withdraw(sdp,
184 return (me) ? -1 : -2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dmodule.c87 char *secstrings, struct module *me)
105 me->arch.gotsecindex = s - sechdrs;
109 printk(KERN_ERR "module %s: no symbol table\n", me->name);
113 printk(KERN_ERR "module %s: no got section\n", me->name);
151 unsigned int relsec, struct module *me)
153 printk(KERN_ERR "module %s: REL relocation unsupported\n", me->name);
160 struct module *me)
176 gp = (u64)me->module_core + me->core_size - 0x8000;
177 got = sechdrs[me
86 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) argument
150 apply_relocate(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
158 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
298 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dmodule.c37 struct module *me)
40 me->name);
48 struct module *me)
96 me->name, ELF32_R_TYPE(rela[i].r_info));
103 me->name, rela[i].r_offset);
109 struct module *me)
33 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
44 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
107 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Darping.c23 static struct sockaddr_ll me; variable in typeref:struct:sockaddr_ll
123 send_pack(&src, &dst, &me, &he);
156 if (ah->ar_hln != me.sll_halen)
167 if (memcmp(p + ah->ar_hln + 4, &me.sll_addr, ah->ar_hln))
185 if (memcmp(p, &me.sll_addr, me.sll_halen) == 0)
202 if (memcmp(p + ah->ar_hln + 4, me.sll_addr, ah->ar_hln)) {
224 memcpy(he.sll_addr, p, me.sll_halen);
335 me.sll_family = AF_PACKET;
336 me
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmodule.c71 struct module *me)
119 me->name, ELF64_R_TYPE(rel[i].r_info));
129 me->name);
137 struct module *me)
145 struct module *me)
167 alternatives_smp_module_add(me, me->name,
172 return module_bug_finalize(hdr, sechdrs, me);
67 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
133 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
143 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dmodule.c40 struct module *me)
65 struct module *me)
37 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
63 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmodule.c55 struct module *me)
84 me->name, ELF32_R_TYPE(rel[i].r_info));
95 struct module *me)
98 me->name);
104 struct module *me)
129 alternatives_smp_module_add(me, me->name,
139 return module_bug_finalize(hdr, sechdrs, me);
51 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
91 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
102 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) argument
H A Dsmpcommon.c67 int me = get_cpu(); local
68 if (cpu == me) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c106 struct sockaddr_ll me; local
116 memset(&me, 0, sizeof(me));
117 me.sll_family = AF_PACKET;
118 me.sll_ifindex = ifr.ifr_ifindex;
119 me.sll_protocol = htons(ETH_P_LOOP);
120 xbind(s, (struct sockaddr*)&me, sizeof(me));
122 alen = sizeof(me);
123 if (getsockname(s, (struct sockaddr*)&me,
[all...]

Completed in 286 milliseconds

1234567891011>>