taglinefilesource code
third16ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr);
third65ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) 
third73ipc/util.creturn sys_semget (first, second, third);
third82ipc/util.creturn sys_semctl (first, second, third, fourth);
third91ipc/util.csecond, third);
third102ipc/util.cthird);
third115ipc/util.c(ulong *) third);
third119ipc/util.creturn sys_shmget (first, second, third);
third130ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr)