tag | line | file | source code |
---|---|---|---|
fifth | 17 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth); |
fifth | 66 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
fifth | 111 | ipc/util.c | return sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third); |
fifth | 152 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |