tag | line | file | source code |
third | 93 | arch/i386/kernel/sys_i386.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
third | 105 | arch/i386/kernel/sys_i386.c | return sys_semget (first, second, third); |
third | 114 | arch/i386/kernel/sys_i386.c | return sys_semctl (first, second, third, fourth); |
third | 123 | arch/i386/kernel/sys_i386.c | second, third); |
third | 135 | arch/i386/kernel/sys_i386.c | return sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third); |
third | 138 | arch/i386/kernel/sys_i386.c | return sys_msgrcv (first, (struct msgbuf *) ptr, second, fifth, third); |
third | 154 | arch/i386/kernel/sys_i386.c | if ((err = verify_area(VERIFY_WRITE, (ulong*) third, sizeof(ulong)))) |
third | 159 | arch/i386/kernel/sys_i386.c | put_fs_long (raddr, (ulong *) third); |
third | 165 | arch/i386/kernel/sys_i386.c | return sys_shmat (first, (char *) ptr, second, (ulong *) third); |
third | 170 | arch/i386/kernel/sys_i386.c | return sys_shmget (first, second, third); |