Searched refs:smq_depth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsmq.c58 smq->smq_depth = depth;
94 (unsigned long)(smq->smq_depth * sizeof (smq_msg_t)))) {
109 if (smq->smq_count == smq->smq_depth)
117 (unsigned long)(smq->smq_depth * sizeof (smq_msg_t)))) {
141 smq_depth(smq_t *smq, int *depth) function
146 *depth = smq->smq_depth;
176 (unsigned long)(smq->smq_depth * sizeof (smq_msg_t)))) {
H A Dsmq.h67 /* smq_depth() returns the depth of the queue. It returns 0 on */
92 int smq_depth; /* maximum message count */ member in struct:__anon1341
106 int smq_depth(smq_t *smq, int *depth);

Completed in 60 milliseconds