Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl05.c23 int msqid; in run() local
H A Dmsgctl04.c27 static int libc_msgctl(int msqid, int cmd, void *buf) in libc_msgctl() argument
32 static int sys_msgctl(int msqid, int cmd, void *buf) in sys_msgctl() argument
/third_party/toybox/toys/pending/
H A Dipcs.c341 int max_nr, i, msqid; in msg_array() local
[all...]
/third_party/ltp/lib/
H A Dtst_safe_sysv_ipc.c82 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp, in safe_msgsnd() argument
102 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp, in safe_msgrcv() argument
122 int safe_msgctl(const char *file, const int lineno, int msqid, int cmd, in safe_msgctl() argument
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dmsg.c400 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() argument
476 static int msgctl_info(struct ipc_namespace *ns, int msqid, in msgctl_info() argument
512 static int msgctl_stat(struct ipc_namespace *ns, int msqid, in msgctl_stat() argument
591 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl() argument
640 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument
726 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument
774 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument
842 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) do_msgsnd() argument
955 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) ksys_msgsnd() argument
978 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) compat_ksys_msgsnd() argument
1092 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
1258 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument
1285 compat_ksys_msgrcv(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, compat_long_t msgtyp, int msgflg) compat_ksys_msgrcv() argument
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmsg.c401 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, in msgctl_down() argument
477 static int msgctl_info(struct ipc_namespace *ns, int msqid, in msgctl_info() argument
518 static int msgctl_stat(struct ipc_namespace *ns, int msqid, in msgctl_stat() argument
597 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl() argument
646 ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) ksys_old_msgctl() argument
732 compat_ksys_msgctl(int msqid, int cmd, void __user *uptr, int version) compat_ksys_msgctl() argument
780 compat_ksys_old_msgctl(int msqid, int cmd, void __user *uptr) compat_ksys_old_msgctl() argument
848 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) do_msgsnd() argument
961 ksys_msgsnd(int msqid, struct msgbuf __user *msgp, size_t msgsz, int msgflg) ksys_msgsnd() argument
984 compat_ksys_msgsnd(int msqid, compat_uptr_t msgp, compat_ssize_t msgsz, int msgflg) compat_ksys_msgsnd() 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)) do_msgrcv() argument
1264 ksys_msgrcv(int msqid, struct msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) ksys_msgrcv() argument
1291 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 5 milliseconds