Searched refs:call (Results 1 – 1 of 1) sorted by relevance
/ipc/ |
D | syscall.c | 20 int ksys_ipc(unsigned int call, int first, unsigned long second, in ksys_ipc() argument 25 version = call >> 16; /* hack for backward compatibility */ in ksys_ipc() 26 call &= 0xffff; in ksys_ipc() 28 switch (call) { in ksys_ipc() 110 SYSCALL_DEFINE6(ipc, unsigned int, call, int, first, unsigned long, second, in SYSCALL_DEFINE6() argument 113 return ksys_ipc(call, first, second, third, ptr, fifth); in SYSCALL_DEFINE6() 130 int compat_ksys_ipc(u32 call, int first, int second, in compat_ksys_ipc() argument 136 version = call >> 16; /* hack for backward compatibility */ in compat_ksys_ipc() 137 call &= 0xffff; in compat_ksys_ipc() 139 switch (call) { in compat_ksys_ipc() [all …]
|