Searched refs:saved_start (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.c2195 ullong saved_start; local
2197 saved_start = start;
2198 start = read_int(cround(saved_start), cround(saved_start), cround(limit),
2202 if (start < saved_start) start = saved_start;

Completed in 31 milliseconds