Home
last modified time | relevance | path

Searched refs:start_dist (Results 1 – 1 of 1) sorted by relevance

/onnv-gate/usr/src/cmd/parted/
H A Dparted.c350 PedSector start_dist = -1, end_dist = -1; in snap_to_boundaries() local
379 start_part, &start_dist ); in snap_to_boundaries()
383 PED_ASSERT (start_dist >= 0 && end_dist >= 0, return); in snap_to_boundaries()
389 if (end_dist < start_dist) { in snap_to_boundaries()
393 start_part, &start_dist ); in snap_to_boundaries()
394 PED_ASSERT (start_dist >= 0, return); in snap_to_boundaries()