Searched refs:q_head (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmsgq.c78 if (q->q_head == NULL) {
80 q->q_head = msg;
109 msg = q->q_head;
111 q->q_head = msg->next;
112 if (q->q_head == NULL) {
H A Disns_msgq.h71 msg_text_t *q_head; member in struct:msg_queue
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_q.h299 * q_head is only used in the AR descriptor Qs. It contains the location
303 * buffer is empty (q_space_left = 0), we move q_head to the next
306 caddr_t q_head; member in struct:hci1394_q_s
344 hci1394_q_s::q_head \
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.h71 typedef struct q_head { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmmd.c591 uintptr_t q_head; local
612 q_head = (uintptr_t)VA_OFF(slab.pds_mmd,
615 q_head = wsp->walk_addr;
618 return (mmdq_walk_init(wsp, "pdesc_slab_t", q_head,
650 uintptr_t q_head; local
680 q_head = (uintptr_t)VA_OFF(slab.pds_mmd,
683 q_head = wsp->walk_addr;
686 return (mmdq_walk_init(wsp, "pdesc_t", q_head,
818 uintptr_t q_head; local
837 q_head
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_q.c327 q_handle->q_head = desc->qb_ptrs.qp_top;
1385 desc = (hci1394_desc_t *)q_handle->q_head;
1454 q_handle->q_head += sizeof (hci1394_desc_t);
1455 if ((q_handle->q_head + sizeof (hci1394_desc_t)) >
1457 q_handle->q_head = descb->qb_ptrs.qp_top;
/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 in struct:aac_cmd_queue
H A Daac.c148 #define AAC_IS_Q_EMPTY(q) ((q)->q_head == NULL)
3138 q->q_head = NULL;
3139 q->q_tail = (struct aac_cmd *)&q->q_head;
3152 if ((acp = q->q_head) != NULL) {
3153 if ((q->q_head = acp->next) != NULL)
3156 q->q_tail = (struct aac_cmd *)&q->q_head;
4343 while ((acp = softs->q_busy.q_head) != NULL)
4353 while ((acp = softs->q_wait[i].q_head) != NULL)
5990 for (acp = q->q_head; acp; acp = next_acp) {
6008 if (softs->q_wait[AAC_CMDQ_SYNC].q_head)
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c1219 _sd_cctl_t *q_head; local
1223 q_head = &q->sq_qhead;
1224 centry->cc_prev = q_head;
1225 centry->cc_next = q_head->cc_next;
1226 q_head->cc_next->cc_prev = centry;
1227 q_head->cc_next = centry;

Completed in 152 milliseconds