Lines Matching refs:third
21 unsigned long third, void __user * ptr, long fifth)
43 return ksys_semget(first, second, third);
50 return ksys_old_semctl(first, second, third, arg);
55 second, third);
68 tmp.msgtyp, third);
73 second, fifth, third);
89 return put_user(raddr, (unsigned long __user *) third);
101 return ksys_shmget(first, second, third);
111 unsigned long, third, void __user *, ptr, long, fifth)
113 return ksys_ipc(call, first, second, third, ptr, fifth);
131 u32 third, compat_uptr_t ptr, u32 fifth)
149 return ksys_semget(first, second, third);
155 return compat_ksys_old_semctl(first, second, third, pad);
158 return compat_ksys_msgsnd(first, ptr, second, third);
173 ipck.msgtyp, third);
175 return compat_ksys_msgrcv(first, ptr, second, fifth, third);
192 return put_user(raddr, (compat_ulong_t __user *)compat_ptr(third));
197 return ksys_shmget(first, (unsigned int)second, third);
206 u32, third, compat_uptr_t, ptr, u32, fifth)
208 return compat_ksys_ipc(call, first, second, third, ptr, fifth);