Home
last modified time | relevance | path

Searched refs:msg_snd_cnt (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmsg_impl.h108 uint_t msg_snd_cnt; /* # of waiting senders */ member
/titanic_41/usr/src/uts/common/os/
H A Dmsg.c363 ASSERT(qp->msg_snd_cnt == 0); in msg_dtor()
500 if (qp->msg_snd_cnt) in msgctl()
539 if (qp->msg_snd_cnt) in msgctl()
641 qp->msg_snd_cnt = 0; in msgget()
1177 qp->msg_snd_cnt++; in msgsnd()
1187 qp->msg_snd_cnt--; in msgsnd()
/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c189 msqid->msg_snd_cnt, msqid->msg_snd_cv._opaque, in msq_print()