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