Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmsgq.c79 ASSERT(!q->q_tail); in queue_msg_set()
81 q->q_tail = msg; in queue_msg_set()
83 ASSERT(q->q_tail); in queue_msg_set()
84 q->q_tail->next = msg; in queue_msg_set()
85 msg->prev = q->q_tail; in queue_msg_set()
86 q->q_tail = msg; in queue_msg_set()
113 q->q_tail = NULL; in queue_msg_get()
H A Disns_msgq.h72 msg_text_t *q_tail; member
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h144 struct aac_cmd *q_tail; member
H A Daac.c3145 q->q_tail = (struct aac_cmd *)&q->q_head; in aac_cmd_initq()
3162 q->q_tail = (struct aac_cmd *)&q->q_head; in aac_cmd_dequeue()
3175 acp->prev = q->q_tail; in aac_cmd_enqueue()
3176 q->q_tail->next = acp; in aac_cmd_enqueue()
3177 q->q_tail = acp; in aac_cmd_enqueue()
3191 q->q_tail = acp->prev; in aac_cmd_delete()