Lines Matching refs:second
60 sys_ipc(uint call, int first, int second, int third, void *ptr, long fifth) in sys_ipc() argument
70 ret = sys_semtimedop(first, (struct sembuf *)ptr, second, NULL); in sys_ipc()
73 ret = sys_semtimedop(first, (struct sembuf *)ptr, second, in sys_ipc()
77 ret = sys_semget(first, second, third); in sys_ipc()
87 ret = sys_semctl(first, second, third, fourth); in sys_ipc()
91 ret = sys_msgsnd(first, (struct msgbuf *) ptr, second, third); in sys_ipc()
105 ret = sys_msgrcv(first, tmp.msgp, second, tmp.msgtyp, in sys_ipc()
111 second, fifth, third); in sys_ipc()
116 ret = sys_msgget((key_t) first, second); in sys_ipc()
119 ret = sys_msgctl(first, second, (struct msqid_ds *) ptr); in sys_ipc()
129 ret = sys_shmat(first, (char *) ptr, second, &raddr); in sys_ipc()
138 ret = sys_shmat(first, (char *) ptr, second, in sys_ipc()
147 ret = sys_shmget(first, second, third); in sys_ipc()
150 ret = sys_shmctl(first, second, (struct shmid_ds *) ptr); in sys_ipc()