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