tag | line | file | source code |
call | 16 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth); |
call | 65 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
call | 69 | ipc/util.c | version = call >> 16; /* hack for backward compatibility */ |
call | 70 | ipc/util.c | call &= 0xffff; |
call | 72 | ipc/util.c | if (call <= SEMCTL) |
call | 73 | ipc/util.c | switch (call) { |
call | 91 | ipc/util.c | if (call <= MSGCTL) |
call | 92 | ipc/util.c | switch (call) { |
call | 119 | ipc/util.c | if (call <= SHMCTL) |
call | 120 | ipc/util.c | switch (call) { |
call | 151 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr, long fifth) |
call | 1215 | net/socket.c | asmlinkage int sys_socketcall(int call, unsigned long *args) |
call | 1218 | net/socket.c | switch(call) |