Lines Matching defs:parts
940 struct partition_info *pinfo, *parts;
1274 parts = dtype->dtype_plist;
1275 if (parts == NULL)
1278 while (parts->pinfo_next != NULL)
1279 parts = parts->pinfo_next;
1280 parts->pinfo_next = pinfo;
1589 struct partition_info *parts;
2133 parts = search_dtype->dtype_plist;
2134 if (parts == NULL)
2137 while (parts->pinfo_next != NULL)
2138 parts = parts->pinfo_next;
2139 parts->pinfo_next = search_parts;