Lines Matching refs:this_part
85 int this_part, in newpart() argument
169 parts = newpart(s + 1, &s, num_parts, this_part + 1, in newpart()
177 *num_parts = this_part + 1; in newpart()
191 parts[this_part].size = size; in newpart()
192 parts[this_part].offset = offset; in newpart()
193 parts[this_part].mask_flags = mask_flags; in newpart()
194 parts[this_part].add_flags = add_flags; in newpart()
198 sprintf(extra_mem, "Partition_%03d", this_part); in newpart()
199 parts[this_part].name = extra_mem; in newpart()
203 this_part, parts[this_part].name, parts[this_part].offset, in newpart()
204 parts[this_part].size, parts[this_part].mask_flags)); in newpart()