Searched refs:num_parts (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/pending/
H A Dfdisk.c85 static int num_parts, disp_unit_cyl, dos_flag, dev_fd = 3; variable
205 sector_t first[num_parts], last_seen_val = 0;
210 for (i = 0; i < num_parts; i++) {
246 if (num_parts >= 60) {
249 partitions[num_parts-1].modified = 1;
254 partitions[num_parts].part = part_offset(sec_buf, 0);
255 partitions[num_parts].sec_buffer = sec_buf;
258 if (num_parts > 4) offset += local_start_off;
259 partitions[num_parts].start_offset = offset;
266 num_parts
633 ask_partition(int num_parts) argument
[all...]
/external/vboot_reference/cgpt/
H A Dcgpt_prioritize.c19 int num_parts; // number of partitions in this group member in struct:__anon19680
39 gl->group[i].num_parts = 0;
67 int j = gl->group[i].num_parts;
69 gl->group[i].num_parts++;
193 for (j=0; j<groups->group[i].num_parts; j++)
/external/kernel-headers/original/uapi/linux/
H A Dcciss_ioctl.h61 int num_parts; /* number of partitions configured on logvol */ member in struct:_LogvolInfo_struct
/external/chromium-trace/catapult/dashboard/dashboard/
H A Dstored_object.py113 num_parts = len(serialized_parts)
114 for i in xrange(num_parts):
118 self.size = num_parts

Completed in 3782 milliseconds