Home
last modified time | relevance | path

Searched refs:_msg_last (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/kern/
H A Dsysv_msg.c382 nmptr->_msg_last = nmsghdr; in msgrealloc()
666 msqptr->_msg_last = NULL; in sys_msgget()
978 msqptr->_msg_last = msghdr; in msgsnd1()
980 msqptr->_msg_last->msg_next = msghdr; in msgsnd1()
981 msqptr->_msg_last = msghdr; in msgsnd1()
983 msqptr->_msg_last->msg_next = NULL; in msgsnd1()
1078 if (msqptr->_msg_first == msqptr->_msg_last) { in msgrcv1()
1080 msqptr->_msg_last = NULL; in msgrcv1()
1118 if (msghdr != msqptr->_msg_last) in msgrcv1()
1123 msqptr->_msg_last = NULL; in msgrcv1()
[all …]
/netbsd/sys/sys/
H A Dmsg.h93 struct __msg *_msg_last; /* last message in the queue */ member
/netbsd/sys/compat/sys/
H A Dmsg.h62 struct __msg *_msg_last; /* last message in the queue */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32.h528 netbsd32_msgp_t _msg_last; /* last message in the queue */ member
547 netbsd32_msgp_t _msg_last; /* last message in the queue */ member