Searched refs:msgp (Results 1 – 3 of 3) sorted by relevance
/ipc/ |
A D | msg.c | 966 if (get_user(mtype, &msgp->mtype)) in ksys_msgsnd() 974 return ksys_msgsnd(msqid, msgp, msgsz, msgflg); in SYSCALL_DEFINE4() 984 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, in compat_ksys_msgsnd() argument 987 struct compat_msgbuf __user *up = compat_ptr(msgp); in compat_ksys_msgsnd() 998 return compat_ksys_msgsnd(msqid, msgp, msgsz, msgflg); in COMPAT_SYSCALL_DEFINE4() 1028 struct msgbuf __user *msgp = dest; in do_msg_fill() local 1031 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill() 1035 if (store_msg(msgp->mtext, msg, msgsz)) in do_msg_fill() 1279 struct compat_msgbuf __user *msgp = dest; in compat_do_msg_fill() local 1282 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill() [all …]
|
A D | syscall.c | 67 return ksys_msgrcv(first, tmp.msgp, second, in ksys_ipc() 125 compat_uptr_t msgp; member 172 return compat_ksys_msgrcv(first, ipck.msgp, second, in compat_ksys_ipc()
|
A D | util.h | 284 long compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, 286 long compat_ksys_msgsnd(int msqid, compat_uptr_t msgp,
|
Completed in 7 milliseconds