Home | History | Annotate | Download | only in mbrlabel

Lines Matching defs:unused

123 	int			i, j, unused, changed;
169 unused = -1; /* flag as no free slot */
190 unused = -2; /* flag as existing */
194 if (unused == -1 && lpe->p_size == 0 &&
196 unused = j;
198 if (unused == -1) {
214 unused = -2; /* flag as existing */
219 if (unused == -2)
221 if (unused == -1) {
223 unused = label.d_npartitions;
235 fstypenames[npe.p_fstype], unused + 'a');
256 label.d_partitions[unused] = npe;