Searched refs:third (Results 1 - 25 of 58) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dipc32.c15 sys32_ipc(u32 call, int first, int second, int third, argument
31 return sys_semget(first, second, third);
33 return compat_sys_semctl(first, second, third, compat_ptr(ptr));
36 return compat_sys_msgsnd(first, second, third, compat_ptr(ptr));
38 return compat_sys_msgrcv(first, second, fifth, third,
46 return compat_sys_shmat(first, second, third, version,
52 return sys_shmget(first, (unsigned)second, third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dsyscalls.c43 sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
56 ret = sys_semget (first, second, third);
67 ret = sys_semctl (first, second, third, fourth);
71 ret = sys_msgsnd (first, (struct msgbuf *) ptr, second, third);
86 third);
91 second, fifth, third);
106 if ((ret = access_ok(VERIFY_WRITE, (ulong*) third,
112 ret = put_user (raddr, (ulong *) third);
119 (ulong *) third);
127 ret = sys_shmget (first, second, third);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsys_frv.c90 unsigned long third,
107 return sys_semget (first, second, third);
114 return sys_semctl (first, second, third, fourth);
119 second, third);
132 tmp.msgtyp, third);
137 second, fifth, third);
151 return put_user (raddr, (ulong __user *) third);
156 /* The "(ulong *) third" is valid _only_ because of the kernel segment thing */
157 return do_shmat (first, (char __user *) ptr, second, (ulong *) third);
162 return sys_shmget (first, second, third);
87 sys_ipc(unsigned long call, unsigned long first, unsigned long second, unsigned long third, void __user *ptr, unsigned long fifth) argument
[all...]
H A Dkernel_thread.S43 setlos.p #0,gr10 ; third syscall arg [parent_tidptr]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/kernel/
H A Dsys_cris.c105 int third, void __user *ptr, long fifth)
120 return sys_semget (first, second, third);
127 return sys_semctl (first, second, third, fourth);
132 second, third);
145 tmp.msgtyp, third);
150 second, fifth, third);
162 return put_user (raddr, (ulong __user *) third);
167 return sys_shmget (first, second, third);
104 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dsys_sh64.c182 int third, void __user *ptr, long fifth)
199 return sys_semget (first, second, third);
206 return sys_semctl (first, second, third, fourth);
216 second, third);
229 tmp.msgtyp, third);
234 second, fifth, third);
254 return put_user (raddr, (ulong __user *) third);
260 second, (ulong *) third);
265 return sys_shmget (first, second, third);
181 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsyscalls.c93 int third, void __user *ptr, long fifth)
109 return sys_semget (first, second, third);
116 return sys_semctl (first, second, third, fourth);
121 second, third);
134 tmp.msgtyp, third);
140 second, fifth, third);
154 return put_user (raddr, (ulong *) third);
159 return do_shmat (first, (char *) ptr, second, (ulong *) third);
164 return sys_shmget (first, second, third);
92 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dsys_arm.c164 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) argument
175 return sys_semget (first, second, third);
182 return sys_semctl (first, second, third, fourth);
187 second, third);
198 tmp.msgtyp, third);
203 second, fifth, third);
217 return put_user (raddr, (ulong *) third);
223 second, (ulong *) third);
228 return sys_shmget (first, second, third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsys_i386.c125 int third, void __user *ptr, long fifth)
140 return sys_semget (first, second, third);
147 return sys_semctl (first, second, third, fourth);
152 second, third);
165 tmp.msgtyp, third);
170 second, fifth, third);
184 return put_user (raddr, (ulong __user *) third);
189 /* The "(ulong *) third" is valid _only_ because of the kernel segment thing */
190 return do_shmat (first, (char __user *) ptr, second, (ulong *) third);
195 return sys_shmget (first, second, third);
124 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsys_m32r.c128 int third, void __user *ptr, long fifth)
143 return sys_semget (first, second, third);
150 return sys_semctl (first, second, third, fourth);
155 second, third);
168 tmp.msgtyp, third);
173 second, fifth, third);
183 if (!access_ok(VERIFY_WRITE, (ulong __user *) third,
189 return put_user (raddr, (ulong __user *) third);
194 return sys_shmget (first, second, third);
127 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsys_s390.c147 unsigned long third, void __user *ptr)
159 (const struct timespec __user *) third);
161 return sys_semget(first, (int)second, third);
168 return sys_semctl(first, (int)second, third, fourth);
172 (size_t)second, third);
181 (size_t)second, tmp.msgtyp, third);
194 return put_user (raddr, (ulong __user *) third);
200 return sys_shmget(first, (size_t)second, third);
146 sys_ipc(uint call, int first, unsigned long second, unsigned long third, void __user *ptr) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsys_h8300.c137 int third, void *ptr, long fifth)
149 return sys_semget (first, second, third);
156 return sys_semctl (first, second, third, fourth);
165 second, third);
177 tmp.msgtyp, third);
182 second, fifth, third);
202 return put_user (raddr, (ulong *) third);
208 return sys_shmget (first, second, third);
136 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsys_m68k.c137 int third, void *ptr, long fifth)
149 return sys_semget (first, second, third);
156 return sys_semctl (first, second, third, fourth);
165 second, third);
177 tmp.msgtyp, third);
182 second, fifth, third);
201 return put_user (raddr, (ulong __user *) third);
207 return sys_shmget (first, second, third);
136 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_arm.c156 asmlinkage int sys_ipc(uint call, int first, int second, int third, argument
172 return sys_semget (first, second, third);
179 return sys_semctl (first, second, third, fourth);
184 second, third);
195 tmp.msgtyp, third);
200 second, fifth, third);
214 return put_user(raddr, (ulong __user *)third);
222 return sys_shmget (first, second, third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsys_sh.c187 int third, void __user *ptr, long fifth)
204 return sys_semget (first, second, third);
211 return sys_semctl (first, second, third, fourth);
221 second, third);
234 tmp.msgtyp, third);
239 second, fifth, third);
259 return put_user (raddr, (ulong __user *) third);
265 second, (ulong *) third);
270 return sys_shmget (first, second, third);
186 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsyscalls.c51 int sys_ipc(uint call, int first, unsigned long second, long third, argument
71 ret = sys_semget (first, (int)second, third);
81 ret = sys_semctl(first, (int)second, third, fourth);
86 (size_t)second, third);
101 tmp.msgtyp, third);
106 (size_t)second, fifth, third);
122 ret = put_user(raddr, (ulong __user *) third);
129 ret = sys_shmget(first, (size_t)second, third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsyscall.c312 unsigned long third, void __user *ptr, long fifth)
328 return sys_semget (first, second, third);
335 return sys_semctl (first, second, third, fourth);
340 second, third);
353 tmp.msgtyp, third);
358 second, fifth, third);
374 return put_user (raddr, (unsigned long __user *) third);
380 (unsigned long *) third);
385 return sys_shmget (first, second, third);
311 sys_ipc(unsigned int call, int first, int second, unsigned long third, void __user *ptr, long fifth) argument
H A Dlinux32.c317 sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
334 err = sys_semget(first, second, third);
337 err = compat_sys_semctl(first, second, third, compat_ptr(ptr));
340 err = compat_sys_msgsnd(first, second, third, compat_ptr(ptr));
343 err = compat_sys_msgrcv(first, second, fifth, third,
353 err = compat_sys_shmat(first, second, third, version,
360 err = sys_shmget(first, (unsigned)second, third);
376 sys32_ipc (u32 call, int first, int second, int third, u32 ptr, u32 fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcmp-312 three=third
H A Dmsgunfmt-properties-122 three=third
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsys_sparc.c113 asmlinkage int sys_ipc (uint call, int first, int second, int third, void __user *ptr, long fifth) argument
129 err = sys_semget (first, second, third);
140 err = sys_semctl (first, second, third, fourth);
151 second, third);
163 err = sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
169 second, fifth, third);
192 if (put_user (raddr, (ulong __user *) third))
205 err = sys_shmget (first, second, third);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsys_m68k.c140 int third, void __user *ptr, long fifth)
152 return sys_semget (first, second, third);
159 return sys_semctl (first, second, third, fourth);
167 return sys_msgsnd (first, ptr, second, third);
177 tmp.msgtyp, third);
181 second, fifth, third);
199 return put_user (raddr, (ulong __user *) third);
205 return sys_shmget (first, second, third);
139 sys_ipc(uint call, int first, int second, int third, void __user *ptr, long fifth) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcompat.h169 long compat_sys_semctl(int first, int second, int third, void __user *uptr);
170 long compat_sys_msgsnd(int first, int second, int third, void __user *uptr);
171 long compat_sys_msgrcv(int first, int second, int msgtyp, int third,
174 long compat_sys_shmat(int first, int second, compat_uptr_t third, int version,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dcompat.c236 long compat_sys_semctl(int first, int second, int third, void __user *uptr) argument
243 int version = compat_ipc_parse_version(&third);
249 if ((third & (~IPC_64)) == SETVAL)
253 switch (third & (~IPC_64)) {
264 err = sys_semctl(first, second, third, fourth);
271 err = sys_semctl(first, second, third, fourth);
297 err = sys_semctl(first, second, third, fourth);
307 long compat_sys_msgsnd(int first, int second, int third, void __user *uptr) argument
320 return do_msgsnd(first, type, up->mtext, second, third);
323 long compat_sys_msgrcv(int first, int second, int msgtyp, int third, argument
470 compat_sys_shmat(int first, int second, compat_uptr_t third, int version, void __user *uptr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsyscalls.h38 long third, void __user *ptr, long fifth);

Completed in 379 milliseconds

123