Searched refs:third (Results 1 – 1 of 1) sorted by relevance
/ipc/ |
D | syscall.c | 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() [all …]
|