Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dmsg.d120 struct msqid_ds in version() struct
122 ipc_perm msg_perm; in version()
123 c_ulong __glibc_reserved1; in version()
124 time_t msg_stime; in version()
125 c_ulong __glibc_reserved2; in version()
126 time_t msg_rtime; in version()
127 c_ulong __glibc_reserved3; in version()
128 time_t msg_ctime; in version()
129 ulong_t __msg_cbytes; in version()
130 msgqnum_t msg_qnum; in version()
[all …]
/netbsd-src/sys/sys/
H A Dmsg.h78 struct msqid_ds { struct
79 struct ipc_perm msg_perm; /* operation permission structure */
80 msgqnum_t msg_qnum; /* number of messages in the queue */
81 msglen_t msg_qbytes; /* max # of bytes in the queue */
82 pid_t msg_lspid; /* process ID of last msgsend() */
83 pid_t msg_lrpid; /* process ID of last msgrcv() */
84 time_t msg_stime; /* time of last msgsend() */
85 time_t msg_rtime; /* time of last msgrcv() */
86 time_t msg_ctime; /* time of last change */
92 struct __msg *_msg_first; /* first message in the queue */
[all …]