Searched refs:dl_head (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c704 online_dev(struct dlist *dl_head, int force_flag) argument
708 for (dl = dl_head; dl != NULL; ) {
733 struct dlist *dl_head, *dl_tail, *dl, *dl_ses; local
741 dl_head = dl_tail = NULL;
763 (void) online_dev(dl_head, force_flag);
771 (void) online_dev(dl_head, force_flag);
783 (void) online_dev(dl_head, force_flag);
792 (void) online_dev(dl_head, force_flag);
796 if (dl_head == NULL) {
797 dl_head
[all...]
/illumos-gate/usr/src/cmd/datadm/
H A Ddatadm.c73 datadm_entry_t *dl_head; member in struct:datadm_list
576 if (list->dl_head == NULL) {
577 list->dl_head = entry;
598 entry = list->dl_head;
614 while (list->dl_head != NULL) {
617 entry = list->dl_head;
618 list->dl_head = entry->de_next;
1253 he1 = hl1->dl_head;
1255 he2 = hl2->dl_head;
1265 se1 = ((datadm_hca_entry_t *)he1)->he_sp_list.dl_head;
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c1078 state->rc_srq_free_list.dl_head = NULL;
1124 if (state->rc_srq_free_list.dl_head != NULL) {
1127 list = state->rc_srq_free_list.dl_head;
1128 state->rc_srq_free_list.dl_head = NULL;
1174 rwqe->rwqe_next = state->rc_srq_free_list.dl_head;
1175 state->rc_srq_free_list.dl_head = RWQE_TO_WQE(rwqe);
1411 ASSERT((chan->rx_wqe_list.dl_head == NULL) ||
1444 rwqe->rwqe_next = chan->rx_free_list.dl_head;
1445 chan->rx_free_list.dl_head = RWQE_TO_WQE(rwqe);
1944 swqe->swqe_next = chan->tx_wqe_list.dl_head;
[all...]
H A Dibd.c731 ibd_state_t::id_tx_list.dl_head))
890 ibd_rc_chan_s::tx_wqe_list.dl_head))
3658 state->id_tx_list.dl_head = NULL;
3663 state->id_tx_rel_list.dl_head = NULL;
3696 swqe->swqe_next = state->id_tx_list.dl_head;
3697 state->id_tx_list.dl_head = SWQE_TO_WQE(swqe);
3895 state->id_tx_list.dl_head = NULL;
3898 state->id_tx_rel_list.dl_head = NULL;
4084 if (state->id_rx_free_list.dl_head != NULL) {
4087 list = state->id_rx_free_list.dl_head;
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h715 ibd_wqe_t *dl_head; member in struct:ibd_list_s

Completed in 68 milliseconds