Searched refs:compat_ksys_msgsnd (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | syscall.c | 158 return compat_ksys_msgsnd(first, ptr, second, third); in compat_ksys_ipc()
|
| H A D | util.h | 284 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp,
|
| H A D | msg.c | 978 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, in compat_ksys_msgsnd() function 992 return compat_ksys_msgsnd(msqid, msgp, msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4()
|