Searched refs:msgno (Results 1 – 3 of 3) sorted by relevance
98 struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno) in msgqueue_getmsg() argument102 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--); in msgqueue_getmsg()
60 extern struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno);
33 if (msgno != *(int*) buf) {35 - *(int*)buf, msgno);38 + *(int*)buf, msgno);