Searched refs:msg_next (Results 1 – 4 of 4) sorted by relevance
63 uint64_t msg_next; /* offset of next message in the link */ member226 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()
1005 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()
81 struct msg *msg_next; /* ptr to next message on q */ member
104 struct consms_msg *msg_next; member