taglinefilesource code
third16ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr); 
third70ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) 
third78ipc/util.creturn sys_semget (first, second, third);
third80ipc/util.creturn sys_semctl (first, second, third, ptr);
third88ipc/util.csecond, third);
third96ipc/util.cthird);
third110ipc/util.c(ulong *) third);
third114ipc/util.creturn sys_shmget (first, second, third);
third126ipc/util.casmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr)