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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c75 struct mq_des *mqd_next; /* list of all open mq descriptors, */ member in struct:mq_des
192 mqdp->mqd_next = tmqdp;
208 if (mqdp->mqd_next != NULL)
209 mqdp->mqd_next->mqd_prev = mqdp->mqd_prev;
211 mqdp->mqd_prev->mqd_next = mqdp->mqd_next;
214 mq_list[ind] = mqdp->mqd_next;
228 for (tp = mq_list[MQDES_HASH(mqdp)]; tp != NULL; tp = tp->mqd_next) {
1204 for (mqdp = mq_list[i]; mqdp != NULL; mqdp = mqdp->mqd_next) {

Completed in 17 milliseconds