Searched refs:msgno (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/arm/ |
H A D | msgqueue.c | 98 struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno) in msgqueue_getmsg() argument 102 for (mq = msgq->qe; mq && msgno; mq = mq->next, msgno--); in msgqueue_getmsg()
|
H A D | msgqueue.h | 60 extern struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 33 if (msgno != *(int*) buf) { 35 - *(int*)buf, msgno); 38 + *(int*)buf, msgno);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | uw-imap-fix-incompatible-pointer-types.patch | 211 @@ -1312,7 +1312,7 @@ void mtx_update_status (MAILSTREAM *stream,unsigned long msgno,long syncflag) 298 @@ -1424,7 +1424,7 @@ void tenex_update_status (MAILSTREAM *stream,unsigned long msgno,long syncfla…
|