Lines Matching refs:second
163 asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) in sys_ipc() argument
172 return sys_semop (first, (struct sembuf *)ptr, second); in sys_ipc()
174 return sys_semget (first, second, third); in sys_ipc()
181 return sys_semctl (first, second, third, fourth); in sys_ipc()
186 second, third); in sys_ipc()
196 return sys_msgrcv (first, tmp.msgp, second, in sys_ipc()
202 second, fifth, third); in sys_ipc()
205 return sys_msgget ((key_t) first, second); in sys_ipc()
207 return sys_msgctl (first, second, (struct msqid_ds *) ptr); in sys_ipc()
213 ret = sys_shmat (first, (char *) ptr, second, &raddr); in sys_ipc()
222 second, (ulong *) third); in sys_ipc()
227 return sys_shmget (first, second, third); in sys_ipc()
229 return sys_shmctl (first, second, in sys_ipc()