Searched refs:msg_last (Results 1 – 2 of 2) sorted by relevance
124 __int32_t msg_last; /* RESERVED: kernel use only */ member147 __int32_t msg_last; /* RESERVED: kernel use only */ member183 struct msg *msg_last; /* last message in the queue */ member205 __int32_t msg_last; /* RESERVED: kernel use only */ member223 __int32_t msg_last; /* RESERVED: kernel use only */ member
672 msqptr->u.msg_last = NULL; in msgget()1109 msqptr->u.msg_last = msghdr; in msgsnd_nocancel()1111 msqptr->u.msg_last->msg_next = msghdr; in msgsnd_nocancel()1112 msqptr->u.msg_last = msghdr; in msgsnd_nocancel()1114 msqptr->u.msg_last->msg_next = NULL; in msgsnd_nocancel()1228 if (msqptr->u.msg_first == msqptr->u.msg_last) { in msgrcv_nocancel()1230 msqptr->u.msg_last = NULL; in msgrcv_nocancel()1277 if (msghdr == msqptr->u.msg_last) { in msgrcv_nocancel()1285 msqptr->u.msg_last = in msgrcv_nocancel()1292 msqptr->u.msg_last = in msgrcv_nocancel()