Lines Matching defs:dl
806 struct dlist *dl, *dl1;
815 dl = (struct dlist *)NULL;
907 if ((dl = (struct dlist *)g_zalloc(sizeof (struct dlist))) == NULL) {
928 (void) g_destroy_data(dl);
933 dl->dev_path = dev_path;
935 &(dl->multipath), wwn_list, verbose)) != 0) {
936 (void) g_destroy_data(dl);
942 for (dl1 = dl->multipath; dl1 != NULL; dl1 = dl1->next) {
954 (void) g_free_multipath(dl->multipath);
955 (void) g_destroy_data(dl);
967 if (dl != NULL) {
968 (void) g_free_multipath(dl->multipath);
969 (void) g_destroy_data(dl);
996 struct dlist *dl, *dl1;
1005 dl = (struct dlist *)NULL;
1059 if ((dl = (struct dlist *)
1065 dl->dev_path = dev_path;
1066 if (g_get_multipath(dev_path, &(dl->multipath),
1068 (void) g_destroy_data(dl);
1072 for (dl1 = dl->multipath;
1092 dl->multipath);
1093 (void) g_destroy_data(dl);
1102 (void) g_free_multipath(dl->multipath);
1103 (void) g_destroy_data(dl);
1111 if ((dl = (struct dlist *)
1117 dl->dev_path = dev_path;
1118 if (g_get_multipath(dev_path, &(dl->multipath),
1120 (void) g_destroy_data(dl);
1125 for (dl1 = dl->multipath;
1144 dl->multipath);
1145 (void) g_destroy_data(dl);
1154 (void) g_free_multipath(dl->multipath);
1155 (void) g_destroy_data(dl);
4959 struct dlist *dlt, *dl;
4966 *ses_list = dlt = dl = (struct dlist *)NULL;
4989 if ((dl = (struct dlist *)
4992 dl = dlt->next;
4994 dlt = dl;
5000 dl->dev_path = strdup(box_list_ptr->b_physical_path);
5001 dl->logical_path = strdup(box_list_ptr->logical_path);
5003 *ses_list = dlt = dl;
5005 dlt->next = dl;
5006 dl->prev = dlt;
5007 dlt = dl;