Home
last modified time | relevance | path

Searched defs:target_msqid64_ds (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h82 struct target_msqid64_ds { struct
83 struct target_ipc64_perm msg_perm;
84 unsigned int msg_stime; /* last msgsnd time */
85 unsigned int msg_rtime; /* last msgrcv time */
86 unsigned int msg_ctime; /* last change time */
88 abi_ulong msg_qnum; /* number of messages in queue */
89 abi_ulong msg_qbytes; /* max number of bytes on queue */
90 unsigned int msg_lspid; /* pid of last msgsnd */
91 unsigned int msg_lrpid; /* last receive pid */
92 abi_ulong __unused4;
[all …]
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h99 struct target_msqid64_ds { struct
100 struct target_ipc64_perm msg_perm;
101 unsigned int msg_stime; /* last msgsnd time */
102 unsigned int msg_rtime; /* last msgrcv time */
103 unsigned int msg_ctime; /* last change time */
105 abi_ulong msg_qnum; /* number of messages in queue */
106 abi_ulong msg_qbytes; /* max number of bytes on queue */
107 unsigned int msg_lspid; /* pid of last msgsnd */
108 unsigned int msg_lrpid; /* last receive pid */
109 abi_ulong __unused4;
[all …]