Searched defs:msqid (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/ipc/ |
D | msg.c | 379 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() 455 static int msgctl_info(struct ipc_namespace *ns, int msqid, in msgctl_info() 491 static int msgctl_stat(struct ipc_namespace *ns, int msqid, in msgctl_stat() 570 long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) in ksys_msgctl() 614 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3() argument 692 long compat_ksys_msgctl(int msqid, int cmd, void __user *uptr) in compat_ksys_msgctl() 735 COMPAT_SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() argument 791 static long do_msgsnd(int msqid, long mtype, void __user *mtext, in do_msgsnd() 904 long ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, in ksys_msgsnd() 914 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, in SYSCALL_DEFINE4() argument [all …]
|