Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmsg_impl.h96 typedef struct kmsqid { struct
97 kipc_perm_t msg_perm; /* operation permission struct */
98 list_t msg_list; /* list of messages on q */
99 msglen_t msg_cbytes; /* current # bytes on q */
100 msgqnum_t msg_qnum; /* # of messages on q */
101 msgqnum_t msg_qmax; /* max # of messages on q */
102 msglen_t msg_qbytes; /* max # of bytes on q */
103 pid_t msg_lspid; /* pid of last msgsnd */
104 pid_t msg_lrpid; /* pid of last msgrcv */
105 time_t msg_stime; /* last msgsnd time */
[all …]