taglinefilesource code
third17ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth);
third66ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth)
third78ipc/util.creturn sys_semget (first, second, third);
third87ipc/util.creturn sys_semctl (first, second, third, fourth);
third96ipc/util.csecond, third);
third108ipc/util.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
third111ipc/util.creturn sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third);
third127ipc/util.cif ((err = verify_area(VERIFY_WRITE, (ulong*) third, sizeof(ulong))))
third132ipc/util.cput_fs_long (raddr, (ulong *) third);
third138ipc/util.creturn sys_shmat (first, (char *) ptr, second, (ulong *) third);
third143ipc/util.creturn sys_shmget (first, second, third);
third154ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth)