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);
third75ipc/util.creturn sys_semctl (first, second, third, ptr);
third83ipc/util.csecond, third);
third91ipc/util.cthird);
third105ipc/util.c(ulong *) third);
third109ipc/util.creturn sys_shmget (first, second, third);
third121ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr)