HomeSort by: relevance | last modified time | path
    Searched refs:_msg_last (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/sys/
msg.h 93 struct __msg *_msg_last; /* last message in the queue */ member in struct:msqid_ds
  /src/sys/kern/
sysv_msg.c 382 nmptr->_msg_last = nmsghdr;
666 msqptr->_msg_last = NULL;
978 msqptr->_msg_last = msghdr;
980 msqptr->_msg_last->msg_next = msghdr;
981 msqptr->_msg_last = msghdr;
983 msqptr->_msg_last->msg_next = NULL;
1078 if (msqptr->_msg_first == msqptr->_msg_last) {
1080 msqptr->_msg_last = NULL;
1118 if (msghdr != msqptr->_msg_last)
1123 msqptr->_msg_last = NULL
    [all...]
  /src/sys/compat/sys/
msg.h 62 struct __msg *_msg_last; /* last message in the queue */ member in struct:msqid_ds13
  /src/sys/compat/netbsd32/
netbsd32.h 537 netbsd32_msgp_t _msg_last; /* last message in the queue */ member in struct:netbsd32_msqid_ds
556 netbsd32_msgp_t _msg_last; /* last message in the queue */ member in struct:netbsd32_msqid_ds50

Completed in 15 milliseconds