tag | line | file | source code |
third | 17 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth); |
third | 66 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
third | 78 | ipc/util.c | return sys_semget (first, second, third); |
third | 87 | ipc/util.c | return sys_semctl (first, second, third, fourth); |
third | 96 | ipc/util.c | second, third); |
third | 108 | ipc/util.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third); |
third | 111 | ipc/util.c | return sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third); |
third | 127 | ipc/util.c | if ((err = verify_area(VERIFY_WRITE, (ulong*) third, sizeof(ulong)))) |
third | 132 | ipc/util.c | put_fs_long (raddr, (ulong *) third); |
third | 138 | ipc/util.c | return sys_shmat (first, (char *) ptr, second, (ulong *) third); |
third | 143 | ipc/util.c | return sys_shmget (first, second, third); |
third | 154 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |