mbr.c | 2181 part_id i, j, no, free_primary = UINT_MAX; local in function:mbr_add_part 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) 2617 bool free_primary, have_extended; local in function:mbr_can_add_partition [all...] |