Home | History | Annotate | Download | only in sysinst

Lines Matching defs:free_primary

2181 	part_id i, j, no, free_primary = UINT_MAX;
2206 && free_primary > MBR_PART_COUNT)
2207 free_primary = i;
2386 if (free_primary > MBR_PART_COUNT) {
2409 mbr_info_to_partitition(&data, &m->mbr.mbr_parts[free_primary],
2410 m->sector, m, free_primary, errmsg);
2411 if (data.last_mounted && m->last_mounted[free_primary] &&
2412 data.last_mounted != m->last_mounted[free_primary]) {
2413 free(__UNCONST(m->last_mounted[free_primary]));
2414 m->last_mounted[free_primary] = strdup(data.last_mounted);
2416 start = m->mbr.mbr_parts[free_primary].mbrp_start;
2617 bool free_primary, have_extended;
2631 free_primary = true;
2640 return free_primary;