Home
last modified time | relevance | path

Searched refs:msg_qnum (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmsg_impl.h100 msgqnum_t msg_qnum; /* # of messages on q */ member
179 uint32_t msg_qnum; /* # of messages on q */ member
H A Dmsg.h76 msgqnum_t msg_qnum; /* # of messages on q */ member
/titanic_41/usr/src/uts/common/os/
H A Dmsg.c397 qp->msg_qnum--; in msgunlink()
507 STRUCT_FSET(ds, msg_qnum, qp->msg_qnum); in msgctl()
544 ds64.msgx_qnum = qp->msg_qnum; in msgctl()
611 qp->msg_qnum = 0; in msgget()
1166 ASSERT(qp->msg_qnum <= qp->msg_qmax); in msgsnd()
1168 (qp->msg_qnum == qp->msg_qmax)) { in msgsnd()
1223 qp->msg_qnum++; in msgsnd()
1494 if (IPC_FREE(&qp->msg_perm) || qp->msg_qnum >= qp->msg_qmax) in msg_wakeup_senders()
1519 msgs_out = qp->msg_qnum; in msg_wakeup_senders()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h57 ushort msg_qnum; /* # of messages on q */ member
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_events.c280 if (buf.msg_qnum > NWAM_EVENT_MAX_NUM_PENDING && in nwam_event_send()
/titanic_41/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c181 " qmax: 0t%lu\n", msqid->msg_cbytes, msqid->msg_qnum, in msq_print()
/titanic_41/usr/src/cmd/truss/
H A Dexpound.c2208 msgq.msg_qnum, in show_msgctl()
2233 msgq.msg_qnum, in show_msgctl32()