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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c564 static int ext_index; /* the prime extended partition */ variable
949 ext_index = ext;
1549 if (IS_EXTENDED(p->sys_ind) && i == ext_index) {
1551 ptes[ext_index].ext_pointer = NULL;
2112 struct pte *pex = &ptes[ext_index];
2125 "partition %d\n", i + 1, ext_index + 1);
2146 struct partition *q = ptes[ext_index].part_table;
2163 first[ext_index] = extended_offset;
2164 last[ext_index] = get_start_sect(q) +
2255 ext_index
[all...]

Completed in 28 milliseconds