Home
last modified time | relevance | path

Searched refs:msqid (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/ipc/
H A Dmsg.c390 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int msg_qbytes) in msgctl_down() argument
399 ipcp = ipcctl_obtain_check(ns, &msg_ids(ns), msqid, cmd, perm, msg_qbytes); in msgctl_down()
464 static int msgctl_info(struct ipc_namespace *ns, int msqid, int cmd, struct msginfo *msginfo) in msgctl_info() argument
500 static int msgctl_stat(struct ipc_namespace *ns, int msqid, int cmd, struct msqid64_ds *p) in msgctl_stat() argument
509 msq = msq_obtain_object(ns, msqid); in msgctl_stat()
515 msq = msq_obtain_object_check(ns, msqid); in msgctl_stat()
580 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl() argument
586 if (msqid < 0 || cmd < 0) { in ksys_msgctl()
596 err = msgctl_info(ns, msqid, cmd, &msginfo); in ksys_msgctl()
605 case MSG_STAT: /* msqid i in ksys_msgctl()
634 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument
722 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument
776 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument
845 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) do_msgsnd() argument
963 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) ksys_msgsnd() argument
985 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) compat_ksys_msgsnd() argument
1107 do_msgrcv(int msqid, void __user *buf, size_t bufsz, long msgtyp, int msgflg, long (*msg_handler)(void __user *, struct msg_msg *, size_t)) do_msgrcv() argument
1279 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument
1306 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument
[all...]

Completed in 2 milliseconds