Searched defs:msqid (Results 1 - 1 of 1) sorted by path

/linux-master/ipc/
H A Dmsg.c401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, argument
477 static int msgctl_info(struct ipc_namespace *ns, int msqid, argument
518 static int msgctl_stat(struct ipc_namespace *ns, int msqid, argument
597 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) argument
646 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) argument
732 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) argument
780 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) argument
848 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) argument
961 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) argument
984 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) argument
1098 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) argument
1264 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) argument
1291 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) argument
[all...]

Completed in 220 milliseconds