tag | line | file | source code |
call | 17 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth); |
call | 66 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
call | 70 | ipc/util.c | version = call >> 16; /* hack for backward compatibility */ |
call | 71 | ipc/util.c | call &= 0xffff; |
call | 73 | ipc/util.c | if (call <= SEMCTL) |
call | 74 | ipc/util.c | switch (call) { |
call | 92 | ipc/util.c | if (call <= MSGCTL) |
call | 93 | ipc/util.c | switch (call) { |
call | 120 | ipc/util.c | if (call <= SHMCTL) |
call | 121 | ipc/util.c | switch (call) { |
call | 152 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
call | 1154 | net/socket.c | asmlinkage int sys_socketcall(int call, unsigned long *args) |
call | 1157 | net/socket.c | switch(call) |