Lines Matching defs:dlist
4102 struct dlist *mlist;
4364 struct dlist *mlist;
5860 struct dlist *mlist;
5869 struct dlist *dlist;
5948 * dlist gets alloc'ed here to retain the free at the end
5983 if ((dlist = (struct dlist *)
5984 calloc(1, sizeof (struct dlist))) == NULL) {
5987 if ((dlist->logical_path = (char *)calloc(1,
5991 if ((dlist->dev_path = (char *)calloc(1,
5995 strncpy(dlist->logical_path, wwn_list_find->logical_path,
5997 strncpy(dlist->dev_path, phys_path, strlen(phys_path));
5998 l_disk_state.g_disk_state.multipath_list = dlist;
6093 struct dlist *mlist;