Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dipc_impl.h117 struct msqid_ds64 { struct
118 ipc_perm64_t msgx_perm; /* operation permission struct */
119 uint64_t msgx_cbytes; /* current # bytes on q */
120 uint64_t msgx_qnum; /* # of messages on q */
121 uint64_t msgx_qbytes; /* max # of bytes on q */
122 pid_t msgx_lspid; /* pid of last msgsnd */
123 pid_t msgx_lrpid; /* pid of last msgrcv */
124 ipc_time_t msgx_stime; /* last msgsnd time */
125 ipc_time_t msgx_rtime; /* last msgrcv time */
126 ipc_time_t msgx_ctime; /* last change time */