Searched refs:me (Results 26 - 50 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_NFQUEUE.c45 .me = THIS_MODULE,
52 .me = THIS_MODULE,
59 .me = THIS_MODULE,
H A Dxt_CLASSIFY.c52 .me = THIS_MODULE,
63 .me = THIS_MODULE,
H A Dxt_NFLOG.c62 .me = THIS_MODULE,
70 .me = THIS_MODULE,
H A Dxt_length.c62 .me = THIS_MODULE,
69 .me = THIS_MODULE,
H A Dxt_mac.c56 .me = THIS_MODULE,
66 .me = THIS_MODULE,
H A Dxt_pkttype.c52 .me = THIS_MODULE,
59 .me = THIS_MODULE,
H A Dxt_quota.c62 .me = THIS_MODULE
70 .me = THIS_MODULE
H A Dxt_state.c75 .me = THIS_MODULE,
84 .me = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dmodule.c76 struct module *me)
113 me->name, ELF32_R_TYPE(rel[i].r_info));
124 struct module *me)
127 me->name);
133 struct module *me)
72 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
120 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
131 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/sh64/kernel/
H A Dmodule.c60 struct module *me)
127 me->name, ELF32_R_TYPE(rel[i].r_info));
138 struct module *me)
141 me->name);
147 struct module *me)
56 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
134 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
145 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/m68knommu/kernel/
H A Dmodule.c37 struct module *me)
66 me->name, ELF32_R_TYPE(rel[i].r_info));
77 struct module *me)
106 me->name, ELF32_R_TYPE(rel[i].r_info));
115 struct module *me)
33 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
73 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
113 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/util-linux/
H A Dumount.c28 struct mntent me; local
64 while (getmntent_r(fp, &me, path, sizeof(path))) {
66 if (fstype && match_fstype(&me, fstype))
70 m->device = xstrdup(me.mnt_fsname);
71 m->dir = xstrdup(me.mnt_dir);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c121 int err, cpu, me = smp_processor_id(); local
127 cpu_clear(me, cpu_online_map);
128 cpu_set(me, cpu_online_map);
129 cpu_set(me, cpu_callin_map);
131 err = os_pipe(cpu_data[me].ipi_pipe, 1, 1);
135 os_set_fd_async(cpu_data[me].ipi_pipe[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diplink.c180 struct sockaddr_ll me; local
198 memset(&me, 0, sizeof(me));
199 me.sll_family = AF_PACKET;
200 me.sll_ifindex = ifr.ifr_ifindex;
201 me.sll_protocol = htons(ETH_P_LOOP);
202 if (bind(s, (struct sockaddr*)&me, sizeof(me)) == -1) {
208 alen = sizeof(me);
209 if (getsockname(s, (struct sockaddr*)&me,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace_user.c122 int me; local
126 me = os_getpid();
127 initial_thread_cb(update_debugregs_cb, &me);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dmodule_32.c111 struct module *me)
118 me->arch.init_plt_section = i;
120 me->arch.core_plt_section = i;
122 if (!me->arch.core_plt_section || !me->arch.init_plt_section) {
128 sechdrs[me->arch.core_plt_section].sh_size
130 sechdrs[me->arch.init_plt_section].sh_size
290 struct module *me)
295 err = module_bug_finalize(hdr, sechdrs, me);
108 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
288 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/include/net/netfilter/
H A Dnf_conntrack_helper.h21 struct module *me; /* pointer to self */ member in struct:nf_conntrack_helper
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Di387.h154 struct thread_info *me = current_thread_info(); local
156 if (me->status & TS_USEDFPU) {
157 __fxsave_clear(me->task);
158 me->status &= ~TS_USEDFPU;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dmodule.c98 struct module *me)
172 me->name, relocation);
180 me->name, value);
204 me->name, relocation);
212 me->name, value);
221 me->name, ELF32_R_TYPE(rel[i].r_info));
232 struct module *me)
240 struct module *me)
94 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
228 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
238 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/x86_64/kernel/
H A Dsignal.c104 struct task_struct *me = current; local
106 clear_fpu(me);
161 setup_sigcontext(struct sigcontext __user *sc, struct pt_regs *regs, unsigned long mask, struct task_struct *me) argument
185 err |= __put_user(me->thread.trap_no, &sc->trapno);
186 err |= __put_user(me->thread.error_code, &sc->err);
190 err |= __put_user(me->thread.cr2, &sc->cr2);
222 struct task_struct *me = current; local
249 err |= __put_user(me->sas_ss_sp, &frame->uc.uc_stack.ss_sp);
252 err |= __put_user(me->sas_ss_size, &frame->uc.uc_stack.ss_size);
253 err |= setup_sigcontext(&frame->uc.uc_mcontext, regs, set->sig[0], me);
482 struct task_struct *me = current; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dmodule.c80 struct module *me)
83 me->name);
91 struct module *me)
144 me->name,
154 struct module *me)
76 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
87 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
152 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/v850/kernel/
H A Dmodule.c100 struct module *me)
107 me->arch.init_plt_section = i;
109 me->arch.core_plt_section = i;
111 if (!me->arch.core_plt_section || !me->arch.init_plt_section) {
117 sechdrs[me->arch.core_plt_section].sh_size
119 sechdrs[me->arch.init_plt_section].sh_size
97 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-properties-112 !extract\ me=some text to get fuzzy copied to result
15 !what\ about\ me=
57 msgid "extract me"
61 msgid "what about me"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dsockfilt.c833 srvr_sockaddr_union_t me; local
975 memset(&me.sa4, 0, sizeof(me.sa4));
976 me.sa4.sin_family = AF_INET;
977 me.sa4.sin_port = htons(connectport);
978 me.sa4.sin_addr.s_addr = INADDR_ANY;
981 Curl_inet_pton(AF_INET, addr, &me.sa4.sin_addr);
983 rc = connect(sock, &me.sa, sizeof(me.sa4));
987 memset(&me
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dmodule.c45 struct module *me)
74 me->name, ELF32_R_TYPE(rel[i].r_info));
85 struct module *me)
114 me->name, ELF32_R_TYPE(rel[i].r_info));
41 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
81 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument

Completed in 202 milliseconds

1234567891011>>