Searched refs:p_start_pos (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.c1782 ullong last_p_start_pos = 0, p_start_pos; local
1792 p_start_pos = get_partition_start(pe);
1794 if (last_p_start_pos > p_start_pos) {
1800 last_p_start_pos = p_start_pos;

Completed in 45 milliseconds