Home
last modified time | relevance | path

Searched refs:q_head (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmsgq.c78 if (q->q_head == NULL) { in queue_msg_set()
80 q->q_head = msg; in queue_msg_set()
109 msg = q->q_head; in queue_msg_get()
111 q->q_head = msg->next; in queue_msg_get()
112 if (q->q_head == NULL) { in queue_msg_get()
H A Disns_msgq.h71 msg_text_t *q_head; member
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h304 caddr_t q_head; member
342 hci1394_q_s::q_head \
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.h69 typedef struct q_head { struct
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c309 q_handle->q_head = desc->qb_ptrs.qp_top; in hci1394_q_reset()
1277 desc = (hci1394_desc_t *)q_handle->q_head; in hci1394_q_ar_next()
1341 q_handle->q_head += sizeof (hci1394_desc_t); in hci1394_q_ar_free()
1342 if ((q_handle->q_head + sizeof (hci1394_desc_t)) > in hci1394_q_ar_free()
1344 q_handle->q_head = descb->qb_ptrs.qp_top; in hci1394_q_ar_free()
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h143 struct aac_cmd *q_head; /* also as the header of aac_cmd */ member
H A Daac.c150 #define AAC_IS_Q_EMPTY(q) ((q)->q_head == NULL)
3144 q->q_head = NULL; in aac_cmd_initq()
3145 q->q_tail = (struct aac_cmd *)&q->q_head; in aac_cmd_initq()
3158 if ((acp = q->q_head) != NULL) { in aac_cmd_dequeue()
3159 if ((q->q_head = acp->next) != NULL) in aac_cmd_dequeue()
3162 q->q_tail = (struct aac_cmd *)&q->q_head; in aac_cmd_dequeue()
4349 while ((acp = softs->q_busy.q_head) != NULL) in aac_abort_iocmds()
4359 while ((acp = softs->q_wait[i].q_head) != NULL) in aac_abort_iocmds()
5996 for (acp = q->q_head; acp; acp = next_acp) { in aac_start_waitq()
6014 if (softs->q_wait[AAC_CMDQ_SYNC].q_head) in aac_start_waiting_io()
[all …]