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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c60 uint64_t msg_next; /* offset of next message in the link */ member in struct:__anon1425
297 MQ_PTR(mqhp, currentp)->msg_next = 0;
302 MQ_PTR(mqhp, currentp)->msg_next = nextp;
303 MQ_PTR(mqhp, nextp)->msg_next = 0;
334 if ((*headpp = curbuf->msg_next) == NULL) {
356 curbuf->msg_next = mqhp->mq_freep;
385 mqhp->mq_freep = curbuf->msg_next;
386 curbuf->msg_next = NULL;
406 MQ_PTR(mqhp, *tailpp)->msg_next = currentp;

Completed in 17 milliseconds