tag | line | file | source code |
call | 16 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr); |
call | 65 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |
call | 68 | ipc/util.c | if (call <= SEMCTL) |
call | 69 | ipc/util.c | switch (call) { |
call | 79 | ipc/util.c | if (call <= MSGCTL) |
call | 80 | ipc/util.c | switch (call) { |
call | 101 | ipc/util.c | if (call <= SHMCTL) |
call | 102 | ipc/util.c | switch (call) { |
call | 121 | ipc/util.c | asmlinkage int sys_ipc (uint call, int first, int second, int third, void *ptr) |
call | 764 | net/socket.c | sys_socketcall(int call, unsigned long *args) |
call | 767 | net/socket.c | switch(call) { |