Searched defs:dl_head (Results 1 - 3 of 3) 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/sys/ib/clients/ibd/
H A Dibd.h715 ibd_wqe_t *dl_head; member in struct:ibd_list_s

Completed in 68 milliseconds