Home
last modified time | relevance | path

Searched refs:msqid_ds (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dmsg.h18 struct msqid_ds { struct
/openbmc/linux/ipc/
H A Dmsg.c328 struct msqid_ds out; in copy_msqid_to_user()
375 struct msqid_ds tbuf_old; in copy_msqid_from_user()
597 static long ksys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf, int version) in ksys_msgctl()
640 SYSCALL_DEFINE3(msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3()
646 long ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf) in ksys_old_msgctl()
653 SYSCALL_DEFINE3(old_msgctl, int, msqid, int, cmd, struct msqid_ds __user *, buf) in SYSCALL_DEFINE3()
H A Dsyscall.c79 (struct msqid_ds __user *)ptr); in ksys_ipc()
/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c133 struct msqid_ds ds; in dump_queue()
/openbmc/linux/include/linux/
H A Dsyscalls.h28 struct msqid_ds;
709 asmlinkage long sys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf);
710 asmlinkage long sys_msgctl(int msqid, int cmd, struct msqid_ds __user *buf);
1261 long ksys_old_msgctl(int msqid, int cmd, struct msqid_ds __user *buf);
/openbmc/qemu/linux-user/
H A Dsyscall.c4129 static inline abi_long target_to_host_msqid_ds(struct msqid_ds *host_md, in target_to_host_msqid_ds()
4151 struct msqid_ds *host_md) in host_to_target_msqid_ds()
4202 struct msqid_ds dsarg; in do_msgctl()
4223 ret = get_errno(msgctl(msgid, cmd, (struct msqid_ds *)&msginfo)); in do_msgctl()