Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/rt/
H A Dmqueue.c63 uint64_t msg_next; /* offset of next message in the link */ member
226 MQ_PTR(mqhp, currentp)->msg_next = 0; in mq_init()
231 MQ_PTR(mqhp, currentp)->msg_next = nextp; in mq_init()
232 MQ_PTR(mqhp, nextp)->msg_next = 0; in mq_init()
263 if ((*headpp = curbuf->msg_next) == NULL) { in mq_getmsg()
285 curbuf->msg_next = mqhp->mq_freep; in mq_getmsg()
314 mqhp->mq_freep = curbuf->msg_next; in mq_putmsg()
315 curbuf->msg_next = NULL; in mq_putmsg()
335 MQ_PTR(mqhp, *tailpp)->msg_next = currentp; in mq_putmsg()
/titanic_50/usr/src/uts/common/io/
H A Dconsms.c1005 msg->msg_next = consms_mux_msg; in consms_mux_link_msg()
1019 prev_msg = msg, msg = msg->msg_next) { in consms_mux_unlink_msg()
1026 prev_msg->msg_next = msg->msg_next; in consms_mux_unlink_msg()
1028 consms_mux_msg = consms_mux_msg->msg_next; in consms_mux_unlink_msg()
1030 msg->msg_next = NULL; in consms_mux_unlink_msg()
1043 for (msg = consms_mux_msg; msg != NULL; msg = msg->msg_next) { in consms_mux_find_msg()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dmsg.h81 struct msg *msg_next; /* ptr to next message on q */ member
/titanic_50/usr/src/uts/common/sys/
H A Dconsms.h104 struct consms_msg *msg_next; member